public interface EventAction
Modifier and Type | Field and Description |
---|---|
static int |
ACTION_BALANCE |
static int |
ACTION_CREATE |
static int |
ACTION_DEPLOY |
static int |
ACTION_DISABLE |
static int |
ACTION_ENABLE |
static int |
ACTION_FAILOVER |
static int |
ACTION_LIST |
static int |
ACTION_QUERY |
static int |
ACTION_RELOAD |
static int |
ACTION_REMOVE |
static int |
ACTION_RENAME |
static int |
ACTION_RESTART |
static int |
ACTION_STANDBY |
static int |
ACTION_STOP |
static int |
ACTION_UNDEPLOY |
static int |
ACTION_UPDATE |
Modifier and Type | Method and Description |
---|---|
void |
close()
closes or cleans up all the resources
|
java.lang.String |
getName()
returns the name of the action
|
void |
invokeAction(long currentTime,
Event event)
invokes the action upon the event
|
static final int ACTION_LIST
static final int ACTION_QUERY
static final int ACTION_UPDATE
static final int ACTION_RENAME
static final int ACTION_CREATE
static final int ACTION_REMOVE
static final int ACTION_ENABLE
static final int ACTION_DISABLE
static final int ACTION_STANDBY
static final int ACTION_FAILOVER
static final int ACTION_BALANCE
static final int ACTION_RELOAD
static final int ACTION_DEPLOY
static final int ACTION_UNDEPLOY
static final int ACTION_STOP
static final int ACTION_RESTART
void invokeAction(long currentTime, Event event)
java.lang.String getName()
void close()