public interface ServiceMBeanMessages
Modifier and Type | Field and Description |
---|---|
static ServiceMBeanMessages |
MESSAGES
The messages.
|
Modifier and Type | Method and Description |
---|---|
IllegalArgumentException |
destroyingFailed(Throwable cause,
String description) |
IllegalArgumentException |
errorInDestroy(Throwable cause,
String description) |
IllegalArgumentException |
errorInStop(Throwable cause,
String description) |
IllegalArgumentException |
initializationFailed(Throwable cause,
String description) |
IllegalArgumentException |
nullMethodName() |
String |
postRegisterInitializationFailed() |
IllegalArgumentException |
startingFailed(Throwable cause,
String description) |
IllegalArgumentException |
stoppingFailed(Throwable cause,
String description) |
IllegalArgumentException |
unknownLifecycleMethod(String methodName) |
static final ServiceMBeanMessages MESSAGES
IllegalArgumentException nullMethodName()
IllegalArgumentException unknownLifecycleMethod(String methodName)
IllegalArgumentException errorInDestroy(Throwable cause, String description)
IllegalArgumentException errorInStop(Throwable cause, String description)
IllegalArgumentException initializationFailed(Throwable cause, String description)
IllegalArgumentException startingFailed(Throwable cause, String description)
IllegalArgumentException stoppingFailed(Throwable cause, String description)
IllegalArgumentException destroyingFailed(Throwable cause, String description)
String postRegisterInitializationFailed()
Copyright © 2018 JBoss by Red Hat. All rights reserved.