Platform SDK Java 8.5 API Reference

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

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

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

Fields in com.genesyslab.platform.routing.protocol.customserver declared as ErrorCode
static ErrorCode ErrorCode.IOError
           
static ErrorCode ErrorCode.NoError
           
static ErrorCode ErrorCode.NotAvailable
           
static ErrorCode ErrorCode.NotOwner
           
static ErrorCode ErrorCode.NotUser
           
static ErrorCode ErrorCode.SyntaxError
           
 

Methods in com.genesyslab.platform.routing.protocol.customserver 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.customserver 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.customserver.events
 

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

Methods in com.genesyslab.platform.routing.protocol.customserver.events with parameters of type ErrorCode
static EventDeleted EventDeleted.create(ErrorCode errorCode)
          Creates instance of EventDeleted with all parameters set.
static EventOpenOk EventOpenOk.create(java.lang.Integer clientNumber, ErrorCode errorCode)
          Creates instance of EventOpenOk 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.
abstract  void EventOpenOk.setErrorCode(ErrorCode errorCode)
           
abstract  void EventInfo.setErrorCode(ErrorCode errorCode)
           
abstract  void EventError.setErrorCode(ErrorCode errorCode)
           
abstract  void EventDeleted.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.