Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.routing.protocol.routingserver.ErrorCode

Packages that use ErrorCode
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. 
 

Uses of ErrorCode in com.genesyslab.platform.routing.protocol.routingserver
 

Fields in com.genesyslab.platform.routing.protocol.routingserver declared as ErrorCode
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
           
 

Methods in com.genesyslab.platform.routing.protocol.routingserver that return ErrorCode
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.
 

Methods in com.genesyslab.platform.routing.protocol.routingserver that return types with arguments of type ErrorCode
static java.util.Collection<ErrorCode> ErrorCode.values()
          Returns all values of the enumeration.
 

Uses of ErrorCode in com.genesyslab.platform.routing.protocol.routingserver.events
 

Methods in com.genesyslab.platform.routing.protocol.routingserver.events that return ErrorCode
abstract  ErrorCode EventInfo.getErrorCode()
           
abstract  ErrorCode EventError.getErrorCode()
           
 

Methods in com.genesyslab.platform.routing.protocol.routingserver.events with parameters of type ErrorCode
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 EventInfo.setErrorCode(ErrorCode errorCode)
           
abstract  void EventError.setErrorCode(ErrorCode errorCode)
           
 

Uses of ErrorCode in com.genesyslab.platform.routing.protocol.routingserver.runtime.channel
 

Methods in com.genesyslab.platform.routing.protocol.routingserver.runtime.channel that return ErrorCode
abstract  ErrorCode EventOpenOK.getErrorCode()
           
 

Methods in com.genesyslab.platform.routing.protocol.routingserver.runtime.channel with parameters of type ErrorCode
static EventOpenOK EventOpenOK.create(java.lang.Integer clientId, ErrorCode errorCode)
          Creates instance of EventOpenOK with all parameters set.
abstract  void EventOpenOK.setErrorCode(ErrorCode errorCode)
           
 


Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.