Package com.sun.jts.CosTransactions
Class Messages
- java.lang.Object
-
- java.util.ResourceBundle
-
- java.util.ListResourceBundle
-
- com.sun.jts.CosTransactions.Messages
-
- Direct Known Subclasses:
Messages_en_US
public class Messages extends ListResourceBundle
This class provides a ListResourceBundle which contains the message formats for messages produced by the JTS.- Version:
- 0.01
- Author:
- Simon Holdsworth, IBM Corporation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.ResourceBundle
ResourceBundle.Control
-
-
Field Summary
Fields Modifier and Type Field Description static intALREADY_IDENTIFIEDJTS is already identified to the Comms Manager.static intERR_INVALID_STATE_CHANGEInvalid state change.static intERR_NO_COORDINATORNo coordinator available.static intERR_TID_ALREADY_USEDTransaction id is already in use.static intERR_XA_RECOVERYXAException during recovery.static intGLOBAL_INFO_ERRORError accessing JTS repository.static intIDENTIFY_UNAVAILABLEJTS cannot identify itself to the Comms Manager.static intINCORRECT_CONTEXTDatabase context is incorrect for the operation.static intINVALID_DEFAULT_LOG_PATHDefault log path does not exist.static intINVALID_DEFAULT_REPOSITORY_PATHDefault repository path does not exist.static intINVALID_LOG_PATHInvalid log path specification.static intINVALID_LOG_RECORD_DATAInvalid data in log record.static intINVALID_REPOSITORY_PATHInvalid repository path specification.static intINVALID_TIMEOUTJTS error message.static intINVALID_XA_RM_STRINGXA resource manager string invalid.static intJDBC_DM_REGISTER_FAILEDJDBC Driver Manager registration failed.static intJDBC_DRIVER_CREATE_FAILEDCould not create JDBC driver.static intJDBC_DRIVER_LOAD_FAILEDJDBC driver load failed.static intJDBC_INSTANCE_CREATE_FAILEDJDBC instance creation failed.static intJDBC_SECURITY_CHECK_FAILEDJDBC security check failed.static intLOG_ERRORLog error occurred.static intLOG_EXISTS_FOR_TRANSIENTLog exists for transient process.static intLOG_FILE_WRITE_ERRORInvalid default log path.static intLOG_INIT_FAILEDLog initialisation failed.static intLOG_MESSAGEJTS log message.static intLOG_OPEN_FAILEDLog open failed.static intMSG_JTS_ERRORJTS error message.static intMSG_JTS_INFOJTS info message.static intMSG_JTS_WARNINGJTS warning message.static intMSG_NO_SERVERNAMENo server name.static intMSG_STARTUPStandard message during startup regarding server id and mode.static intNAME_SERVICE_FAILEDThe Naming service failed.static intNATIVEXA_CLASS_LOAD_ERRORError loading native XA class.static intNO_ODBC_DATABASE_DEFINITIONODBC database definition does not exist.static intNON_PERSISTENTThe JTS instance is not persistent.static intOBJREF_CREATE_FAILEDObject reference creation failed.static intOBJREF_DESTROY_FAILEDObject reference destruction failed.static intORBD_NOT_RUNNINGThe ORB is not running.static intRECOVER_COORD_FAILEDCould not recover a Coordinator from the log.static intRECOVER_OBJECT_REFRecovery of object reference failed.static intRECOVERY_CLOSE_FAILEDFailed to close database during recovery.static intREPLAY_COMP_UNKNOWNSuperior Top Coordinator not reachable on reply completion.static intREPOSITORY_FAILEDFailed to access repository file.static intRESOURCE_OP_EXCEPTIONException occurred while calling a Resource object.static intRESTART_WRITE_FAILEDFailed to store information in repository.static intRESYNC_OP_EXCEPTIONException occurred while performing resync.static intRESYNC_WAIT_INTERRUPTEDWait for resync complete interrupted.static intRETRY_LIMIT_EXCEEDEDCommit/rollback/forget operation retry limit exceeded.static intSERVANT_LOCATE_FAILEDCould not locate object servant.static intSERVER_INFO_ERRORError accessing JTS repository.static intSQL_ALLOCATE_FAILEDSQL ALLOCATE failed.static intSQL_ERRORSQL error.static intSUBORDINATE_CREATE_FAILEDCould not create a subordinate Coordinator.static intSYNC_OP_EXCEPTIONException occurred while calling a Synchronization object.static intTIMEOUT_STOPPEDTimeout thread stopped abnormally.static intTRACE_CURRENTTrace using current directory.static intUNREPORTABLE_HEURISTICHeuristic exception caught in resync could not be reported.static intUNSUPPORTED_ODBC_DRIVER_FOR_DATABASEODBC driver not supported for database.static intWRONG_STATETransaction in wrong state for operation.static intXA_ERRORXA operation failed.static intXA_OPENCLOSE_ERRORXA open/close operation failed.static intXA_RECONSTRUCT_FAILEDFailed to reconstruct XA information.static intXA_SERVER_INIT_FAILEDXA server initialisation failed.static intXA_SWITCH_LOAD_FAILEDXA switch load file load failed.-
Fields inherited from class java.util.ResourceBundle
parent
-
-
Constructor Summary
Constructors Constructor Description Messages()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object[][]getContents()Return the contents of the ResourceBundle.-
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject, handleKeySet
-
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParent
-
-
-
-
Field Detail
-
ORBD_NOT_RUNNING
public static final int ORBD_NOT_RUNNING
The ORB is not running.- See Also:
- Constant Field Values
-
NON_PERSISTENT
public static final int NON_PERSISTENT
The JTS instance is not persistent.- See Also:
- Constant Field Values
-
NAME_SERVICE_FAILED
public static final int NAME_SERVICE_FAILED
The Naming service failed.- See Also:
- Constant Field Values
-
LOG_INIT_FAILED
public static final int LOG_INIT_FAILED
Log initialisation failed.- See Also:
- Constant Field Values
-
LOG_OPEN_FAILED
public static final int LOG_OPEN_FAILED
Log open failed.- See Also:
- Constant Field Values
-
OBJREF_CREATE_FAILED
public static final int OBJREF_CREATE_FAILED
Object reference creation failed.- See Also:
- Constant Field Values
-
OBJREF_DESTROY_FAILED
public static final int OBJREF_DESTROY_FAILED
Object reference destruction failed.- See Also:
- Constant Field Values
-
ALREADY_IDENTIFIED
public static final int ALREADY_IDENTIFIED
JTS is already identified to the Comms Manager.- See Also:
- Constant Field Values
-
IDENTIFY_UNAVAILABLE
public static final int IDENTIFY_UNAVAILABLE
JTS cannot identify itself to the Comms Manager.- See Also:
- Constant Field Values
-
SUBORDINATE_CREATE_FAILED
public static final int SUBORDINATE_CREATE_FAILED
Could not create a subordinate Coordinator.- See Also:
- Constant Field Values
-
RECOVER_COORD_FAILED
public static final int RECOVER_COORD_FAILED
Could not recover a Coordinator from the log.- See Also:
- Constant Field Values
-
RESYNC_OP_EXCEPTION
public static final int RESYNC_OP_EXCEPTION
Exception occurred while performing resync.- See Also:
- Constant Field Values
-
RESOURCE_OP_EXCEPTION
public static final int RESOURCE_OP_EXCEPTION
Exception occurred while calling a Resource object.- See Also:
- Constant Field Values
-
RETRY_LIMIT_EXCEEDED
public static final int RETRY_LIMIT_EXCEEDED
Commit/rollback/forget operation retry limit exceeded.- See Also:
- Constant Field Values
-
SYNC_OP_EXCEPTION
public static final int SYNC_OP_EXCEPTION
Exception occurred while calling a Synchronization object.- See Also:
- Constant Field Values
-
TIMEOUT_STOPPED
public static final int TIMEOUT_STOPPED
Timeout thread stopped abnormally.- See Also:
- Constant Field Values
-
INVALID_LOG_PATH
public static final int INVALID_LOG_PATH
Invalid log path specification.- See Also:
- Constant Field Values
-
INVALID_DEFAULT_LOG_PATH
public static final int INVALID_DEFAULT_LOG_PATH
Default log path does not exist.- See Also:
- Constant Field Values
-
SERVER_INFO_ERROR
public static final int SERVER_INFO_ERROR
Error accessing JTS repository.- See Also:
- Constant Field Values
-
GLOBAL_INFO_ERROR
public static final int GLOBAL_INFO_ERROR
Error accessing JTS repository.- See Also:
- Constant Field Values
-
LOG_ERROR
public static final int LOG_ERROR
Log error occurred.- See Also:
- Constant Field Values
-
TRACE_CURRENT
public static final int TRACE_CURRENT
Trace using current directory.- See Also:
- Constant Field Values
-
INVALID_REPOSITORY_PATH
public static final int INVALID_REPOSITORY_PATH
Invalid repository path specification.- See Also:
- Constant Field Values
-
INVALID_DEFAULT_REPOSITORY_PATH
public static final int INVALID_DEFAULT_REPOSITORY_PATH
Default repository path does not exist.- See Also:
- Constant Field Values
-
REPOSITORY_FAILED
public static final int REPOSITORY_FAILED
Failed to access repository file.- See Also:
- Constant Field Values
-
SERVANT_LOCATE_FAILED
public static final int SERVANT_LOCATE_FAILED
Could not locate object servant.- See Also:
- Constant Field Values
-
UNREPORTABLE_HEURISTIC
public static final int UNREPORTABLE_HEURISTIC
Heuristic exception caught in resync could not be reported.- See Also:
- Constant Field Values
-
RESYNC_WAIT_INTERRUPTED
public static final int RESYNC_WAIT_INTERRUPTED
Wait for resync complete interrupted.- See Also:
- Constant Field Values
-
WRONG_STATE
public static final int WRONG_STATE
Transaction in wrong state for operation.- See Also:
- Constant Field Values
-
RESTART_WRITE_FAILED
public static final int RESTART_WRITE_FAILED
Failed to store information in repository.- See Also:
- Constant Field Values
-
RECOVERY_CLOSE_FAILED
public static final int RECOVERY_CLOSE_FAILED
Failed to close database during recovery.- See Also:
- Constant Field Values
-
XA_RECONSTRUCT_FAILED
public static final int XA_RECONSTRUCT_FAILED
Failed to reconstruct XA information.- See Also:
- Constant Field Values
-
INVALID_XA_RM_STRING
public static final int INVALID_XA_RM_STRING
XA resource manager string invalid.- See Also:
- Constant Field Values
-
XA_SERVER_INIT_FAILED
public static final int XA_SERVER_INIT_FAILED
XA server initialisation failed.- See Also:
- Constant Field Values
-
XA_OPENCLOSE_ERROR
public static final int XA_OPENCLOSE_ERROR
XA open/close operation failed.- See Also:
- Constant Field Values
-
XA_ERROR
public static final int XA_ERROR
XA operation failed.- See Also:
- Constant Field Values
-
INCORRECT_CONTEXT
public static final int INCORRECT_CONTEXT
Database context is incorrect for the operation.- See Also:
- Constant Field Values
-
SQL_ERROR
public static final int SQL_ERROR
SQL error.- See Also:
- Constant Field Values
-
XA_SWITCH_LOAD_FAILED
public static final int XA_SWITCH_LOAD_FAILED
XA switch load file load failed.- See Also:
- Constant Field Values
-
SQL_ALLOCATE_FAILED
public static final int SQL_ALLOCATE_FAILED
SQL ALLOCATE failed.- See Also:
- Constant Field Values
-
JDBC_DRIVER_CREATE_FAILED
public static final int JDBC_DRIVER_CREATE_FAILED
Could not create JDBC driver.- See Also:
- Constant Field Values
-
JDBC_SECURITY_CHECK_FAILED
public static final int JDBC_SECURITY_CHECK_FAILED
JDBC security check failed.- See Also:
- Constant Field Values
-
JDBC_INSTANCE_CREATE_FAILED
public static final int JDBC_INSTANCE_CREATE_FAILED
JDBC instance creation failed.- See Also:
- Constant Field Values
-
JDBC_DM_REGISTER_FAILED
public static final int JDBC_DM_REGISTER_FAILED
JDBC Driver Manager registration failed.- See Also:
- Constant Field Values
-
JDBC_DRIVER_LOAD_FAILED
public static final int JDBC_DRIVER_LOAD_FAILED
JDBC driver load failed.- See Also:
- Constant Field Values
-
NATIVEXA_CLASS_LOAD_ERROR
public static final int NATIVEXA_CLASS_LOAD_ERROR
Error loading native XA class.- See Also:
- Constant Field Values
-
LOG_EXISTS_FOR_TRANSIENT
public static final int LOG_EXISTS_FOR_TRANSIENT
Log exists for transient process.- See Also:
- Constant Field Values
-
INVALID_LOG_RECORD_DATA
public static final int INVALID_LOG_RECORD_DATA
Invalid data in log record.- See Also:
- Constant Field Values
-
NO_ODBC_DATABASE_DEFINITION
public static final int NO_ODBC_DATABASE_DEFINITION
ODBC database definition does not exist.- See Also:
- Constant Field Values
-
UNSUPPORTED_ODBC_DRIVER_FOR_DATABASE
public static final int UNSUPPORTED_ODBC_DRIVER_FOR_DATABASE
ODBC driver not supported for database.- See Also:
- Constant Field Values
-
RECOVER_OBJECT_REF
public static final int RECOVER_OBJECT_REF
Recovery of object reference failed.- See Also:
- Constant Field Values
-
REPLAY_COMP_UNKNOWN
public static final int REPLAY_COMP_UNKNOWN
Superior Top Coordinator not reachable on reply completion.- See Also:
- Constant Field Values
-
ERR_TID_ALREADY_USED
public static final int ERR_TID_ALREADY_USED
Transaction id is already in use.- See Also:
- Constant Field Values
-
ERR_INVALID_STATE_CHANGE
public static final int ERR_INVALID_STATE_CHANGE
Invalid state change.- See Also:
- Constant Field Values
-
ERR_NO_COORDINATOR
public static final int ERR_NO_COORDINATOR
No coordinator available.- See Also:
- Constant Field Values
-
ERR_XA_RECOVERY
public static final int ERR_XA_RECOVERY
XAException during recovery.- See Also:
- Constant Field Values
-
MSG_STARTUP
public static final int MSG_STARTUP
Standard message during startup regarding server id and mode.- See Also:
- Constant Field Values
-
MSG_NO_SERVERNAME
public static final int MSG_NO_SERVERNAME
No server name.- See Also:
- Constant Field Values
-
LOG_FILE_WRITE_ERROR
public static final int LOG_FILE_WRITE_ERROR
Invalid default log path.- See Also:
- Constant Field Values
-
MSG_JTS_ERROR
public static final int MSG_JTS_ERROR
JTS error message.- See Also:
- Constant Field Values
-
MSG_JTS_WARNING
public static final int MSG_JTS_WARNING
JTS warning message.- See Also:
- Constant Field Values
-
MSG_JTS_INFO
public static final int MSG_JTS_INFO
JTS info message.- See Also:
- Constant Field Values
-
LOG_MESSAGE
public static final int LOG_MESSAGE
JTS log message.- See Also:
- Constant Field Values
-
INVALID_TIMEOUT
public static final int INVALID_TIMEOUT
JTS error message.- See Also:
- Constant Field Values
-
-
Method Detail
-
getContents
protected Object[][] getContents()
Return the contents of the ResourceBundle.- Specified by:
getContentsin classListResourceBundle
-
-