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).
|
Modifier and Type | Field | Description |
---|---|---|
static RoutingPointStatus |
RoutingPointStatus.Loaded |
|
static RoutingPointStatus |
RoutingPointStatus.Released |
Modifier and Type | Method | Description |
---|---|---|
static RoutingPointStatus |
RoutingPointStatus.valueOf(int ordinal) |
Returns enumeration value by given ordinal number.
|
static RoutingPointStatus |
RoutingPointStatus.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<RoutingPointStatus> |
RoutingPointStatus.values() |
Returns all values of the enumeration.
|
Modifier and Type | Method | Description |
---|---|---|
abstract RoutingPointStatus |
EventError.getRoutingPointStatus() |
|
abstract RoutingPointStatus |
EventInfo.getRoutingPointStatus() |
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 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.setRoutingPointStatus(RoutingPointStatus routingPointStatus) |
|
abstract void |
EventInfo.setRoutingPointStatus(RoutingPointStatus routingPointStatus) |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.