org.jboss.jca.core
Interface CoreLogger

All Superinterfaces:
org.jboss.logging.BasicLogger

@MessageLogger(projectCode="IJ")
public interface CoreLogger
extends org.jboss.logging.BasicLogger

The core logger. Message ids ranging from 000000 to 009999 inclusively.


Method Summary
 void attemptReturnConnectionTwice(Object cl, Throwable t)
          Attempt to return connection twice
 void backgroundValidationNonCompliantManagedConnectionFactory()
          Background validation was specified with a non compliant ManagedConnectionFactory interface
 void closingConnection(Object handle)
          Closing connection
 void closingConnection(Object handle, Throwable t)
          Closing connection
 void closingConnectionNoClose(String clz)
          No close method for closing connection
 void closingConnectionThrowable(Throwable t)
          Closing connection results in throwable
 void connectionErrorOccured(Object cl, Throwable t)
          Connection error occured
 void connectionValidatorIgnoredUnexpectedError(Throwable t)
          ConnectionValidator ignored unexpected error
 void connectionValidatorIgnoredUnexpectedRuntimeException(Throwable t)
          ConnectionValidator ignored unexpected runtime exception
 void destroyingActiveConnection(String poolName, Object mc)
          Going to destroy connection listener during shutdown
 void destroyingConnectionNotSuccessfullyMatched(Object cl)
          Destroying connection that could not be successfully matched
 void destroyingConnectionNotSuccessfullyMatched(Object cl, Object mcf)
          Destroying connection that could not be successfully matched
 void destroyingReturnedConnectionMaximumPoolSizeExceeded(Object cl)
          Destroying returned connection, maximum pool size exceeded
 void errorDuringTidyUpConnection(Object cl, Throwable t)
          Error during tidy up connection
 void errorWhileClosingConnectionHandle(Throwable t)
          Error while closing connection handle
 void errorWhileLoadingCallbackProperties(Throwable t)
          Error while loading callback.properties
 void errorWhileLoadingRolesProperties(Throwable t)
          Error while loading roles.properties
 void errorWhileLoadingUsersProperties(Throwable t)
          Error while loading users.properties
 void exceptionDuringConnectionClose(Throwable t)
          Error during connection close
 void exceptionDuringCrashRecovery(String jndiName, String reason, Throwable t)
          Error during crash recovery
 void exceptionDuringCrashRecoveryInflow(String rar, Object as, Throwable t)
          Error during inflow crash recovery
 void exceptionDuringCrashRecoverySubject(String jndiName, String reason, Throwable t)
          Error creating Subject for crash recovery
 void exceptionDuringCreateSubject(String description, Throwable t)
          Exception during createSubject()
 void exceptionDuringUnbind(Throwable t)
          Exception during unbind
 void noCallbackPropertiesFound()
          No callback.properties were found
 void noCrashRecoverySecurityDomain(String jndiName)
          No security domain defined for crash recovery
 void noRolesPropertiesFound()
          No roles.properties were found
 void notifiedErrorDifferentManagedConnection()
          Notified of error on a different managed connection
 void noUsersPropertiesFound()
          No users.properties were found
 void nullSubjectCrashRecovery(String jndiName)
          Subject for crash recovery was null
 void prepareCalledOnLocaltx()
          Prepare called on a local tx
 void reconnectingConnectionHandleHasManagedConnection(Object mc, Object connection)
          reconnecting a connection handle that still has a managedConnection
 void registeredNullHandleManagedConnection(Object managedConnection)
          Registered a null handle for managedConnection
 void resourceExceptionCleaningUpManagedConnection(Object cl, Throwable t)
          ResourceException cleaning up ManagedConnection
 void resourceExceptionReturningConnection(Object mc, Throwable t)
          resourceException in returning connection
 void returningConnectionValidatorInterrupted()
          ConnectionValidator has been interrupted
 void securityContextSetupFailed(String description, Throwable t)
          SecurityContext setup failed
 void securityContextSetupFailedCallbackSecurityNull()
          SecurityContext setup failed since CallbackSecurity was null
 void somethingWrongWithPooling(Throwable t)
          There is something wrong with the pooling
 void threadIsnotEnlistingThread(Object currentThread, Object enlistingThread, Throwable t)
          Thread is not the enlisting thread
 void throwableFromUnregisterConnection(Throwable t)
          throwable from unregister connection
 void throwableWhileAttemptingGetNewGonnection(Object cl, Throwable t)
          Throwable while attempting to get a new connection
 void throwableWhileTryingMatchManagedConnection(Object cl, Throwable t)
          Throwable while trying to match ManagedConnection, destroying connection
 void throwableWhileTryingMatchManagedConnectionThenDestroyingConnection(Object cl, Throwable t)
          Throwable while trying to match ManagedConnection, destroying connection
 void transactionErrorInAfterCompletion(Object transaction, Object synch, Throwable t)
          Transaction error in after completion
 void transactionErrorInBeforeCompletion(Object transaction, Object synch, Throwable t)
          Transaction error in before completion
 void unableFillPool(Throwable t)
          Unable to fill pool
 void uncheckedThrowableInManagedConnectionDisconnected(Object cl, Throwable t)
          Unchecked throwable in managedConnectionDisconnected()
 void unknownConnectionErrorOccured(Object cl, Throwable t)
          Unknown Connection error occured
 void unregisteredHandleNotRegistered(Object handle, Object managedConnection)
          Unregistered handle that was not registered
 void unregisteredNullHandleManagedConnection(Object managedConnection)
          Unregistered a null handle for managedConnection
 
Methods inherited from interface org.jboss.logging.BasicLogger
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
 

Method Detail

closingConnection

@LogMessage(level=INFO)
@Message(id=100,
         value="Closing a connection for you. Please close them yourself: %s")
void closingConnection(Object handle)
Closing connection

Parameters:
handle - The hande

closingConnection

@LogMessage(level=INFO)
void closingConnection(Object handle,
                                  @Cause
                                  Throwable t)
Closing connection

Parameters:
handle - The hande
t - The exception

closingConnectionThrowable

@LogMessage(level=INFO)
@Message(id=102,
         value="Throwable trying to close a connection for you, please close it yourself")
void closingConnectionThrowable(@Cause
                                                   Throwable t)
Closing connection results in throwable

Parameters:
t - The exception

closingConnectionNoClose

@LogMessage(level=INFO)
@Message(id=103,
         value="Could not find a close method on alleged connection object (%s). Please close your own connections")
void closingConnectionNoClose(String clz)
No close method for closing connection

Parameters:
clz - The class name

securityContextSetupFailed

@LogMessage(level=ERROR)
@Message(id=201,
         value="SecurityContext setup failed: %s")
void securityContextSetupFailed(String description,
                                                   @Cause
                                                   Throwable t)
SecurityContext setup failed

Parameters:
description - throwable description
t - The exception

securityContextSetupFailedCallbackSecurityNull

@LogMessage(level=ERROR)
@Message(id=202,
         value="SecurityContext setup failed since CallbackSecurity was null")
void securityContextSetupFailedCallbackSecurityNull()
SecurityContext setup failed since CallbackSecurity was null


registeredNullHandleManagedConnection

@LogMessage(level=INFO)
@Message(id=301,
         value="Registered a null handle for managed connection: %s")
void registeredNullHandleManagedConnection(Object managedConnection)
Registered a null handle for managedConnection

Parameters:
managedConnection - The managedConnection instance

unregisteredHandleNotRegistered

@LogMessage(level=INFO)
@Message(id=302,
         value="Unregistered handle that was not registered: %s for managed connection: %s")
void unregisteredHandleNotRegistered(Object handle,
                                                        Object managedConnection)
Unregistered handle that was not registered

Parameters:
handle - Unregistered handle
managedConnection - The managedConnection instance

unregisteredNullHandleManagedConnection

@LogMessage(level=INFO)
@Message(id=303,
         value="Unregistered a null handle for managed connection: %s")
void unregisteredNullHandleManagedConnection(Object managedConnection)
Unregistered a null handle for managedConnection

Parameters:
managedConnection - The managedConnection instance

connectionErrorOccured

@LogMessage(level=WARN)
@Message(id=305,
         value="Connection error occured: %s")
void connectionErrorOccured(Object cl,
                                               @Cause
                                               Throwable t)
Connection error occured

Parameters:
cl - AbstractConnectionListener instance
t - The exception

unknownConnectionErrorOccured

@LogMessage(level=WARN)
@Message(id=306,
         value="Unknown connection error occured: %s")
void unknownConnectionErrorOccured(Object cl,
                                                      @Cause
                                                      Throwable t)
Unknown Connection error occured

Parameters:
cl - AbstractConnectionListener instance
t - The exception

notifiedErrorDifferentManagedConnection

@LogMessage(level=WARN)
@Message(id=307,
         value="Notified of error on a different managed connection")
void notifiedErrorDifferentManagedConnection()
Notified of error on a different managed connection


throwableFromUnregisterConnection

@LogMessage(level=INFO)
@Message(id=311,
         value="Throwable from unregister connection")
void throwableFromUnregisterConnection(@Cause
                                                          Throwable t)
throwable from unregister connection

Parameters:
t - The exception

errorWhileClosingConnectionHandle

@LogMessage(level=ERROR)
@Message(id=312,
         value="Error while closing connection handle")
void errorWhileClosingConnectionHandle(@Cause
                                                          Throwable t)
Error while closing connection handle

Parameters:
t - The exception

somethingWrongWithPooling

@LogMessage(level=ERROR)
@Message(id=313,
         value="There is something wrong with the pooling")
void somethingWrongWithPooling(@Cause
                                                  Throwable t)
There is something wrong with the pooling

Parameters:
t - The exception

errorDuringTidyUpConnection

@LogMessage(level=WARN)
@Message(id=401,
         value="Error during tidy up connection: %s")
void errorDuringTidyUpConnection(Object cl,
                                                    @Cause
                                                    Throwable t)
Error during tidy up connection

Parameters:
cl - The ConnectionListener name
t - The exception

resourceExceptionReturningConnection

@LogMessage(level=WARN)
@Message(id=402,
         value="ResourceException in returning connection: %s")
void resourceExceptionReturningConnection(Object mc,
                                                             @Cause
                                                             Throwable t)
resourceException in returning connection

Parameters:
mc - The ManagedConnection name
t - The exception

reconnectingConnectionHandleHasManagedConnection

@LogMessage(level=WARN)
@Message(id=403,
         value="Reconnecting a connection handle that still has a managed connection: %s %s")
void reconnectingConnectionHandleHasManagedConnection(Object mc,
                                                                         Object connection)
reconnecting a connection handle that still has a managedConnection

Parameters:
mc - The ManagedConnection name
connection - connection object

uncheckedThrowableInManagedConnectionDisconnected

@LogMessage(level=WARN)
@Message(id=404,
         value="Unchecked throwable in managedConnectionDisconnected() cl=%s")
void uncheckedThrowableInManagedConnectionDisconnected(Object cl,
                                                                          @Cause
                                                                          Throwable t)
Unchecked throwable in managedConnectionDisconnected()

Parameters:
cl - The ConnectionListener name
t - The exception

threadIsnotEnlistingThread

@LogMessage(level=WARN)
@Message(id=501,
         value="Thread %s is not the enlisting thread %s")
void threadIsnotEnlistingThread(Object currentThread,
                                                   Object enlistingThread,
                                                   @Cause
                                                   Throwable t)
Thread is not the enlisting thread

Parameters:
currentThread - current thread
enlistingThread - enlisting thread
t - The exception

transactionErrorInBeforeCompletion

@LogMessage(level=WARN)
@Message(id=502,
         value="Transaction %s error in beforeCompletion %s")
void transactionErrorInBeforeCompletion(Object transaction,
                                                           Object synch,
                                                           @Cause
                                                           Throwable t)
Transaction error in before completion

Parameters:
transaction - transaction
synch - Synchronization
t - The exception

transactionErrorInAfterCompletion

@LogMessage(level=WARN)
@Message(id=503,
         value="Transaction %s error in afterCompletion %s")
void transactionErrorInAfterCompletion(Object transaction,
                                                          Object synch,
                                                          @Cause
                                                          Throwable t)
Transaction error in after completion

Parameters:
transaction - transaction
synch - Synchronization
t - The exception

returningConnectionValidatorInterrupted

@LogMessage(level=INFO)
@Message(id=601,
         value="ConnectionValidator has been interrupted")
void returningConnectionValidatorInterrupted()
ConnectionValidator has been interrupted


connectionValidatorIgnoredUnexpectedRuntimeException

@LogMessage(level=WARN)
@Message(id=602,
         value="ConnectionValidator ignored unexpected runtime exception")
void connectionValidatorIgnoredUnexpectedRuntimeException(@Cause
                                                                             Throwable t)
ConnectionValidator ignored unexpected runtime exception

Parameters:
t - The exception

connectionValidatorIgnoredUnexpectedError

@LogMessage(level=WARN)
@Message(id=603,
         value="ConnectionValidator ignored unexpected error")
void connectionValidatorIgnoredUnexpectedError(@Cause
                                                                  Throwable t)
ConnectionValidator ignored unexpected error

Parameters:
t - The exception

throwableWhileAttemptingGetNewGonnection

@LogMessage(level=WARN)
@Message(id=604,
         value="Throwable while attempting to get a new connection: %s")
void throwableWhileAttemptingGetNewGonnection(Object cl,
                                                                 @Cause
                                                                 Throwable t)
Throwable while attempting to get a new connection

Parameters:
cl - The ConnectionListener
t - The exception

destroyingConnectionNotSuccessfullyMatched

@LogMessage(level=WARN)
@Message(id=605,
         value="Destroying connection that could not be successfully matched %s for %s")
void destroyingConnectionNotSuccessfullyMatched(Object cl,
                                                                   Object mcf)
Destroying connection that could not be successfully matched

Parameters:
cl - The ConnectionListener
mcf - managed connection factory

throwableWhileTryingMatchManagedConnection

@LogMessage(level=WARN)
@Message(id=606,
         value="Throwable while trying to match managed connection, destroying connection: %s")
void throwableWhileTryingMatchManagedConnection(Object cl,
                                                                   @Cause
                                                                   Throwable t)
Throwable while trying to match ManagedConnection, destroying connection

Parameters:
cl - The ConnectionListener
t - The exception

resourceExceptionCleaningUpManagedConnection

@LogMessage(level=WARN)
@Message(id=607,
         value="ResourceException cleaning up managed connection: %s")
void resourceExceptionCleaningUpManagedConnection(Object cl,
                                                                     @Cause
                                                                     Throwable t)
ResourceException cleaning up ManagedConnection

Parameters:
cl - The ConnectionListener
t - The exception

destroyingReturnedConnectionMaximumPoolSizeExceeded

@LogMessage(level=WARN)
@Message(id=608,
         value="Destroying returned connection, maximum pool size exceeded %s")
void destroyingReturnedConnectionMaximumPoolSizeExceeded(Object cl)
Destroying returned connection, maximum pool size exceeded

Parameters:
cl - The ConnectionListener

attemptReturnConnectionTwice

@LogMessage(level=WARN)
@Message(id=609,
         value="Attempt to return connection twice: %s")
void attemptReturnConnectionTwice(Object cl,
                                                     @Cause
                                                     Throwable t)
Attempt to return connection twice

Parameters:
cl - The ConnectionListener
t - The exception

unableFillPool

@LogMessage(level=WARN)
@Message(id=610,
         value="Unable to fill pool")
void unableFillPool(@Cause
                                       Throwable t)
Unable to fill pool

Parameters:
t - The exception

backgroundValidationNonCompliantManagedConnectionFactory

@LogMessage(level=WARN)
@Message(id=611,
         value="Warning: Background validation was specified with a non compliant ManagedConnectionFactory interface")
void backgroundValidationNonCompliantManagedConnectionFactory()
Background validation was specified with a non compliant ManagedConnectionFactory interface


destroyingConnectionNotSuccessfullyMatched

@LogMessage(level=WARN)
@Message(id=612,
         value="Destroying connection that could not be successfully matched: %s")
void destroyingConnectionNotSuccessfullyMatched(Object cl)
Destroying connection that could not be successfully matched

Parameters:
cl - The ConnectionListener

throwableWhileTryingMatchManagedConnectionThenDestroyingConnection

@LogMessage(level=WARN)
@Message(id=613,
         value="Throwable while trying to match managed connection, destroying connection: %s")
void throwableWhileTryingMatchManagedConnectionThenDestroyingConnection(Object cl,
                                                                                           @Cause
                                                                                           Throwable t)
Throwable while trying to match ManagedConnection, destroying connection

Parameters:
cl - The ConnectionListener
t - The exception

exceptionDuringCreateSubject

@LogMessage(level=ERROR)
@Message(id=614,
         value="Exception during createSubject() %s")
void exceptionDuringCreateSubject(String description,
                                                     @Cause
                                                     Throwable t)
Exception during createSubject()

Parameters:
description - throwable description
t - The exception

destroyingActiveConnection

@LogMessage(level=WARN)
@Message(id=615,
         value="Destroying active connection in pool: %s (%s)")
void destroyingActiveConnection(String poolName,
                                                   Object mc)
Going to destroy connection listener during shutdown

Parameters:
poolName - The pool name
mc - The managed connection

exceptionDuringUnbind

@LogMessage(level=WARN)
@Message(id=701,
         value="Exception during unbind")
void exceptionDuringUnbind(@Cause
                                              Throwable t)
Exception during unbind

Parameters:
t - The exception

exceptionDuringConnectionClose

@LogMessage(level=WARN)
@Message(id=901,
         value="Error during connection close")
void exceptionDuringConnectionClose(@Cause
                                                       Throwable t)
Error during connection close

Parameters:
t - The exception

exceptionDuringCrashRecoveryInflow

@LogMessage(level=ERROR)
@Message(id=902,
         value="Error during inflow crash recovery for \'%s\' (%s)")
void exceptionDuringCrashRecoveryInflow(String rar,
                                                           Object as,
                                                           @Cause
                                                           Throwable t)
Error during inflow crash recovery

Parameters:
rar - The resource adapter class name
as - The activation spec
t - The exception

exceptionDuringCrashRecoverySubject

@LogMessage(level=ERROR)
@Message(id=903,
         value="Error creating Subject for crash recovery: %s (%s)")
void exceptionDuringCrashRecoverySubject(String jndiName,
                                                            String reason,
                                                            @Cause
                                                            Throwable t)
Error creating Subject for crash recovery

Parameters:
jndiName - The JNDI name
reason - The reason
t - The exception

noCrashRecoverySecurityDomain

@LogMessage(level=WARN)
@Message(id=904,
         value="No security domain defined for crash recovery: %s")
void noCrashRecoverySecurityDomain(String jndiName)
No security domain defined for crash recovery

Parameters:
jndiName - The JNDI name

nullSubjectCrashRecovery

@LogMessage(level=WARN)
@Message(id=905,
         value="Subject for crash recovery was null: %s")
void nullSubjectCrashRecovery(String jndiName)
Subject for crash recovery was null

Parameters:
jndiName - The JNDI name

exceptionDuringCrashRecovery

@LogMessage(level=ERROR)
@Message(id=906,
         value="Error during crash recovery: %s (%s)")
void exceptionDuringCrashRecovery(String jndiName,
                                                     String reason,
                                                     @Cause
                                                     Throwable t)
Error during crash recovery

Parameters:
jndiName - The JNDI name
reason - The reason
t - The exception

noUsersPropertiesFound

@LogMessage(level=WARN)
@Message(id=1001,
         value="No users.properties were found")
void noUsersPropertiesFound()
No users.properties were found


errorWhileLoadingUsersProperties

@LogMessage(level=ERROR)
@Message(id=1002,
         value="Error while loading users.properties")
void errorWhileLoadingUsersProperties(@Cause
                                                         Throwable t)
Error while loading users.properties

Parameters:
t - The exception

noRolesPropertiesFound

@LogMessage(level=WARN)
@Message(id=1003,
         value="No roles.properties were found")
void noRolesPropertiesFound()
No roles.properties were found


errorWhileLoadingRolesProperties

@LogMessage(level=ERROR)
@Message(id=1004,
         value="Error while loading roles.properties")
void errorWhileLoadingRolesProperties(@Cause
                                                         Throwable t)
Error while loading roles.properties

Parameters:
t - The exception

noCallbackPropertiesFound

@LogMessage(level=WARN)
@Message(id=1005,
         value="No callback.properties were found")
void noCallbackPropertiesFound()
No callback.properties were found


errorWhileLoadingCallbackProperties

@LogMessage(level=ERROR)
@Message(id=1006,
         value="Error while loading callback.properties")
void errorWhileLoadingCallbackProperties(@Cause
                                                            Throwable t)
Error while loading callback.properties

Parameters:
t - The exception

prepareCalledOnLocaltx

@LogMessage(level=WARN)
@Message(id=1101,
         value="Prepare called on a local tx. Use of local transactions on a JTA transaction with more than one branch may result in inconsistent data in some cases of failure")
void prepareCalledOnLocaltx()
Prepare called on a local tx



Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)