Interface JGroupsLogger

  • All Superinterfaces:
    org.jboss.logging.BasicLogger
    All Known Implementing Classes:
    JGroupsLogger_$logger

    @MessageLogger(projectCode="WFLYCLJG",
                   length=4)
    public interface JGroupsLogger
    extends org.jboss.logging.BasicLogger
    Author:
    James R. Perkins, David M. Lloyd
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void activatingSubsystem​(String version)
      Logs an informational message indicating the JGroups subsystem is being activated.
      void attributeIgnored​(String attribute, String element)  
      IllegalArgumentException failedToResolveSocketBinding​(UnknownHostException cause, org.jboss.as.network.OutboundSocketBinding binding)  
      IllegalArgumentException keyEntryNotFound​(String alias)  
      void legacyProtocol​(String legacyProtocol, String targetProtocol)  
      String notFound​(String resource)
      A message indicating a resource could not be located.
      String parserFailure​(URL url)
      A message indicating a file could not be parsed.
      org.jboss.as.controller.OperationFailedException transportNotDefined​(String stackName)  
      org.jboss.as.controller.OperationFailedException unableToLoadProtocolClass​(String protocolName)  
      IllegalArgumentException unexpectedCredentialSource()  
      IllegalArgumentException unexpectedKeyStoreEntryType​(String alias, String type)  
      String unknownMetric​(String metricName)  
      void unrecognizedProtocolProperty​(String protocol, String property)  
      • 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
    • Method Detail

      • activatingSubsystem

        @LogMessage(level=INFO)
        @Message(id=1,
                 value="Activating JGroups subsystem. JGroups version %s")
        void activatingSubsystem​(String version)
        Logs an informational message indicating the JGroups subsystem is being activated.
      • parserFailure

        @Message(id=7,
                 value="Failed to parse %s")
        String parserFailure​(URL url)
        A message indicating a file could not be parsed.
        Parameters:
        url - the path to the file.
        Returns:
        the message.
      • notFound

        @Message(id=8,
                 value="Failed to locate %s")
        String notFound​(String resource)
        A message indicating a resource could not be located.
        Parameters:
        resource - the resource that could not be located.
        Returns:
        the message.
      • transportNotDefined

        @Message(id=10,
                 value="Transport for stack %s is not defined. Please specify both a transport and protocol list, either as optional parameters to add() or via batching.")
        org.jboss.as.controller.OperationFailedException transportNotDefined​(String stackName)
      • unknownMetric

        @Message(id=15,
                 value="Unknown metric %s")
        String unknownMetric​(String metricName)
      • unableToLoadProtocolClass

        @Message(id=16,
                 value="Unable to load protocol class %s")
        org.jboss.as.controller.OperationFailedException unableToLoadProtocolClass​(String protocolName)
      • unexpectedKeyStoreEntryType

        @Message(id=23,
                 value="%s key store entry is not of the expected type: %s")
        IllegalArgumentException unexpectedKeyStoreEntryType​(String alias,
                                                             String type)
      • unexpectedCredentialSource

        @Message(id=25,
                 value="Configured credential source does not reference a clear-text password credential")
        IllegalArgumentException unexpectedCredentialSource()
      • failedToResolveSocketBinding

        @Message(id=28,
                 value="Could not resolve destination address for outbound socket binding named \'%s\'")
        IllegalArgumentException failedToResolveSocketBinding​(@Cause
                                                              UnknownHostException cause,
                                                              org.jboss.as.network.OutboundSocketBinding binding)
      • legacyProtocol

        @LogMessage(level=WARN)
        @Message(id=30,
                 value="Protocol %s is obsolete and will be auto-updated to %s")
        void legacyProtocol​(String legacyProtocol,
                            String targetProtocol)
      • unrecognizedProtocolProperty

        @LogMessage(level=WARN)
        @Message(id=31,
                 value="Ignoring unrecognized %s property: %s")
        void unrecognizedProtocolProperty​(String protocol,
                                          String property)
      • attributeIgnored

        @LogMessage(level=WARN)
        @Message(id=32,
                 value="Attribute \'%s\' of element \'%s\' is no longer supported and will be ignored.")
        void attributeIgnored​(String attribute,
                              String element)