com.genesyslab.platform.routing.protocol.routingserver.requests
Class RequestNotify
java.lang.Object
com.genesyslab.platform.commons.protocol.DataObject
com.genesyslab.platform.commons.protocol.Message
com.genesyslab.platform.routing.protocol.routingserver.requests.RequestNotify
- All Implemented Interfaces:
- ProtocolDescriptionSupport
public abstract class RequestNotify
- extends Message
This request asks for the current loading status of all routing points that
were loaded by means of the specified RequestLoadStrategy.
Required parameters: None
Related Events:
Name |
Description |
EventInfo |
Contains information about URS's handling of your request. |
EventError |
Indicates that the request was unknown to URS, or that some parameters were missing or invalid. |
Example:
RequestNotify requestNotify =
RequestNotify.create();
protocol.send(requestNotify);
Field Summary |
static int |
ID
|
static java.lang.String |
NAME
|
Method Summary |
static RequestNotify |
create()
Creates instance of RequestNotify with no parameters set. |
abstract java.lang.Integer |
getReferenceId()
The reference ID that connects a response to a request;
if set to 0, it means that the ReferenceId should be assigned by ReferenceBuilder. |
abstract void |
setReferenceId(int referenceId)
The reference ID that connects a response to a request;
if set to 0, it means that the ReferenceId should be assigned by ReferenceBuilder. |
abstract void |
setReferenceId(java.lang.Integer referenceId)
The reference ID that connects a response to a request;
if set to 0, it means that the ReferenceId should be assigned by ReferenceBuilder. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ID
public static final int ID
- See Also:
- Constant Field Values
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
create
public static RequestNotify create()
- Creates instance of RequestNotify with no parameters set.
- Returns:
- instance of RequestNotify
getReferenceId
public abstract java.lang.Integer getReferenceId()
- The reference ID that connects a response to a request;
if set to 0, it means that the ReferenceId should be assigned by ReferenceBuilder.
setReferenceId
public abstract void setReferenceId(java.lang.Integer referenceId)
- The reference ID that connects a response to a request;
if set to 0, it means that the ReferenceId should be assigned by ReferenceBuilder.
setReferenceId
public abstract void setReferenceId(int referenceId)
- The reference ID that connects a response to a request;
if set to 0, it means that the ReferenceId should be assigned by ReferenceBuilder.
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.