Uses of Class
com.ca.jcs.cfg.ExceptionRetryGroup

Packages that use ExceptionRetryGroup
com.ca.jcs.cfg Collection of classes used to configure the JCS and its contained components. 
com.ca.jcs.jndi This package provides support relating to the Java Naming and Directory Interface (JNDI) package of the JDK. 
 

Uses of ExceptionRetryGroup in com.ca.jcs.cfg
 

Methods in com.ca.jcs.cfg that return types with arguments of type ExceptionRetryGroup
 Map<String,ExceptionRetryGroup> ConnectorConfig.getExceptionRetryMap()
          Most connectors need to handle some exceptions specially, and this map allows list of messages strings / class names to be defined via configuration to allow maximum flexibility, including adding to entries in this map when new native endpoint vendors are added or higher level support libraries such as drivers are changed etc.
 

Method parameters in com.ca.jcs.cfg with type arguments of type ExceptionRetryGroup
 void ConnectorConfig.setExceptionRetryMap(Map<String,ExceptionRetryGroup> exceptionRetryMap)
          Store provided map of entries taken from settings in connector.xml.
 

Uses of ExceptionRetryGroup in com.ca.jcs.jndi
 

Fields in com.ca.jcs.jndi declared as ExceptionRetryGroup
static ExceptionRetryGroup JNDIMetaConnectorConfig.DEFAULT_EXCEPTION_RETRY_GROUP
          Default retriable messages keyed against JNDIMetaConnectorConfig.RETRIABLE_EXCEPTION_MESSAGES_KEY: "Connection refused", "Connection reset" - can be added to via connector.xml.
 



Created 2011-07-14 13:27 EST