|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface describing a JBoss service MBean.
Service
,
ServiceMBeanSupport
Field Summary | |
static String |
CREATE_EVENT
The JMX notification event type for a service create state |
static int |
CREATED
The Service.create has completed |
static String |
DESTROY_EVENT
The JMX notification event type for a service create state |
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
The JMX notification event type for a service create state |
static int |
STARTED
The Service.start has completed |
static int |
STARTING
The Service.start has been invoked |
static String[] |
states
|
static String |
STOP_EVENT
The JMX notification event type for a service create state |
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 |
Method Summary | |
String |
getName()
|
int |
getState()
|
String |
getStateString()
|
void |
jbossInternalLifecycle(String method)
Detyped lifecycle invocation |
Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
Field Detail |
public static final String CREATE_EVENT
public static final String START_EVENT
public static final String STOP_EVENT
public static final String DESTROY_EVENT
public static final String[] states
public static final int STOPPED
public static final int STOPPING
public static final int STARTING
public static final int STARTED
public static final int FAILED
public static final int DESTROYED
public static final int CREATED
public static final int UNREGISTERED
public static final int REGISTERED
Method Detail |
public String getName()
public int getState()
public String getStateString()
public void jbossInternalLifecycle(String method) throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |