|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.geronimo.kernel.management.NotificationType
public final class NotificationType
Static constants class which contains all of the J2EE notification types from the J2EE management specification.
Field Summary | |
---|---|
static String |
ATTRIBUTE_CHANGED
An attribute has change value |
static String |
OBJECT_CREATED
A new managed object was created. |
static String |
OBJECT_DELETED
A managed object was deleted |
static String |
STATE_FAILED
A state manageable object entered the failed state |
static String |
STATE_RUNNING
A state manageable object entered the running state |
static String |
STATE_STARTING
A state manageable object entered the starting state |
static String |
STATE_STOPPED
A state manageable object entered the stopped state. |
static String |
STATE_STOPPING
A state manageable object entered the stopping state |
static String[] |
TYPES
An array containg all of the know J2EE notification types |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String OBJECT_CREATED
public static final String OBJECT_DELETED
public static final String STATE_STARTING
public static final String STATE_RUNNING
public static final String STATE_STOPPING
public static final String STATE_STOPPED
public static final String STATE_FAILED
public static final String ATTRIBUTE_CHANGED
public static final String[] TYPES
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |