|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genesyslab.ail.Enum
com.genesyslab.ail.event.WorkbinEvent.ActorType
public static class WorkbinEvent.ActorType
Enum for the possible actors that performed an action on the workbin.
| Field Summary | |
|---|---|
static WorkbinEvent.ActorType |
AGENT
Indicates that an Agent modified the workbin. |
static int |
AGENT_
Indicates that an Agent modified the workbin. |
static WorkbinEvent.ActorType |
MEDIA_SERVER
Indicates that a media server modified the workbin. |
static int |
MEDIA_SERVER_
Indicates that a media server modified the workbin. |
static WorkbinEvent.ActorType |
STRATEGY
Indicates that a strategy modified the workbin. |
static int |
STRATEGY_
Indicates that a strategy modified the workbin. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static WorkbinEvent.ActorType |
getActorType(int operation)
Returns the ActorType for this value. |
| Methods inherited from class com.genesyslab.ail.Enum |
|---|
equals, hashCode, max, toInt, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int AGENT_
public static final WorkbinEvent.ActorType AGENT
public static final int MEDIA_SERVER_
public static final WorkbinEvent.ActorType MEDIA_SERVER
public static final int STRATEGY_
public static final WorkbinEvent.ActorType STRATEGY
| Method Detail |
|---|
public static final WorkbinEvent.ActorType getActorType(int operation)
ActorType for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||