Package | Description |
---|---|
com.genesyslab.platform.openmedia.protocol.interactionserver | |
com.genesyslab.platform.openmedia.protocol.interactionserver.events |
Modifier and Type | Field | Description |
---|---|---|
static ActorType |
ActorType.Agent |
|
static ActorType |
ActorType.MediaServer |
|
static ActorType |
ActorType.Strategy |
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
static java.util.Collection<ActorType> |
ActorType.values() |
Returns all values of the enumeration.
|
Modifier and Type | Method | Description |
---|---|---|
static ActorInfo |
ActorInfo.create(ActorType actorType) |
Creates instance of ActorInfo.
|
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.Integer actorPlaceDbId,
java.lang.Integer actorAgentDbId,
java.lang.String agentLoginSessionId,
java.util.Date loggedInAt) |
Creates instance of ActorInfo.
|
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.
|
abstract void |
ActorInfo.setActorType(ActorType actorType) |
Values:
1: Actor is a strategy.
2: Actor is a resource.
3: Actor is a media server.
|
Modifier and Type | Method | Description |
---|---|---|
abstract ActorType |
EventUserEvent.getActorType() |
Values:
1: Actor is a strategy.
2: Actor is a resource.
3: Actor is a media server.
|
Modifier and Type | Method | Description |
---|---|---|
abstract void |
EventUserEvent.setActorType(ActorType actorType) |
Values:
1: Actor is a strategy.
2: Actor is a resource.
3: Actor is a media server.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.