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
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
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.
|
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
public CpdEvent(java.lang.Object source, int type)
public CpdEvent(int type)