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.runtime.channel |
This package is used internally by the protocol.
|
Modifier and Type | Field | Description |
---|---|---|
static ErrorCode |
ErrorCode.DefaultRouting |
|
static ErrorCode |
ErrorCode.IOError |
|
static ErrorCode |
ErrorCode.MaxClients |
|
static ErrorCode |
ErrorCode.NoCall |
|
static ErrorCode |
ErrorCode.NoError |
|
static ErrorCode |
ErrorCode.NotAvailable |
|
static ErrorCode |
ErrorCode.NotOwner |
|
static ErrorCode |
ErrorCode.NotUser |
|
static ErrorCode |
ErrorCode.Rejected |
|
static ErrorCode |
ErrorCode.SyntaxError |
Modifier and Type | Method | Description |
---|---|---|
static ErrorCode |
ErrorCode.valueOf(int ordinal) |
Returns enumeration value by given ordinal number.
|
static ErrorCode |
ErrorCode.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<ErrorCode> |
ErrorCode.values() |
Returns all values of the enumeration.
|
Modifier and Type | Method | Description |
---|---|---|
abstract ErrorCode |
EventError.getErrorCode() |
|
abstract ErrorCode |
EventInfo.getErrorCode() |
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.setErrorCode(ErrorCode errorCode) |
|
abstract void |
EventInfo.setErrorCode(ErrorCode errorCode) |
Modifier and Type | Method | Description |
---|---|---|
abstract ErrorCode |
EventOpenOK.getErrorCode() |
Modifier and Type | Method | Description |
---|---|---|
static EventOpenOK |
EventOpenOK.create(java.lang.Integer clientId,
ErrorCode errorCode) |
Creates instance of EventOpenOK with all parameters set.
|
abstract void |
EventOpenOK.setErrorCode(ErrorCode errorCode) |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.