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 Details

    • ROOT_LOGGER

      static final RemotingLogger 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

      @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()