|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
These messages should be provided by the adapter provider in a properties
file named after their adapter logical name on the classpath.
Provides all the keys for messages required by ADK classes.
The actual string value is the same as the name in all lowercase.
For example, the value for 'KEY1'
would be 'key1'
.
Field Summary | |
static String |
ADAPTER_DESCRIPTION
Key used to locate the description of the resource adapter for display purposes. |
static String |
ADAPTER_EISTYPE
Key used to locate the EIS type of the resource adapter for display purposes. |
static String |
ADAPTER_NAME
Key used to locate the name of the resource adapter for display purposes. |
static String |
ADAPTER_VENDOR
Key used to locate the vendor name of the resource adapter for display purposes. |
static String |
ADAPTER_VERSION
Key used to locate the version of the resource adapter for display purposes. |
static String |
ADDITIONAL_CLEANUP_EXCEPTION
|
static String |
ALREADY_CLOSED
|
static String |
ALREADY_DESTROYED
|
static String |
CONNECTION_EVENT
Key used to locate the message for a connection event. |
static String |
CONNECTION_EVENT_LISTENER_REMOVED
|
static String |
CONNECTION_EVENT_NO_SOURCE
Key used to locate the message for a connection event without a valid source object. |
static String |
CONNECTION_EVENT_NO_SOURCE_WITH_EXCEPTION
Key used to locate the message for a connection event without a valid source object and an associated exception. |
static String |
CONNECTION_EVENT_WITH_EXCEPTION
Key used to locate the message for a connection event with an associated exception. |
static String |
CONNECTION_FACTORY_INFO
|
static String |
CONNECTION_HANDLE_REMOVED
|
static String |
CONNECTION_METADATA_EXCEPTION
|
static String |
CONNECTION_PING_FAILED
|
static String |
CREDENTIALS_IN_REQUEST_INFO
|
static String |
CREDENTIALS_IN_SUBJECT
|
static String |
DESTROY_PHYSICAL_CONNECTION_EXCEPTION
|
static String |
DESTROYING_APP_LEVEL_CONNECTION_HANDLE
|
static String |
ERROR_CLOSING_CONNECTION
|
static String |
EVENT_GENERATOR_ALREADY_STARTED
|
static String |
EVENT_GENERATOR_ALREADY_STOPPED
|
static String |
EVENT_GENERATOR_INITIALIZED
|
static String |
EVENT_GENERATOR_NOT_INITIALIZED
|
static String |
EVENT_GENERATOR_REFRESH
|
static String |
EVENT_GENERATOR_START
|
static String |
EVENT_GENERATOR_STOP
|
static String |
EVENT_GENERATOR_WORKER_END_RUN
|
static String |
EVENT_GENERATOR_WORKER_RUN
|
static String |
EVENT_TYPE_SET
|
static String |
EXCEPTION_DURING_POST
|
static String |
FAILED_TO_CREATE_XA_RESOURCE
|
static String |
HANDLE_DEAD_EVENT_TYPES
|
static String |
HANDLE_NEW_EVENT_TYPES
|
static String |
LOCAL_TX_BEGIN
Keys used to locate the message for local transaction logging supported by this adapter. |
static String |
LOCAL_TX_BEGIN_EXCEPTION
|
static String |
LOCAL_TX_COMMIT
|
static String |
LOCAL_TX_COMMIT_EXCEPTION
|
static String |
LOCAL_TX_NOT_SUPPORTED
Key used to locate the message stating that local transactions are not supported by this adapter. |
static String |
LOCAL_TX_ROLLBACK
|
static String |
LOCAL_TX_ROLLBACK_EXCEPTION
|
static String |
MANAGED_CONNECTION_DESTROYED
Key used to locate the message for indicating a managed connection is being destroyed. |
static String |
MANAGED_CONNECTION_INFO
Key used to locate the message for managed connection information |
static String |
MISSING_RESOURCE_WARNING
Key used to locate the message stating that a resource is missing in the message bundle used by the resource adapter. |
static String |
MUST_OVERRIDE_CREATE_LOCAL_TX
|
static String |
MUST_OVERRIDE_CREATE_XA_RESOURCE
|
static String |
NO_MAPPING_CSPEC_2_CRI
|
static String |
NO_PASSWORD_CREDENTIALS_AVAILABLE
|
static String |
NON_CONNECTION_EXCEPTION_WHILE_PINGING
|
static String |
NULL_ARGUMENT
Key used to locate the message indicating a null argument was passed to a method that cannot handle a null argument. |
static String |
NULL_CONNECTION_ALLOCATED
|
static String |
NULL_CONNECTION_EVENT_LISTENER
|
static String |
NULL_CONNECTION_HANDLE
|
static String |
NULL_CONNECTION_REQUEST_INFO
Key used to locate the message for indicating that the connection request object is null. |
static String |
NULL_PASSWORD_CREDENTIAL
|
static String |
NULL_WORKER_THREAD
|
static String |
PHYSICAL_CONNECTION_ERROR
Key used to locate the message for indicating an error occured while attempting to create a physical connection to the underlying EIS. |
static String |
PHYSICAL_CONNECTION_NOT_SET
|
static String |
PING_ALIVE
|
static String |
PUSH_SOURCE_NOT_DECLARED
|
static String |
PUSH_SOURCE_NOT_IPUSHGENERATOR
|
static String |
RESOURCE_ERROR
|
static String |
RESULT_SET_INFO_NOT_SUPPORTED
|
static String |
ROUTER_EVENT_TYPES_NULL
|
static String |
UKNOWN_TYPE_ALLOCATED
|
static String |
UNKNOWN_APP_LEVEL_CONNECTION_HANDLE
|
static String |
USING_CREDENTIALS_FROM_SUBJECT
Key used to locate the message for indicating that the managed connection factory found user credentials in the javax.security.auth.Subject instance and will use those to obtain a connection from the EIS. |
static String |
XA_TX_NOT_SUPPORTED
Key used to locate the message stating that XA transactions are not supported by this adapter. |
Field Detail |
public static final String XA_TX_NOT_SUPPORTED
public static final String LOCAL_TX_NOT_SUPPORTED
public static final String LOCAL_TX_BEGIN
public static final String LOCAL_TX_COMMIT
public static final String LOCAL_TX_ROLLBACK
public static final String MISSING_RESOURCE_WARNING
public static final String ADAPTER_NAME
public static final String ADAPTER_DESCRIPTION
public static final String ADAPTER_VERSION
public static final String ADAPTER_VENDOR
public static final String ADAPTER_EISTYPE
public static final String NULL_ARGUMENT
public static final String CONNECTION_EVENT_NO_SOURCE
public static final String CONNECTION_EVENT_NO_SOURCE_WITH_EXCEPTION
public static final String CONNECTION_EVENT
public static final String CONNECTION_EVENT_WITH_EXCEPTION
public static final String MANAGED_CONNECTION_INFO
public static final String MANAGED_CONNECTION_DESTROYED
public static final String NULL_CONNECTION_REQUEST_INFO
public static final String USING_CREDENTIALS_FROM_SUBJECT
public static final String PHYSICAL_CONNECTION_ERROR
public static final String NO_MAPPING_CSPEC_2_CRI
public static final String PING_ALIVE
public static final String UNKNOWN_APP_LEVEL_CONNECTION_HANDLE
public static final String ALREADY_DESTROYED
public static final String CONNECTION_HANDLE_REMOVED
public static final String NULL_CONNECTION_HANDLE
public static final String NULL_CONNECTION_EVENT_LISTENER
public static final String FAILED_TO_CREATE_XA_RESOURCE
public static final String MUST_OVERRIDE_CREATE_XA_RESOURCE
public static final String MUST_OVERRIDE_CREATE_LOCAL_TX
public static final String ADDITIONAL_CLEANUP_EXCEPTION
public static final String DESTROY_PHYSICAL_CONNECTION_EXCEPTION
public static final String CONNECTION_EVENT_LISTENER_REMOVED
public static final String DESTROYING_APP_LEVEL_CONNECTION_HANDLE
public static final String NO_PASSWORD_CREDENTIALS_AVAILABLE
public static final String NULL_PASSWORD_CREDENTIAL
public static final String CREDENTIALS_IN_REQUEST_INFO
public static final String CREDENTIALS_IN_SUBJECT
public static final String CONNECTION_FACTORY_INFO
public static final String NULL_CONNECTION_ALLOCATED
public static final String UKNOWN_TYPE_ALLOCATED
public static final String ALREADY_CLOSED
public static final String RESULT_SET_INFO_NOT_SUPPORTED
public static final String LOCAL_TX_BEGIN_EXCEPTION
public static final String LOCAL_TX_COMMIT_EXCEPTION
public static final String LOCAL_TX_ROLLBACK_EXCEPTION
public static final String PHYSICAL_CONNECTION_NOT_SET
public static final String CONNECTION_METADATA_EXCEPTION
public static final String NULL_WORKER_THREAD
public static final String EVENT_GENERATOR_INITIALIZED
public static final String EVENT_GENERATOR_NOT_INITIALIZED
public static final String EVENT_GENERATOR_ALREADY_STOPPED
public static final String EVENT_GENERATOR_START
public static final String EVENT_GENERATOR_REFRESH
public static final String EVENT_GENERATOR_STOP
public static final String EVENT_GENERATOR_WORKER_RUN
public static final String EVENT_GENERATOR_WORKER_END_RUN
public static final String ROUTER_EVENT_TYPES_NULL
public static final String HANDLE_NEW_EVENT_TYPES
public static final String EXCEPTION_DURING_POST
public static final String EVENT_TYPE_SET
public static final String HANDLE_DEAD_EVENT_TYPES
public static final String CONNECTION_PING_FAILED
public static final String NON_CONNECTION_EXCEPTION_WHILE_PINGING
public static final String ERROR_CLOSING_CONNECTION
public static final String EVENT_GENERATOR_ALREADY_STARTED
public static final String PUSH_SOURCE_NOT_IPUSHGENERATOR
public static final String RESOURCE_ERROR
public static final String PUSH_SOURCE_NOT_DECLARED
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |