jade.wrapper
Interface PlatformEvent

All Known Implementing Classes:
PlatformEvent

public interface PlatformEvent


Field Summary
static int BORN_AGENT
           
static int DEAD_AGENT
           
static int KILLED_PLATFORM
           
static int RESUMED_PLATFORM
           
static int STARTED_PLATFORM
           
static int SUSPENDED_PLATFORM
           
 
Method Summary
 java.lang.String getAgentGUID()
           
 int getEventType()
           
 java.lang.String getPlatformName()
           
 

Field Detail

BORN_AGENT

public static final int BORN_AGENT

DEAD_AGENT

public static final int DEAD_AGENT

STARTED_PLATFORM

public static final int STARTED_PLATFORM

SUSPENDED_PLATFORM

public static final int SUSPENDED_PLATFORM

RESUMED_PLATFORM

public static final int RESUMED_PLATFORM

KILLED_PLATFORM

public static final int KILLED_PLATFORM
Method Detail

getAgentGUID

public java.lang.String getAgentGUID()

getPlatformName

public java.lang.String getPlatformName()

getEventType

public int getEventType()