Interface EmbeddedLogger

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

    @MessageLogger(projectCode="WFLYEMB",
                   length=4)
    public interface EmbeddedLogger
    extends org.jboss.logging.BasicLogger
    Date: 05.11.2011
    Author:
    James R. Perkins
    • Field Detail

      • ROOT_LOGGER

        static final EmbeddedLogger ROOT_LOGGER
        A logger with a category of the package name.
    • Method Detail

      • invalidJBossHome

        @Message(id=11,
                 value="Invalid JBoss home directory: %s")
        IllegalStateException invalidJBossHome​(String jbossHome)
      • moduleLoaderError

        @Message(id=14,
                 value="Cannot load module %s from: %s")
        RuntimeException moduleLoaderError​(@Cause
                                           Throwable cause,
                                           String msg,
                                           org.jboss.modules.ModuleLoader moduleLoader)
        Creates an exception indicating there was an error in the module loader.
      • nullVar

        @Message(id=15,
                 value="%s is null")
        IllegalArgumentException nullVar​(String name)
        Creates an exception indicating the variable, represented by the name parameter, is null.
      • cannotLoadEmbeddedServerFactory

        @Message(id=17,
                 value="Cannot load embedded server factory: %s")
        IllegalStateException cannotLoadEmbeddedServerFactory​(@Cause
                                                              ClassNotFoundException cause,
                                                              String className)
        // * Creates an exception indicating the system property could not be found. //
      • cannotCreateStandaloneServer

        @Message(id=19,
                 value="Cannot create standalone server using factory: %s")
        IllegalStateException cannotCreateStandaloneServer​(@Cause
                                                           Throwable cause,
                                                           Method createMethod)
      • cannotSetupEmbeddedServer

        @Message(id=20,
                 value="Cannot setup embedded process")
        IllegalStateException cannotSetupEmbeddedServer​(@Cause
                                                        Throwable cause)
      • cannotInvokeStandaloneServer

        @Message(id=22,
                 value="Cannot invoke \'%s\' on embedded process")
        IllegalStateException cannotInvokeStandaloneServer​(@Cause
                                                           Throwable cause,
                                                           String methodName)
      • processIsStopping

        @Message(id=23,
                 value="The embedded server is stopping and invocations on the ModelControllerClient are not available")
        IllegalStateException processIsStopping()
      • processIsReloading

        @Message(id=24,
                 value="The embedded server is reloading and invocations on the ModelControllerClient are not yet available")
        IllegalStateException processIsReloading()
      • cannotCreateHostController

        @Message(id=26,
                 value="Cannot create host controller using factory: %s")
        IllegalStateException cannotCreateHostController​(@Cause
                                                         Throwable cause,
                                                         Method createMethod)
      • processIsStopped

        @Message(id=27,
                 value="The embedded server is stopped and invocations on the ModelControllerClient are not available")
        IllegalStateException processIsStopped()
      • propertySpecifiedFileIsNotADirectory

        @Message(id=29,
                 value="-D%s=%s is not a directory")
        IllegalArgumentException propertySpecifiedFileIsNotADirectory​(String property,
                                                                      String absolutePath)
      • propertySpecifiedFileDoesNotExist

        @Message(id=144,
                 value="-D%s=%s does not exist")
        IllegalArgumentException propertySpecifiedFileDoesNotExist​(String property,
                                                                   String absolutePath)
      • embeddedServerDirectoryNotFound

        @Message(id=143,
                 value="No directory called \'%s\' exists under \'%s\'")
        IllegalArgumentException embeddedServerDirectoryNotFound​(String string,
                                                                 String absolutePath)
      • moduleLoaderAlreadyConfigured

        @Message(id=145,
                 value="The module loader has already been configured. Changing the %s property will have no effect.")
        @LogMessage(level=WARN)
        void moduleLoaderAlreadyConfigured​(String propertyName)
      • failedToRestoreContext

        @Message(id=146,
                 value="Failed to restore context %s")
        @LogMessage(level=ERROR)
        void failedToRestoreContext​(@Cause
                                    Throwable cause,
                                    Context context)