public interface ServiceMBean extends Service
Service
,
ServiceMBeanSupport
Modifier and Type | Field and Description |
---|---|
static String |
CREATE_EVENT
ServiceController notification types corresponding to service lifecycle events
|
static int |
CREATED
The Service.create has completed
|
static String |
DESTROY_EVENT |
static int |
DESTROYED
The Service.destroy has completed
|
static int |
FAILED
There has been an error during some operation
|
static int |
REGISTERED
The MBean has been created and has completed MBeanRegistration.postRegister
|
static String |
START_EVENT |
static int |
STARTED
The Service.start has completed
|
static int |
STARTING
The Service.start has been invoked
|
static String[] |
states |
static String |
STOP_EVENT |
static int |
STOPPED
The Service.stop has completed
|
static int |
STOPPING
The Service.stop has been invoked
|
static int |
UNREGISTERED
The MBean has been created but has not completed MBeanRegistration.postRegister
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
int |
getState() |
String |
getStateString() |
void |
jbossInternalLifecycle(String method)
Detyped lifecycle invocation
|
static final String CREATE_EVENT
static final String START_EVENT
static final String STOP_EVENT
static final String DESTROY_EVENT
static final String[] states
static final int STOPPED
static final int STOPPING
static final int STARTING
static final int STARTED
static final int FAILED
static final int DESTROYED
static final int CREATED
static final int UNREGISTERED
static final int REGISTERED
Copyright © 2016 JBoss by Red Hat. All rights reserved.