Package | Description |
---|---|
com.genesyslab.platform.routing.protocol.customserver |
This package primarily contains enums that your applications can use when
working with URS Custom Server.
|
com.genesyslab.platform.routing.protocol.customserver.events |
This package contains events that your applications may receive when working
with URS Custom Server.
|
Modifier and Type | Field | Description |
---|---|---|
static ErrorCode |
ErrorCode.IOError |
|
static ErrorCode |
ErrorCode.NoError |
|
static ErrorCode |
ErrorCode.NotAvailable |
|
static ErrorCode |
ErrorCode.NotOwner |
|
static ErrorCode |
ErrorCode.NotUser |
|
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 |
EventDeleted.getErrorCode() |
|
abstract ErrorCode |
EventError.getErrorCode() |
|
abstract ErrorCode |
EventInfo.getErrorCode() |
|
abstract ErrorCode |
EventOpenOk.getErrorCode() |
Modifier and Type | Method | Description |
---|---|---|
static EventDeleted |
EventDeleted.create(ErrorCode errorCode) |
Creates instance of EventDeleted with all parameters set.
|
static EventError |
EventError.create(java.lang.Integer clientNumber,
ErrorCode errorCode) |
Creates instance of EventError with all parameters set.
|
static EventInfo |
EventInfo.create(java.lang.Integer clientNumber,
java.lang.String message,
ErrorCode errorCode) |
Creates instance of EventInfo with all parameters set.
|
static EventOpenOk |
EventOpenOk.create(java.lang.Integer clientNumber,
ErrorCode errorCode) |
Creates instance of EventOpenOk with all parameters set.
|
abstract void |
EventDeleted.setErrorCode(ErrorCode errorCode) |
|
abstract void |
EventError.setErrorCode(ErrorCode errorCode) |
|
abstract void |
EventInfo.setErrorCode(ErrorCode errorCode) |
|
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.