|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@MessageLogger(projectCode="ISPN") public interface JavaLog
Log abstraction for the server core module. For this module, message ids ranging from 5001 to 6000 inclusively have been reserved.
Method Summary | |
---|---|
void |
channelStillBound(org.jboss.netty.channel.Channel ch,
SocketAddress address)
|
void |
channelStillConnected(org.jboss.netty.channel.Channel ch,
SocketAddress address)
|
void |
errorBeforeReadingRequest(Throwable t)
|
void |
exceptionReported(Throwable t)
|
IllegalArgumentException |
illegalIdleTimeout(int idleTimeout)
|
IllegalArgumentException |
illegalReceiveBufferSize(int recvBufSize)
|
IllegalArgumentException |
illegalSendBufferSize(int sendBufSize)
|
IllegalArgumentException |
illegalWorkerThreads(int workerThreads)
|
ConfigurationException |
missingKeyStorePassword(String keyStore)
|
ConfigurationException |
missingTrustStorePassword(String trustStore)
|
ConfigurationException |
noSSLKeyManagerConfiguration()
|
ConfigurationException |
noSSLTrustManagerConfiguration()
|
void |
postingShutdownRequest()
|
void |
serverDidNotClose()
|
void |
serverDidNotUnbind()
|
void |
settingMasterThreadsNotSupported()
|
void |
startWithArgs(String args)
|
ConfigurationException |
xorSSLContext()
|
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="Start main with args: %s", id=5001) void startWithArgs(String args)
@LogMessage(level=) @Message(value="Posting Shutdown Request to the server...", id=5002) void postingShutdownRequest()
@LogMessage(level=) @Message(value="Exception reported", id=5003) void exceptionReported(@Cause Throwable t)
@LogMessage(level=) @Message(value="Server channel group did not completely unbind", id=5004) void serverDidNotUnbind()
@LogMessage(level=) @Message(value="%s is still bound to %s", id=5005) void channelStillBound(org.jboss.netty.channel.Channel ch, SocketAddress address)
@LogMessage(level=) @Message(value="Channel group did not completely close", id=5006) void serverDidNotClose()
@LogMessage(level=) @Message(value="%s is still connected to %s", id=5007) void channelStillConnected(org.jboss.netty.channel.Channel ch, SocketAddress address)
@LogMessage(level=) @Message(value="Setting the number of master threads is no longer supported", id=5008) void settingMasterThreadsNotSupported()
@LogMessage(level=) @Message(value="Unexpected error before any request parameters read", id=5009) void errorBeforeReadingRequest(@Cause Throwable t)
@Message(value="Illegal number of workerThreads: %d", id=5010) IllegalArgumentException illegalWorkerThreads(int workerThreads)
@Message(value="Idle timeout can\'t be lower than -1: %d", id=5011) IllegalArgumentException illegalIdleTimeout(int idleTimeout)
@Message(value="Receive Buffer Size can\'t be lower than 0: %d", id=5012) IllegalArgumentException illegalReceiveBufferSize(int recvBufSize)
@Message(value="Send Buffer Size can\'t be lower than 0: %d", id=5013) IllegalArgumentException illegalSendBufferSize(int sendBufSize)
@Message(value="SSL Enabled but no KeyStore specified", id=5014) ConfigurationException noSSLKeyManagerConfiguration()
@Message(value="SSL Enabled but no TrustStore specified", id=5015) ConfigurationException noSSLTrustManagerConfiguration()
@Message(value="A password is required to open the KeyStore \'%s\'", id=5016) ConfigurationException missingKeyStorePassword(String keyStore)
@Message(value="A password is required to open the TrustStore \'%s\'", id=5017) ConfigurationException missingTrustStorePassword(String trustStore)
@Message(value="Cannot configure custom KeyStore and/or TrustStore when specifying a SSLContext", id=5018) ConfigurationException xorSSLContext()
|
--> | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |