|
|||||||||||
PREV CLASS NEXT CLASS | 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
Revisions:
20011219 marc fleury:
Service
,
ServiceMBeanSupport
,
Serialized FormField Summary | |
static int |
CONFIGURED
|
static int |
CREATED
|
List |
dependsOnMe
beans that depend on me |
static int |
DESTROYED
|
static int |
FAILED
|
List |
iDependOn
dependent beans |
static int |
INSTALLED
|
static int |
NOTYETINSTALLED
|
javax.management.ObjectName |
objectName
The name of the service |
Throwable |
problem
|
Service |
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 | |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static int INSTALLED
public static int CONFIGURED
public static int CREATED
public static int RUNNING
public static int FAILED
public static int STOPPED
public static int DESTROYED
public static int NOTYETINSTALLED
public javax.management.ObjectName objectName
public int state
public List iDependOn
public List dependsOnMe
public Service proxy
public Throwable problem
Constructor Detail |
public ServiceContext()
Method Detail |
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |