Package org.jboss.msc.service
Class ServiceLogger_$logger
- java.lang.Object
-
- org.jboss.msc.service.ServiceLogger_$logger
-
- All Implemented Interfaces:
java.io.Serializable,ServiceLogger
@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date="2025-12-21T13:46:05+0800") public class ServiceLogger_$logger extends java.lang.Object implements ServiceLogger, java.io.SerializableWarning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.StringexceptionAfterCompleteprivate static java.lang.StringFQCNprivate static java.lang.Stringgreetingprivate static java.lang.StringinternalServiceErrorprivate static java.lang.StringlistenerFailedprotected org.jboss.logging.Loggerlogprivate static java.lang.StringmbeanFailedprivate static java.lang.StringprofileOutputCloseFailedprivate static longserialVersionUIDprivate static java.lang.StringserviceNotStartedprivate static java.lang.StringstartFailedprivate static java.lang.StringstopFailedprivate static java.lang.StringstopServiceMissingprivate static java.lang.StringuncaughtExceptionprivate static java.lang.StringuninjectFailed-
Fields inherited from interface org.jboss.msc.service.ServiceLogger
FAIL, ROOT, SERVICE
-
-
Constructor Summary
Constructors Constructor Description ServiceLogger_$logger(org.jboss.logging.Logger log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexceptionAfterComplete(java.lang.Throwable cause, ServiceName serviceName)protected java.lang.StringexceptionAfterComplete$str()voidgreeting(java.lang.String version)protected java.lang.Stringgreeting$str()voidinternalServiceError(java.lang.Throwable cause, ServiceName serviceName)protected java.lang.StringinternalServiceError$str()voidlistenerFailed(java.lang.Throwable cause, ServiceListener<? extends java.lang.Object> listener)protected java.lang.StringlistenerFailed$str()voidmbeanFailed(java.lang.Exception e)protected java.lang.StringmbeanFailed$str()voidprofileOutputCloseFailed(java.io.IOException cause)protected java.lang.StringprofileOutputCloseFailed$str()java.lang.IllegalStateExceptionserviceNotStarted()protected java.lang.StringserviceNotStarted$str()voidstartFailed(StartException cause, ServiceName serviceName)protected java.lang.StringstartFailed$str()voidstopFailed(java.lang.Throwable cause, ServiceName serviceName)protected java.lang.StringstopFailed$str()voidstopServiceMissing(ServiceName serviceName)protected java.lang.StringstopServiceMissing$str()voiduncaughtException(java.lang.Throwable cause, java.lang.Thread thread)protected java.lang.StringuncaughtException$str()voiduninjectFailed(java.lang.Throwable cause, ServiceName serviceName, ValueInjection<? extends java.lang.Object> valueInjection)protected java.lang.StringuninjectFailed$str()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
FQCN
private static final java.lang.String FQCN
-
log
protected final org.jboss.logging.Logger log
-
greeting
private static final java.lang.String greeting
- See Also:
- Constant Field Values
-
startFailed
private static final java.lang.String startFailed
- See Also:
- Constant Field Values
-
listenerFailed
private static final java.lang.String listenerFailed
- See Also:
- Constant Field Values
-
exceptionAfterComplete
private static final java.lang.String exceptionAfterComplete
- See Also:
- Constant Field Values
-
stopFailed
private static final java.lang.String stopFailed
- See Also:
- Constant Field Values
-
stopServiceMissing
private static final java.lang.String stopServiceMissing
- See Also:
- Constant Field Values
-
uninjectFailed
private static final java.lang.String uninjectFailed
- See Also:
- Constant Field Values
-
internalServiceError
private static final java.lang.String internalServiceError
- See Also:
- Constant Field Values
-
uncaughtException
private static final java.lang.String uncaughtException
- See Also:
- Constant Field Values
-
profileOutputCloseFailed
private static final java.lang.String profileOutputCloseFailed
- See Also:
- Constant Field Values
-
mbeanFailed
private static final java.lang.String mbeanFailed
- See Also:
- Constant Field Values
-
serviceNotStarted
private static final java.lang.String serviceNotStarted
- See Also:
- Constant Field Values
-
-
Method Detail
-
greeting
public final void greeting(java.lang.String version)
- Specified by:
greetingin interfaceServiceLogger
-
greeting$str
protected java.lang.String greeting$str()
-
startFailed
public final void startFailed(StartException cause, ServiceName serviceName)
- Specified by:
startFailedin interfaceServiceLogger
-
startFailed$str
protected java.lang.String startFailed$str()
-
listenerFailed
public final void listenerFailed(java.lang.Throwable cause, ServiceListener<? extends java.lang.Object> listener)- Specified by:
listenerFailedin interfaceServiceLogger
-
listenerFailed$str
protected java.lang.String listenerFailed$str()
-
exceptionAfterComplete
public final void exceptionAfterComplete(java.lang.Throwable cause, ServiceName serviceName)- Specified by:
exceptionAfterCompletein interfaceServiceLogger
-
exceptionAfterComplete$str
protected java.lang.String exceptionAfterComplete$str()
-
stopFailed
public final void stopFailed(java.lang.Throwable cause, ServiceName serviceName)- Specified by:
stopFailedin interfaceServiceLogger
-
stopFailed$str
protected java.lang.String stopFailed$str()
-
stopServiceMissing
public final void stopServiceMissing(ServiceName serviceName)
- Specified by:
stopServiceMissingin interfaceServiceLogger
-
stopServiceMissing$str
protected java.lang.String stopServiceMissing$str()
-
uninjectFailed
public final void uninjectFailed(java.lang.Throwable cause, ServiceName serviceName, ValueInjection<? extends java.lang.Object> valueInjection)- Specified by:
uninjectFailedin interfaceServiceLogger
-
uninjectFailed$str
protected java.lang.String uninjectFailed$str()
-
internalServiceError
public final void internalServiceError(java.lang.Throwable cause, ServiceName serviceName)- Specified by:
internalServiceErrorin interfaceServiceLogger
-
internalServiceError$str
protected java.lang.String internalServiceError$str()
-
uncaughtException
public final void uncaughtException(java.lang.Throwable cause, java.lang.Thread thread)- Specified by:
uncaughtExceptionin interfaceServiceLogger
-
uncaughtException$str
protected java.lang.String uncaughtException$str()
-
profileOutputCloseFailed
public final void profileOutputCloseFailed(java.io.IOException cause)
- Specified by:
profileOutputCloseFailedin interfaceServiceLogger
-
profileOutputCloseFailed$str
protected java.lang.String profileOutputCloseFailed$str()
-
mbeanFailed
public final void mbeanFailed(java.lang.Exception e)
- Specified by:
mbeanFailedin interfaceServiceLogger
-
mbeanFailed$str
protected java.lang.String mbeanFailed$str()
-
serviceNotStarted$str
protected java.lang.String serviceNotStarted$str()
-
serviceNotStarted
public final java.lang.IllegalStateException serviceNotStarted()
- Specified by:
serviceNotStartedin interfaceServiceLogger
-
-