|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
An interface for representing events related to ComponentConfigurators.
ComponentConfigurator| Field Summary | |
static int |
APP_SPECIFIC
An application-specific event type. |
static int |
DELETED
component deleted. |
static int |
FAILED
component failure. |
static int |
FINISHED
component finished. |
static int |
MIGRATED
component migrated. |
static int |
RECONFIGURED
component reconfigured. |
static int |
REPLACED
component replaced. |
static int |
SHUTDOWN
component shutting down. |
static int |
STARTED
component started. |
static java.lang.String |
UNKNOWN
unknown event String. |
| Method Summary | |
int |
getType()
Accessor for the event type. |
java.lang.String |
toString()
Converts the event into a String. |
| Field Detail |
public static final java.lang.String UNKNOWN
public static final int STARTED
public static final int FINISHED
public static final int SHUTDOWN
public static final int RECONFIGURED
public static final int REPLACED
public static final int MIGRATED
public static final int DELETED
public static final int FAILED
public static final int APP_SPECIFIC
| Method Detail |
public java.lang.String toString()
public int getType()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||