|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@MessageLogger(projectCode="ISPN") public interface Log
Log abstraction for the JDBC cache store. For this module, message ids ranging from 8001 to 9000 inclusively have been reserved.
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 |
---|
@LogMessage(level=) @Message(value="Failed clearing cache store", id=8001) void failedClearingJdbcCacheStore(@Cause Exception e)
@LogMessage(level=) @Message(value="I/O failure while integrating state into store", id=8002) void ioErrorIntegratingState(@Cause IOException e)
@LogMessage(level=) @Message(value="SQL failure while integrating state into store", id=8003) void sqlFailureIntegratingState(@Cause SQLException e)
@LogMessage(level=) @Message(value="Class not found while integrating state into store", id=8004) void classNotFoundIntegratingState(@Cause ClassNotFoundException e)
@LogMessage(level=) @Message(value="I/O Error while storing string keys to database", id=8005) void ioErrorStoringKeys(@Cause IOException e)
@LogMessage(level=) @Message(value="SQL Error while storing string keys to database", id=8006) void sqlFailureStoringKeys(@Cause SQLException e)
@LogMessage(level=) @Message(value="SQL error while fetching all StoredEntries", id=8007) void sqlFailureFetchingAllStoredEntries(@Cause SQLException e)
@LogMessage(level=) @Message(value="I/O failure while marshalling bucket: %s", id=8008) void errorMarshallingBucket(@Cause IOException ioe, Object bucket)
@LogMessage(level=) @Message(value="I/O error while unmarshalling from stream", id=8009) void ioErrorUnmarshalling(@Cause IOException e)
@LogMessage(level=) @Message(value="*UNEXPECTED* ClassNotFoundException. This should not happen as Bucket class exists", id=8010) void unexpectedClassNotFoundException(@Cause ClassNotFoundException e)
@LogMessage(level=) @Message(value="Error while creating table; used DDL statement: \'%s\'", id=8011) void errorCreatingTable(String sql, @Cause SQLException e)
@LogMessage(level=) @Message(value="Sql failure while inserting bucket: %s", id=8012) void sqlFailureInsertingBucket(Bucket bucket, @Cause SQLException e)
@LogMessage(level=) @Message(value="Sql failure while updating bucket: %s", id=8013) void sqlFailureUpdatingBucket(Bucket bucket, @Cause SQLException e)
@LogMessage(level=) @Message(value="Sql failure while loading key: %s", id=8014) void sqlFailureLoadingKey(String keyHashCode, @Cause SQLException e)
@LogMessage(level=) @Message(value="Could not find a connection in jndi under the name \'%s\'", id=8015) void connectionInJndiNotFound(String dataSourceName)
@LogMessage(level=) @Message(value="Could not lookup connection with datasource %s", id=8016) void namingExceptionLookingUpConnection(String dataSourceName, @Cause NamingException e)
@LogMessage(level=) @Message(value="Failed to close naming context.", id=8017) void failedClosingNamingCtx(@Cause NamingException e)
@LogMessage(level=) @Message(value="Sql failure retrieving connection from datasource", id=8018) void sqlFailureRetrievingConnection(@Cause SQLException e)
@LogMessage(level=) @Message(value="Issues while closing connection %s", id=8019) void sqlFailureClosingConnection(Connection conn, @Cause SQLException e)
@LogMessage(level=) @Message(value="Error while instatianting JDBC driver: \'%s\'", id=8020) void errorInstantiatingJdbcDriver(String driverClass, @Cause Exception e)
@LogMessage(level=) @Message(value="Could not destroy C3P0 connection pool: %s", id=8021) void couldNotDestroyC3p0ConnectionPool(String pooledDataSource, @Cause SQLException e)
@LogMessage(level=) @Message(value="Unexpected sql failure", id=8022) void sqlFailureUnexpected(@Cause SQLException e)
@LogMessage(level=) @Message(value="Failure while closing the connection to the database", id=8023) void failureClosingConnection(@Cause SQLException e)
@LogMessage(level=) @Message(value="Error while storing string key to database; key: \'%s\', buffer size of value: %d bytes", id=8024) void sqlFailureStoringKey(String lockingKey, int bufferSize, @Cause SQLException e)
@LogMessage(level=) @Message(value="Error while removing string keys from database", id=8025) void sqlFailureRemovingKeys(@Cause SQLException e)
@LogMessage(level=) @Message(value="In order for JdbcStringBasedCacheStore to support %s, the Key2StringMapper needs to implement TwoWayKey2StringMapper. You should either make %s implement TwoWayKey2StringMapper or disable the sql. See [https://jira.jboss.org/browse/ISPN-579] for more details.", id=8026) void invalidKey2StringMapper(String where, String className)
@LogMessage(level=) @Message(value="SQL error while fetching stored entry with key: %s, lockingKey: %s", id=8027) void sqlFailureReadingKey(Object key, String lockingKey, @Cause SQLException e)
|
--> | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |