|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.pmi.client.event.CpdEvent
javax.management.j2ee.statistics
package.
The PMI client package provides event and listener interfaces to inform clients, for instance, a GUI display, when new or changed data is available. The CpdEvent and CpdListener can only be used within a JVM.
public class CpdEvent
Field Summary | |
---|---|
static int |
EVENT_DELETE_MEMBER
Deprecated. |
static int |
EVENT_DELETE_SUBCOLLECTION
Deprecated. |
static int |
EVENT_NEW_DATA
Deprecated. |
static int |
EVENT_NEW_MEMBER
Deprecated. |
static int |
EVENT_NEW_SUBCOLLECTION
Deprecated. |
static int |
EVENT_STRUCTURE_CHANGED
Deprecated. |
Constructor Summary | |
---|---|
CpdEvent(int type)
Deprecated. CpdEvent could be used for GUI tool to register as a listener so that it gets notice when an event happens. |
|
CpdEvent(java.lang.Object source,
int type)
Deprecated. CpdEvent could be used for GUI tool to register as a listener so that it gets notice when an event happens. |
Method Summary | |
---|---|
java.lang.Object |
getSource()
Deprecated. |
int |
getType()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int EVENT_NEW_MEMBER
public static final int EVENT_NEW_SUBCOLLECTION
public static final int EVENT_NEW_DATA
public static final int EVENT_STRUCTURE_CHANGED
public static final int EVENT_DELETE_MEMBER
public static final int EVENT_DELETE_SUBCOLLECTION
Constructor Detail |
---|
public CpdEvent(java.lang.Object source, int type)
public CpdEvent(int type)
Method Detail |
---|
public java.lang.Object getSource()
public int getType()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |