|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.system.ServiceContext
ServiceContext holds information for the Service
Service
(src) ,
ServiceMBeanSupport
(src) ,
Serialized FormField Summary | |
static int |
CONFIGURED
|
static int |
CREATED
|
java.util.List |
dependsOnMe
Beans that depend on me |
static int |
DESTROYED
|
static int |
FAILED
|
java.util.List |
iDependOn
Dependent beans |
static int |
INSTALLED
Valid service states |
static int |
NOTYETINSTALLED
|
ObjectName (src) |
objectName
The name of the service |
java.lang.Throwable |
problem
Cause for failure |
Service (src) |
proxy
The fancy proxy to my service calls |
static int |
RUNNING
|
int |
state
State of the service |
static int |
STOPPED
|
Constructor Summary | |
ServiceContext()
|
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int INSTALLED
public static final int CONFIGURED
public static final int CREATED
public static final int RUNNING
public static final int FAILED
public static final int STOPPED
public static final int DESTROYED
public static final int NOTYETINSTALLED
public ObjectName (src) objectName
public int state
public java.util.List iDependOn
public java.util.List dependsOnMe
public Service (src) proxy
public java.lang.Throwable problem
Constructor Detail |
public ServiceContext()
Method Detail |
public java.lang.String toString()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |