|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
NOT available in MIDP
Field Summary | |
static int |
BORN_AGENT
String constant for the name of the born-agent event. |
static int |
DEAD_AGENT
String constant for the name of the dead-agent event. |
static int |
KILLED_PLATFORM
String constant for the name of the killed-platform event. |
static int |
RESUMED_PLATFORM
String constant for the name of the resumed-platform event. |
static int |
STARTED_PLATFORM
String constant for the name of the started-platform event. |
static int |
SUSPENDED_PLATFORM
String constant for the name of the suspended-platform event. |
Method Summary | |
java.lang.String |
getAgentGUID()
Retrieve the global agent name (i.e. the local name and the platform ID). |
int |
getEventType()
Retrieve the event type. |
java.lang.String |
getPlatformName()
Retrieve the platform name. |
Field Detail |
public static final int BORN_AGENT
born-agent
event.
public static final int DEAD_AGENT
dead-agent
event.
public static final int STARTED_PLATFORM
started-platform
event.
public static final int SUSPENDED_PLATFORM
suspended-platform
event.
public static final int RESUMED_PLATFORM
resumed-platform
event.
public static final int KILLED_PLATFORM
killed-platform
event.
Method Detail |
public java.lang.String getAgentGUID()
public java.lang.String getPlatformName()
public int getEventType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |