Fields Summary |
---|
private static final int | UNKNOWN_MESSAGE |
private static final int | INVALID_FORMAT |
public static final int | ORBD_NOT_RUNNINGThe ORB is not running. |
public static final int | NON_PERSISTENTThe JTS instance is not persistent. |
public static final int | NAME_SERVICE_FAILEDThe Naming service failed. |
public static final int | LOG_INIT_FAILEDLog initialisation failed. |
public static final int | LOG_OPEN_FAILEDLog open failed. |
public static final int | OBJREF_CREATE_FAILEDObject reference creation failed. |
public static final int | OBJREF_DESTROY_FAILEDObject reference destruction failed. |
public static final int | ALREADY_IDENTIFIEDJTS is already identified to the Comms Manager. |
public static final int | IDENTIFY_UNAVAILABLEJTS cannot identify itself to the Comms Manager. |
public static final int | SUBORDINATE_CREATE_FAILEDCould not create a subordinate Coordinator. |
public static final int | RECOVER_COORD_FAILEDCould not recover a Coordinator from the log. |
public static final int | RESYNC_OP_EXCEPTIONException occurred while performing resync. |
public static final int | RESOURCE_OP_EXCEPTIONException occurred while calling a Resource object. |
public static final int | RETRY_LIMIT_EXCEEDEDCommit/rollback/forget operation retry limit exceeded. |
public static final int | SYNC_OP_EXCEPTIONException occurred while calling a Synchronization object. |
public static final int | TIMEOUT_STOPPEDTimeout thread stopped abnormally. |
public static final int | INVALID_LOG_PATHInvalid log path specification. |
public static final int | INVALID_DEFAULT_LOG_PATHDefault log path does not exist. |
public static final int | SERVER_INFO_ERRORError accessing JTS repository. |
public static final int | GLOBAL_INFO_ERRORError accessing JTS repository. |
public static final int | LOG_ERRORLog error occurred. |
public static final int | TRACE_CURRENTTrace using current directory. |
public static final int | INVALID_REPOSITORY_PATHInvalid repository path specification. |
public static final int | INVALID_DEFAULT_REPOSITORY_PATHDefault repository path does not exist. |
public static final int | REPOSITORY_FAILEDFailed to access repository file. |
public static final int | SERVANT_LOCATE_FAILEDCould not locate object servant. |
public static final int | UNREPORTABLE_HEURISTICHeuristic exception caught in resync could not be reported. |
public static final int | RESYNC_WAIT_INTERRUPTEDWait for resync complete interrupted. |
public static final int | WRONG_STATETransaction in wrong state for operation. |
public static final int | RESTART_WRITE_FAILEDFailed to store information in repository. |
public static final int | RECOVERY_CLOSE_FAILEDFailed to close database during recovery. |
public static final int | XA_RECONSTRUCT_FAILEDFailed to reconstruct XA information. |
public static final int | INVALID_XA_RM_STRINGXA resource manager string invalid. |
public static final int | XA_SERVER_INIT_FAILEDXA server initialisation failed. |
public static final int | XA_OPENCLOSE_ERRORXA open/close operation failed. |
public static final int | XA_ERRORXA operation failed. |
public static final int | INCORRECT_CONTEXTDatabase context is incorrect for the operation. |
public static final int | SQL_ERRORSQL error. |
public static final int | XA_SWITCH_LOAD_FAILEDXA switch load file load failed. |
public static final int | SQL_ALLOCATE_FAILEDSQL ALLOCATE failed. |
public static final int | JDBC_DRIVER_CREATE_FAILEDCould not create JDBC driver. |
public static final int | JDBC_SECURITY_CHECK_FAILEDJDBC security check failed. |
public static final int | JDBC_INSTANCE_CREATE_FAILEDJDBC instance creation failed. |
public static final int | JDBC_DM_REGISTER_FAILEDJDBC Driver Manager registration failed. |
public static final int | JDBC_DRIVER_LOAD_FAILEDJDBC driver load failed. |
public static final int | NATIVEXA_CLASS_LOAD_ERRORError loading native XA class. |
public static final int | LOG_EXISTS_FOR_TRANSIENTLog exists for transient process. |
public static final int | INVALID_LOG_RECORD_DATAInvalid data in log record. |
public static final int | NO_ODBC_DATABASE_DEFINITIONODBC database definition does not exist. |
public static final int | UNSUPPORTED_ODBC_DRIVER_FOR_DATABASEODBC driver not supported for database. |
public static final int | RECOVER_OBJECT_REFRecovery of object reference failed. |
public static final int | REPLAY_COMP_UNKNOWNSuperior Top Coordinator not reachable on reply completion. |
public static final int | ERR_TID_ALREADY_USEDTransaction id is already in use. |
public static final int | ERR_INVALID_STATE_CHANGEInvalid state change. |
public static final int | ERR_NO_COORDINATORNo coordinator available. |
public static final int | ERR_XA_RECOVERYXAException during recovery. |
public static final int | MSG_STARTUPStandard message during startup regarding server id and mode. |
public static final int | MSG_NO_SERVERNAMENo server name. |
public static final int | LOG_FILE_WRITE_ERRORInvalid default log path. |
public static final int | MSG_JTS_ERRORJTS error message. |
public static final int | MSG_JTS_WARNINGJTS warning message. |
public static final int | MSG_JTS_INFOJTS info message. |
public static final int | LOG_MESSAGEJTS log message. |
public static final int | INVALID_TIMEOUTJTS error message. |
private static final Object[] | contentsThe message formats. |