Package | Description |
---|---|
com.genesyslab.platform.routing.protocol.routingserver |
This package primarily contains enums that your applications can use when
working with Universal Routing Server (URS), such as
CallType and
RoutingPointStatus . |
com.genesyslab.platform.routing.protocol.routingserver.events |
This package contains events that your applications may receive when working
with Universal Routing Server (URS).
|
com.genesyslab.platform.routing.protocol.routingserver.requests |
This package contains requests that your applications can send to Universal
Routing Server.
|
Modifier and Type | Method | Description |
---|---|---|
static OperationContext |
OperationContext.create() |
Creates instance of OperationContext with no parameters set.
|
static OperationContext |
OperationContext.create(CallType callType,
java.lang.String thisQueue,
java.lang.String thisLocation,
java.lang.String otherDN,
java.lang.String aNI,
java.lang.String dNIS,
java.lang.String cED,
java.lang.String mediaType,
KeyValueCollection userData,
KeyValueCollection extensions) |
Creates instance of OperationContext with all parameters set.
|
Modifier and Type | Method | Description |
---|---|---|
abstract OperationContext |
EventError.getContext() |
Provides information about the associated interaction, using a format similar to TEvent.
|
abstract OperationContext |
EventExecutionAck.getContext() |
Provides information about the associated interaction, using a format similar to TEvent.
|
abstract OperationContext |
EventExecutionError.getContext() |
Provides information about the associated interaction, using a format similar to TEvent.
|
abstract OperationContext |
EventInfo.getContext() |
Provides information about the associated interaction, using a format similar to TEvent.
|
Modifier and Type | Method | Description |
---|---|---|
static EventError |
EventError.create(java.lang.Integer clientId,
java.lang.String tServer,
java.lang.String routingPoint,
java.lang.String path,
java.lang.String timestamp,
RoutingPointStatus routingPointStatus,
ErrorCode errorCode,
java.lang.String errorMessage,
java.lang.String message,
OperationContext context,
KeyValueCollection result) |
Creates instance of EventError with all parameters set.
|
static EventExecutionAck |
EventExecutionAck.create(KeyValueCollection result,
OperationContext context,
java.lang.Integer executionId) |
Creates instance of EventExecutionAck with all parameters set.
|
static EventExecutionError |
EventExecutionError.create(KeyValueCollection result,
OperationContext context,
java.lang.Integer executionId) |
Creates instance of EventExecutionError with all parameters set.
|
static EventInfo |
EventInfo.create(java.lang.Integer clientId,
java.lang.String tServer,
java.lang.String routingPoint,
java.lang.String path,
java.lang.String timestamp,
java.lang.String message,
RoutingPointStatus routingPointStatus,
ErrorCode errorCode,
java.lang.String errorMessage,
OperationContext context,
KeyValueCollection result) |
Creates instance of EventInfo with all parameters set.
|
abstract void |
EventError.setContext(OperationContext context) |
Provides information about the associated interaction, using a format similar to TEvent.
|
abstract void |
EventExecutionAck.setContext(OperationContext context) |
Provides information about the associated interaction, using a format similar to TEvent.
|
abstract void |
EventExecutionError.setContext(OperationContext context) |
Provides information about the associated interaction, using a format similar to TEvent.
|
abstract void |
EventInfo.setContext(OperationContext context) |
Provides information about the associated interaction, using a format similar to TEvent.
|
Modifier and Type | Method | Description |
---|---|---|
abstract OperationContext |
RequestExecuteStrategy.getContext() |
Provides information about the associated interaction, using a format similar to TEvent.
|
Modifier and Type | Method | Description |
---|---|---|
static RequestExecuteStrategy |
RequestExecuteStrategy.create(java.lang.String strategy,
java.lang.String tenant,
OperationContext context) |
Creates instance of RequestExecuteStrategy with all parameters set.
|
abstract void |
RequestExecuteStrategy.setContext(OperationContext context) |
Provides information about the associated interaction, using a format similar to TEvent.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.