Class AppClientLogger_$logger

  • All Implemented Interfaces:
    Serializable, AppClientLogger, org.jboss.logging.BasicLogger

    @Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor",
               date="2023-07-19T21:48:39-0500")
    public class AppClientLogger_$logger
    extends org.jboss.logging.DelegatingBasicLogger
    implements AppClientLogger, org.jboss.logging.BasicLogger, Serializable
    Warning this class consists of generated code.
    See Also:
    Serialized Form
    • Constructor Detail

      • AppClientLogger_$logger

        public AppClientLogger_$logger​(org.jboss.logging.Logger log)
    • Method Detail

      • getLoggingLocale

        protected Locale getLoggingLocale()
      • exceptionRunningAppClient

        public final void exceptionRunningAppClient​(Throwable cause,
                                                    String exceptionName)
        Description copied from interface: AppClientLogger
        Logs an error message indicating there was an error running the app client.
        Specified by:
        exceptionRunningAppClient in interface AppClientLogger
        Parameters:
        cause - the cause of the error.
        exceptionName - the exception name thrown.
      • exceptionRunningAppClient$str

        protected String exceptionRunningAppClient$str()
      • argAppClientConfig$str

        protected String argAppClientConfig$str()
      • argHelp$str

        protected String argHelp$str()
      • argHelp

        public final String argHelp()
        Description copied from interface: AppClientLogger
        Instructions for the CommandLineConstants.HELP command line arguments.
        Specified by:
        argHelp in interface AppClientLogger
        Returns:
        the instructions.
      • argHost$str

        protected String argHost$str()
      • argHost

        public final String argHost()
        Description copied from interface: AppClientLogger
        Instructions for the CommandLineConstants.HOST command line arguments.
        Specified by:
        argHost in interface AppClientLogger
        Returns:
        the instructions.
      • argConnectionProperties$str

        protected String argConnectionProperties$str()
      • argConnectionProperties

        public final String argConnectionProperties()
        Description copied from interface: AppClientLogger
        Instructions for the CommandLineConstants.CONNECTION_PROPERTIES command line arguments.
        Specified by:
        argConnectionProperties in interface AppClientLogger
        Returns:
        the instructions.
      • argProperties$str

        protected String argProperties$str()
      • argProperties

        public final String argProperties()
        Description copied from interface: AppClientLogger
        Instructions for the CommandLineConstants.PROPERTIES command line arguments.
        Specified by:
        argProperties in interface AppClientLogger
        Returns:
        the instructions.
      • argSystemProperty$str

        protected String argSystemProperty$str()
      • argSystemProperty

        public final String argSystemProperty()
        Description copied from interface: AppClientLogger
        Instructions for CommandLineConstants.SYS_PROP command line argument.
        Specified by:
        argSystemProperty in interface AppClientLogger
        Returns:
        the instructions.
      • argVersion$str

        protected String argVersion$str()
      • argVersion

        public final String argVersion()
        Description copied from interface: AppClientLogger
        Instructions for CommandLineConstants.VERSION command line argument.
        Specified by:
        argVersion in interface AppClientLogger
        Returns:
        the instructions.
      • argSecMgr$str

        protected String argSecMgr$str()
      • argSecMgr

        public final String argSecMgr()
        Description copied from interface: AppClientLogger
        Instructions for CommandLineConstants.VERSION command line argument.
        Specified by:
        argSecMgr in interface AppClientLogger
        Returns:
        the instructions.
      • usageDescription$str

        protected String usageDescription$str()
      • appClientNotSpecified$str

        protected String appClientNotSpecified$str()
      • appClientNotSpecified

        public final String appClientNotSpecified()
        Description copied from interface: AppClientLogger
        A message indicating that you must specify an application client to execute.
        Specified by:
        appClientNotSpecified in interface AppClientLogger
        Returns:
        the message.
      • argumentExpected$str

        protected String argumentExpected$str()
      • argumentExpected

        public final String argumentExpected​(String arg)
        Description copied from interface: AppClientLogger
        A message indicating the argument, represented by the arg parameter, expected an additional argument.
        Specified by:
        argumentExpected in interface AppClientLogger
        Parameters:
        arg - the argument that expects an additional argument.
        Returns:
        the message.
      • cannotFindAppClient0$str

        protected String cannotFindAppClient0$str()
      • cannotFindAppClient1$str

        protected String cannotFindAppClient1$str()
      • cannotFindAppClient

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotFindAppClient​(String deploymentName)
        Description copied from interface: AppClientLogger
        Creates an exception indicating that the application client, represented by the deploymentName, could not be found.
        Specified by:
        cannotFindAppClient in interface AppClientLogger
        Parameters:
        deploymentName - the name of the deployment.
        Returns:
        a DeploymentUnitProcessingException for the error.
      • cannotLoadAppClientMainClass$str

        protected String cannotLoadAppClientMainClass$str()
      • cannotLoadProperties$str

        protected String cannotLoadProperties$str()
      • cannotLoadProperties

        public final String cannotLoadProperties​(URL url)
        Description copied from interface: AppClientLogger
        A message indicating the properties could not be loaded from the URL.
        Specified by:
        cannotLoadProperties in interface AppClientLogger
        Parameters:
        url - the url to the properties.
        Returns:
        the message.
      • cannotStartAppClient1$str

        protected String cannotStartAppClient1$str()
      • cannotStartAppClient2$str

        protected String cannotStartAppClient2$str()
      • cannotStartAppClient

        public final RuntimeException cannotStartAppClient​(String deploymentName,
                                                           Class<?> mainClass)
        Description copied from interface: AppClientLogger
        Creates an exception indicating the app client could not start due to the main method missing on the main class.
        Specified by:
        cannotStartAppClient in interface AppClientLogger
        Parameters:
        deploymentName - the deployment name.
        mainClass - the main class defined.
        Returns:
        a RuntimeException for the error.
      • duplicateSubsystemDeclaration$str

        protected String duplicateSubsystemDeclaration$str()
      • failedToParseXml1$str

        protected String failedToParseXml1$str()
      • failedToParseXml

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToParseXml​(Throwable cause,
                                                                                                       org.jboss.vfs.VirtualFile appXml)
        Description copied from interface: AppClientLogger
        Creates an exception indicating a failure to parse the xml file represented by the appXml parameter.
        Specified by:
        failedToParseXml in interface AppClientLogger
        Parameters:
        cause - the cause of the error.
        appXml - the file that failed to be parsed.
        Returns:
        a DeploymentUnitProcessingException for the error.
      • failedToParseXml3$str

        protected String failedToParseXml3$str()
      • failedToParseXml

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToParseXml​(Throwable cause,
                                                                                                       org.jboss.vfs.VirtualFile appXml,
                                                                                                       int lineNumber,
                                                                                                       int columnNumber)
        Description copied from interface: AppClientLogger
        Creates an exception indicating a failure to parse the xml file represented by the appXml parameter.
        Specified by:
        failedToParseXml in interface AppClientLogger
        appXml - the file that failed to be parsed.
        lineNumber - the line the failure occurred on.
        columnNumber - the column the failure occurred on.
        Returns:
        a DeploymentUnitProcessingException for the error.
      • malformedUrl$str

        protected String malformedUrl$str()
      • malformedUrl

        public final String malformedUrl​(String arg)
        Description copied from interface: AppClientLogger
        A message indicating the URL in the argument was malformed.
        Specified by:
        malformedUrl in interface AppClientLogger
        Parameters:
        arg - the invalid argument.
        Returns:
        the message.
      • multipleAppClientsFound$str

        protected String multipleAppClientsFound$str()
      • unknownOption$str

        protected String unknownOption$str()
      • unknownOption

        public final String unknownOption​(String option)
        Description copied from interface: AppClientLogger
        A message indicating a known option.
        Specified by:
        unknownOption in interface AppClientLogger
        Parameters:
        option - the unknown option.
        Returns:
        the message.
      • couldNotLoadCallbackClass$str

        protected String couldNotLoadCallbackClass$str()
      • couldNotLoadCallbackClass

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException couldNotLoadCallbackClass​(String clazz)
        Description copied from interface: AppClientLogger
        A message indicating the callback handler could not be loaded
        Specified by:
        couldNotLoadCallbackClass in interface AppClientLogger
      • couldNotCreateCallbackHandler$str

        protected String couldNotCreateCallbackHandler$str()
      • couldNotCreateCallbackHandler

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException couldNotCreateCallbackHandler​(String clazz)
        Description copied from interface: AppClientLogger
        A message indicating the callback handler could not be instantiated
        Specified by:
        couldNotCreateCallbackHandler in interface AppClientLogger
      • cannotFindAppClientFile$str

        protected String cannotFindAppClientFile$str()
      • cannotSpecifyBothHostAndPropertiesFile$str

        protected String cannotSpecifyBothHostAndPropertiesFile$str()