com.arjuna.ats.jdbc.logging
Interface jdbcI18NLogger


@MessageLogger(projectCode="ARJUNA")
public interface jdbcI18NLogger

i18n log messages for the jdbc module.

Author:
Jonathan Halliday (jonathan.halliday@redhat.com) 2010-06

Method Summary
 String get_aborterror()
           
 String get_alreadyassociated()
           
 String get_alreadyassociatedcheck()
           
 String get_autocommit()
           
 String get_closeerror()
           
 String get_closeerrorinvalidtx(String arg0)
           
 String get_commiterror()
           
 String get_conniniterror()
           
 String get_delisterror()
           
 String get_dynamicerror()
           
 String get_enlistfailed()
           
 String get_inactivetransaction()
           
 String get_infoerror()
           
 String get_jndierror()
           
 String get_releasesavepointerror()
           
 String get_rollbacksavepointerror()
           
 String get_setreadonly()
           
 String get_setsavepointerror()
           
 String get_xa_recjndierror()
           
 void info_closingconnectionnull(String arg0)
           
 void warn_closingconnection(String arg0)
           
 void warn_drcdest(Throwable arg0)
           
 void warn_getmoderror(Throwable arg0)
           
 void warn_isolationlevelfailset(String arg0, Throwable arg1)
           
 void warn_recovery_basic_initexp(Throwable arg0)
           
 void warn_recovery_basic_xarec(String arg0)
           
 void warn_recovery_xa_initexp(Throwable arg0)
           
 void warn_rollbackerror(String arg0)
           
 

Method Detail

get_aborterror

@Message(id=17001,
         value="Rollback not allowed by transaction service.",
         format=MESSAGE_FORMAT)
String get_aborterror()

get_alreadyassociated

@Message(id=17002,
         value="Connection is already associated with a different transaction! Obtain a new connection for this transaction.",
         format=MESSAGE_FORMAT)
String get_alreadyassociated()

get_alreadyassociatedcheck

@Message(id=17003,
         value="Checking transaction and found that this connection is already associated with a different transaction! Obtain a new connection for this transaction.",
         format=MESSAGE_FORMAT)
String get_alreadyassociatedcheck()

get_autocommit

@Message(id=17004,
         value="AutoCommit is not allowed by the transaction service.",
         format=MESSAGE_FORMAT)
String get_autocommit()

get_closeerror

@Message(id=17005,
         value="An error occurred during close:",
         format=MESSAGE_FORMAT)
String get_closeerror()

get_closeerrorinvalidtx

@Message(id=17006,
         value="Invalid transaction during close {0}",
         format=MESSAGE_FORMAT)
String get_closeerrorinvalidtx(String arg0)

warn_closingconnection

@Message(id=17007,
         value="Connection will be closed now. Indications are that this db does not allow multiple connections in the same transaction {0}",
         format=MESSAGE_FORMAT)
@LogMessage(level=WARN)
void warn_closingconnection(String arg0)

info_closingconnectionnull

@Message(id=17008,
         value="No modifier information found for db. Connection will be closed immediately {0}",
         format=MESSAGE_FORMAT)
@LogMessage(level=INFO)
void info_closingconnectionnull(String arg0)

get_commiterror

@Message(id=17009,
         value="Commit not allowed by transaction service.",
         format=MESSAGE_FORMAT)
String get_commiterror()

get_conniniterror

@Message(id=17010,
         value="JDBC2 connection initialisation problem",
         format=MESSAGE_FORMAT)
String get_conniniterror()

get_delisterror

@Message(id=17011,
         value="Delist of resource failed.",
         format=MESSAGE_FORMAT)
String get_delisterror()

warn_drcdest

@Message(id=17013,
         value="Caught exception",
         format=MESSAGE_FORMAT)
@LogMessage(level=WARN)
void warn_drcdest(@Cause
                                     Throwable arg0)

get_dynamicerror

@Message(id=17016,
         value="Failed to load dynamic class",
         format=MESSAGE_FORMAT)
String get_dynamicerror()

get_enlistfailed

@Message(id=17017,
         value="enlist of resource failed",
         format=MESSAGE_FORMAT)
String get_enlistfailed()

warn_getmoderror

@Message(id=17018,
         value="Failed to get modifier for driver:",
         format=MESSAGE_FORMAT)
@LogMessage(level=WARN)
void warn_getmoderror(@Cause
                                         Throwable arg0)

get_inactivetransaction

@Message(id=17020,
         value="Transaction is not active on the thread!",
         format=MESSAGE_FORMAT)
String get_inactivetransaction()

get_infoerror

@Message(id=17021,
         value="Could not get transaction information.",
         format=MESSAGE_FORMAT)
String get_infoerror()

warn_isolationlevelfailset

@Message(id=17024,
         value="{0} - failed to set isolation level",
         format=MESSAGE_FORMAT)
@LogMessage(level=WARN)
void warn_isolationlevelfailset(String arg0,
                                                   @Cause
                                                   Throwable arg1)

get_jndierror

@Message(id=17025,
         value="Could not resolve JNDI XADataSource",
         format=MESSAGE_FORMAT)
String get_jndierror()

warn_recovery_basic_initexp

@Message(id=17027,
         value="An exception occurred during initialisation.",
         format=MESSAGE_FORMAT)
@LogMessage(level=WARN)
void warn_recovery_basic_initexp(@Cause
                                                    Throwable arg0)

warn_recovery_basic_xarec

@Message(id=17028,
         value="{0} could not find information for connection!",
         format=MESSAGE_FORMAT)
@LogMessage(level=WARN)
void warn_recovery_basic_xarec(String arg0)

warn_recovery_xa_initexp

@Message(id=17029,
         value="An exception occurred during initialisation.",
         format=MESSAGE_FORMAT)
@LogMessage(level=WARN)
void warn_recovery_xa_initexp(@Cause
                                                 Throwable arg0)

get_releasesavepointerror

@Message(id=17031,
         value="rollback(Savepoint) not allowed inside distributed tx.",
         format=MESSAGE_FORMAT)
String get_releasesavepointerror()

warn_rollbackerror

@Message(id=17032,
         value="{0} - could not mark transaction rollback",
         format=MESSAGE_FORMAT)
@LogMessage(level=WARN)
void warn_rollbackerror(String arg0)

get_rollbacksavepointerror

@Message(id=17033,
         value="rollback(Savepoint) not allowed inside distributed tx.",
         format=MESSAGE_FORMAT)
String get_rollbacksavepointerror()

get_setreadonly

@Message(id=17034,
         value="Cannot set readonly when within a transaction!",
         format=MESSAGE_FORMAT)
String get_setreadonly()

get_setsavepointerror

@Message(id=17035,
         value="setSavepoint not allowed inside distributed tx.",
         format=MESSAGE_FORMAT)
String get_setsavepointerror()

get_xa_recjndierror

@Message(id=17037,
         value="Could not resolve JNDI XADataSource",
         format=MESSAGE_FORMAT)
String get_xa_recjndierror()


Copyright © 2011. All Rights Reserved.