| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CREATE_EVENT |
"org.jboss.system.ServiceMBean.create" |
public static final int |
CREATED |
6 |
public static final String |
DESTROY_EVENT |
"org.jboss.system.ServiceMBean.destroy" |
public static final int |
DESTROYED |
5 |
public static final int |
FAILED |
4 |
public static final int |
REGISTERED |
8 |
public static final String |
START_EVENT |
"org.jboss.system.ServiceMBean.start" |
public static final int |
STARTED |
3 |
public static final int |
STARTING |
2 |
public static final String |
STOP_EVENT |
"org.jboss.system.ServiceMBean.stop" |
public static final int |
STOPPED |
0 |
public static final int |
STOPPING |
1 |
public static final int |
UNREGISTERED |
7 |
Copyright © 2021 JBoss by Red Hat. All rights reserved.