Package org.jboss.as.remoting.logging
Interface RemotingLogger
-
- All Superinterfaces:
org.jboss.logging.BasicLogger
- All Known Implementing Classes:
RemotingLogger_$logger
@MessageLogger(projectCode="WFLYRMT", length=4) public interface RemotingLogger extends org.jboss.logging.BasicLoggerDate: 05.11.2011- Author:
- James R. Perkins, David M. Lloyd
-
-
Field Summary
Fields Modifier and Type Field Description static RemotingLoggerROOT_LOGGERA logger with a category of the package name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddingIOSubsystem(String legacyNS)org.jboss.msc.service.StartExceptioncouldNotBindToSocket(String message, BindException e)org.jboss.as.controller.OperationFailedExceptioncouldNotCreateURI(String uri, String msg)org.jboss.as.controller.OperationFailedExceptioncouldNotRemoveResource(org.jboss.as.controller.PathAddress address)org.jboss.msc.service.StartExceptioncouldNotStart(Exception e)org.jboss.msc.service.StartExceptioncouldNotStartChanelListener(Exception e)IllegalStateExceptionendpointEmpty()org.jboss.msc.service.StartExceptionfailedToObtainSSLContext(Exception cause)IllegalArgumentExceptionillegalStrength(String strength)org.jboss.as.controller.OperationFailedExceptioninvalidOption(String message)IllegalStateExceptioninvalidQOPV(String qop)IllegalStateExceptioninvalidStrength(String strengthValue)voidlisteningOnSocket(String address)org.jboss.as.controller.OperationFailedExceptionruntimeSecurityRealmUnsupported()IOExceptionupgradeRequestMissingKey()StringwarningOnWorkerChange(String worker)org.jboss.as.controller.OperationFailedExceptionworkerConfigurationIgnored()StringworkerThreadsEndpointConfigurationChoiceRequired(String workerThreads, String endpoint)-
Methods inherited from interface org.jboss.logging.BasicLogger
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, 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, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, 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
-
-
-
-
Field Detail
-
ROOT_LOGGER
static final RemotingLogger ROOT_LOGGER
A logger with a category of the package name.
-
-
Method Detail
-
listeningOnSocket
@LogMessage(level=INFO) @Message(id=1, value="Listening on %s") void listeningOnSocket(String address)
-
couldNotStartChanelListener
@Message(id=2, value="Could not start channel listener") org.jboss.msc.service.StartException couldNotStartChanelListener(@Cause Exception e)
-
couldNotBindToSocket
@Message(id=4, value="%s") org.jboss.msc.service.StartException couldNotBindToSocket(String message, @Cause BindException e)
-
couldNotStart
@Message(id=5, value="Failed to start service") org.jboss.msc.service.StartException couldNotStart(@Cause Exception e)
-
endpointEmpty
@Message(id=6, value="Endpoint is null") IllegalStateException endpointEmpty()
-
invalidQOPV
@Message(id=16, value="Invalid QOP value: %s") IllegalStateException invalidQOPV(String qop)
-
invalidStrength
@Message(id=17, value="Invalid Strength value: %s") IllegalStateException invalidStrength(String strengthValue)
-
couldNotCreateURI
@Message(id=18, value="Cannot create a valid URI from %s -- %s") org.jboss.as.controller.OperationFailedException couldNotCreateURI(String uri, String msg)
-
illegalStrength
@Message(id=20, value="Invalid Strength \'%s\' string given") IllegalArgumentException illegalStrength(String strength)
-
upgradeRequestMissingKey
@Message(id=21, value="HTTP Upgrade request missing Sec-JbossRemoting-Key header") IOException upgradeRequestMissingKey()
-
workerConfigurationIgnored
@Message(id=22, value="Worker configuration is no longer used, please use endpoint worker configuration") org.jboss.as.controller.OperationFailedException workerConfigurationIgnored()
-
workerThreadsEndpointConfigurationChoiceRequired
@Message(id=23, value="Only one of \'%s\' configuration or \'%s\' configuration is allowed") String workerThreadsEndpointConfigurationChoiceRequired(String workerThreads, String endpoint)
-
addingIOSubsystem
@LogMessage(level=INFO) @Message(id=24, value="The remoting subsystem is present but no io subsystem was found. An io subsystem was not required when remoting schema \'%s\' was current but now is, so a default subsystem is being added.") void addingIOSubsystem(String legacyNS)
-
couldNotRemoveResource
@Message(id=25, value="Can\'t remove %s as JMX uses it as a remoting endpoint") org.jboss.as.controller.OperationFailedException couldNotRemoveResource(org.jboss.as.controller.PathAddress address)
-
warningOnWorkerChange
@Message(id=26, value="Change of worker to \'%s\' in remoting might require the same change in linked resources depending on remoting and in definition of http(s) listeners.") String warningOnWorkerChange(String worker)
-
failedToObtainSSLContext
@Message(id=27, value="Failed to obtain SSLContext") org.jboss.msc.service.StartException failedToObtainSSLContext(@Cause Exception cause)
-
invalidOption
@Message(id=28, value="Invalid option \'%s\'.") org.jboss.as.controller.OperationFailedException invalidOption(String message)
-
runtimeSecurityRealmUnsupported
@Message(id=29, value="The use of security realms at runtime is unsupported.") org.jboss.as.controller.OperationFailedException runtimeSecurityRealmUnsupported()
-
-