com.genesyslab.ail.event
Class WorkbinEvent.ActorType

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.event.WorkbinEvent.ActorType
Enclosing interface:
WorkbinEvent

public static class WorkbinEvent.ActorType
extends Enum

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

AGENT_

public static final int AGENT_
Indicates that an Agent modified the workbin.

See Also:
Constant Field Values

AGENT

public static final WorkbinEvent.ActorType AGENT
Indicates that an Agent modified the workbin.


MEDIA_SERVER_

public static final int MEDIA_SERVER_
Indicates that a media server modified the workbin.

See Also:
Constant Field Values

MEDIA_SERVER

public static final WorkbinEvent.ActorType MEDIA_SERVER
Indicates that a media server modified the workbin.


STRATEGY_

public static final int STRATEGY_
Indicates that a strategy modified the workbin.

See Also:
Constant Field Values

STRATEGY

public static final WorkbinEvent.ActorType STRATEGY
Indicates that a strategy modified the workbin.

Method Detail

getActorType

public static final WorkbinEvent.ActorType getActorType(int operation)
Returns the ActorType for this value.