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.BasicLogger
Date: 05.11.2011
- Author:
- James R. Perkins, David M. Lloyd
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RemotingLoggerA logger with a category of the package name. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddingIOSubsystem(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.StartExceptionorg.jboss.msc.service.StartExceptionorg.jboss.msc.service.StartExceptionillegalStrength(String strength) org.jboss.as.controller.OperationFailedExceptioninvalidOption(String message) invalidQOPV(String qop) invalidStrength(String strengthValue) voidlisteningOnSocket(String address) org.jboss.as.controller.OperationFailedExceptionwarningOnWorkerChange(String worker) org.jboss.as.controller.OperationFailedExceptionworkerThreadsEndpointConfigurationChoiceRequired(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 Details
-
ROOT_LOGGER
A logger with a category of the package name.
-
-
Method Details
-
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
-
invalidQOPV
-
invalidStrength
@Message(id=17, value="Invalid Strength value: %s") IllegalStateException invalidStrength(String strengthValue) -
couldNotCreateURI
-
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
-
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
-
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()
-