|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActorType | |
---|---|
com.genesyslab.platform.openmedia.protocol.interactionserver | |
com.genesyslab.platform.openmedia.protocol.interactionserver.events |
Uses of ActorType in com.genesyslab.platform.openmedia.protocol.interactionserver |
---|
Fields in com.genesyslab.platform.openmedia.protocol.interactionserver declared as ActorType | |
---|---|
static ActorType |
ActorType.Agent
|
static ActorType |
ActorType.MediaServer
|
static ActorType |
ActorType.Strategy
|
Methods in com.genesyslab.platform.openmedia.protocol.interactionserver that return ActorType | |
---|---|
abstract ActorType |
ActorInfo.getActorType()
Values: 1: Actor is a strategy. 2: Actor is a resource. 3: Actor is a media server. |
static ActorType |
ActorType.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static ActorType |
ActorType.valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists. |
Methods in com.genesyslab.platform.openmedia.protocol.interactionserver that return types with arguments of type ActorType | |
---|---|
static java.util.Collection<ActorType> |
ActorType.values()
Returns all values of the enumeration. |
Methods in com.genesyslab.platform.openmedia.protocol.interactionserver with parameters of type ActorType | |
---|---|
static ActorInfo |
ActorInfo.create(ActorType actorType)
Creates instance of ActorInfo with required parameters set. |
static ActorInfo |
ActorInfo.create(ActorType actorType,
java.lang.String actorMediaServerId,
java.lang.Integer actorTenantId,
java.lang.String actorStrategyId,
java.lang.String actorRouterId,
java.lang.String actorPlaceId,
java.lang.String actorAgentId,
java.lang.String agentLoginSessionId,
java.util.Date loggedInAt)
Creates instance of ActorInfo with all parameters set. |
abstract void |
ActorInfo.setActorType(ActorType actorType)
Values: 1: Actor is a strategy. 2: Actor is a resource. 3: Actor is a media server. |
Uses of ActorType in com.genesyslab.platform.openmedia.protocol.interactionserver.events |
---|
Methods in com.genesyslab.platform.openmedia.protocol.interactionserver.events that return ActorType | |
---|---|
abstract ActorType |
EventUserEvent.getActorType()
Values: 1: Actor is a strategy. 2: Actor is a resource. 3: Actor is a media server. |
Methods in com.genesyslab.platform.openmedia.protocol.interactionserver.events with parameters of type ActorType | |
---|---|
abstract void |
EventUserEvent.setActorType(ActorType actorType)
Values: 1: Actor is a strategy. 2: Actor is a resource. 3: Actor is a media server. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |