Package org.jboss.modcluster
Class ModClusterLogger_$logger
java.lang.Object
org.jboss.modcluster.ModClusterLogger_$logger
- All Implemented Interfaces:
Serializable
,ModClusterLogger
@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor",
date="2024-09-19T11:09:43+0200")
public class ModClusterLogger_$logger
extends Object
implements ModClusterLogger, Serializable
Warning this class consists of generated code.
- See Also:
-
Field Summary
Fields inherited from interface org.jboss.modcluster.ModClusterLogger
CATCHING_MARKER, LOGGER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
addContext
(Host host, Context context) protected String
final void
advertiseStartFailed
(Throwable cause) protected String
final void
catchingDebug
(Throwable throwable) Logging message that logs stack trace at the DEBUG level.protected String
final RuntimeException
connectorAddressUnknownHost
(String connectorAddress) protected String
final RuntimeException
connectorMatchesMultiple
(String connector) protected String
final RuntimeException
protected String
final RuntimeException
protected String
final void
detectConnectorAddress
(Engine engine, InetAddress address) protected String
final void
detectJvmRoute
(Engine engine, String jvmRoute) protected String
final void
drainRequests
(int requests, Host host, Context context) protected String
final void
drainSessions
(int sessions, Host host, Context context) protected String
protected Locale
final void
protected String
init$str()
final RuntimeException
invalidInitialLoad
(int initialLoad) protected String
final void
noConnectorForEngine
(String engineName) protected String
final void
notSupportedOnSystem
(String classname) protected String
final RuntimeException
protected String
final void
parseHeaderFailed
(Throwable cause, MCMPRequestType command, InetSocketAddress proxy) protected String
final void
potentialCrossTalking
(InetAddress address, String addressType, String message) protected String
final void
recoverableErrorResponse
(String errorType, MCMPRequestType type, InetSocketAddress proxy, String message) protected String
final void
removeContext
(Host host, Context context) protected String
final void
requestDrainTimeout
(int requests, Host host, Context context, float seconds) protected String
final void
requestsDrained
(Host host, Context context, float seconds) protected String
final void
sendContextCommand
(MCMPRequestType command, Host host, Context context) protected String
final void
sendEngineCommand
(MCMPRequestType command, Engine engine) protected String
final void
sendFailed
(MCMPRequestType type, InetSocketAddress proxy, String message) protected String
final void
sessionDrainTimeout
(int sessions, Host host, Context context, float seconds) protected String
final void
sessionsDrained
(Host host, Context context, float seconds) protected String
final void
shutdown()
protected String
final void
startAdvertise
(InetSocketAddress address) protected String
final void
startContext
(Host host, Context context) protected String
final void
protected String
final void
startSessionDraining
(int sessions, Host host, Context context, long timeout) protected String
final void
startSessionDrainingIndefinitely
(int sessions, Host host, Context context) protected String
final void
stopContext
(Host host, Context context) protected String
final void
protected String
final void
unrecoverableErrorResponse
(String errorType, MCMPRequestType type, InetSocketAddress proxy, String message) protected String
-
Field Details
-
log
protected final org.jboss.logging.Logger log
-
-
Constructor Details
-
ModClusterLogger_$logger
public ModClusterLogger_$logger(org.jboss.logging.Logger log)
-
-
Method Details
-
getLoggingLocale
-
catchingDebug
Description copied from interface:ModClusterLogger
Logging message that logs stack trace at the DEBUG level.- Specified by:
catchingDebug
in interfaceModClusterLogger
- Parameters:
throwable
- Throwable that has been caught
-
catchingDebug$str
-
init
- Specified by:
init
in interfaceModClusterLogger
-
init$str
-
shutdown
public final void shutdown()- Specified by:
shutdown
in interfaceModClusterLogger
-
shutdown$str
-
startServer
public final void startServer()- Specified by:
startServer
in interfaceModClusterLogger
-
startServer$str
-
stopServer
public final void stopServer()- Specified by:
stopServer
in interfaceModClusterLogger
-
stopServer$str
-
addContext
- Specified by:
addContext
in interfaceModClusterLogger
-
addContext$str
-
removeContext
- Specified by:
removeContext
in interfaceModClusterLogger
-
removeContext$str
-
startContext
- Specified by:
startContext
in interfaceModClusterLogger
-
startContext$str
-
stopContext
- Specified by:
stopContext
in interfaceModClusterLogger
-
stopContext$str
-
sendEngineCommand
- Specified by:
sendEngineCommand
in interfaceModClusterLogger
-
sendEngineCommand$str
-
sendContextCommand
- Specified by:
sendContextCommand
in interfaceModClusterLogger
-
sendContextCommand$str
-
detectJvmRoute
- Specified by:
detectJvmRoute
in interfaceModClusterLogger
-
detectJvmRoute$str
-
detectConnectorAddress
- Specified by:
detectConnectorAddress
in interfaceModClusterLogger
-
detectConnectorAddress$str
-
drainRequests
- Specified by:
drainRequests
in interfaceModClusterLogger
-
drainRequests$str
-
requestsDrained
- Specified by:
requestsDrained
in interfaceModClusterLogger
-
requestsDrained$str
-
requestDrainTimeout
- Specified by:
requestDrainTimeout
in interfaceModClusterLogger
-
requestDrainTimeout$str
-
drainSessions
- Specified by:
drainSessions
in interfaceModClusterLogger
-
drainSessions$str
-
sessionsDrained
- Specified by:
sessionsDrained
in interfaceModClusterLogger
-
sessionsDrained$str
-
sessionDrainTimeout
- Specified by:
sessionDrainTimeout
in interfaceModClusterLogger
-
sessionDrainTimeout$str
-
potentialCrossTalking
- Specified by:
potentialCrossTalking
in interfaceModClusterLogger
-
potentialCrossTalking$str
-
startAdvertise
- Specified by:
startAdvertise
in interfaceModClusterLogger
-
startAdvertise$str
-
advertiseStartFailed
- Specified by:
advertiseStartFailed
in interfaceModClusterLogger
-
advertiseStartFailed$str
-
parseHeaderFailed
public final void parseHeaderFailed(Throwable cause, MCMPRequestType command, InetSocketAddress proxy) - Specified by:
parseHeaderFailed
in interfaceModClusterLogger
-
parseHeaderFailed$str
-
unrecoverableErrorResponse
public final void unrecoverableErrorResponse(String errorType, MCMPRequestType type, InetSocketAddress proxy, String message) - Specified by:
unrecoverableErrorResponse
in interfaceModClusterLogger
-
unrecoverableErrorResponse$str
-
recoverableErrorResponse
public final void recoverableErrorResponse(String errorType, MCMPRequestType type, InetSocketAddress proxy, String message) - Specified by:
recoverableErrorResponse
in interfaceModClusterLogger
-
recoverableErrorResponse$str
-
sendFailed
- Specified by:
sendFailed
in interfaceModClusterLogger
-
sendFailed$str
-
notSupportedOnSystem
- Specified by:
notSupportedOnSystem
in interfaceModClusterLogger
-
notSupportedOnSystem$str
-
startSessionDraining
- Specified by:
startSessionDraining
in interfaceModClusterLogger
-
startSessionDraining$str
-
connectorMatchesMultiple$str
-
connectorMatchesMultiple
- Specified by:
connectorMatchesMultiple
in interfaceModClusterLogger
-
connectorAddressUnknownHost$str
-
connectorAddressUnknownHost
- Specified by:
connectorAddressUnknownHost
in interfaceModClusterLogger
-
invalidInitialLoad$str
-
invalidInitialLoad
- Specified by:
invalidInitialLoad
in interfaceModClusterLogger
-
noValidAdvertiseInterfaceConfigured$str
-
noValidAdvertiseInterfaceConfigured
- Specified by:
noValidAdvertiseInterfaceConfigured
in interfaceModClusterLogger
-
createMulticastSocketWithNullMulticastAddress$str
-
createMulticastSocketWithNullMulticastAddress
- Specified by:
createMulticastSocketWithNullMulticastAddress
in interfaceModClusterLogger
-
createMulticastSocketWithUnicastAddress$str
-
createMulticastSocketWithUnicastAddress
- Specified by:
createMulticastSocketWithUnicastAddress
in interfaceModClusterLogger
-
startSessionDrainingIndefinitely
- Specified by:
startSessionDrainingIndefinitely
in interfaceModClusterLogger
-
startSessionDrainingIndefinitely$str
-
noConnectorForEngine
- Specified by:
noConnectorForEngine
in interfaceModClusterLogger
-
noConnectorForEngine$str
-