|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.protocol.DataObject
com.genesyslab.platform.commons.protocol.Message
com.genesyslab.platform.routing.protocol.routingserver.events.EventExecutionError
public abstract class EventExecutionError
Indicates that the specified
RequestExecuteStrategy
,
RequestFindTarget
, or
RequestGetStatistic
was not executed successfully.
Related Requests:
Name | Description |
---|---|
RequestExecuteStrategy |
Asks URS to execute the specified routing strategy. |
RequestFindTarget |
Asks URS to select the most suitable target from a set of eligible targets, such as agent groups. |
RequestGetStatistic |
Asks URS to provide the statistics values for the specified list of targets. |
'EventExecutionError' ('201')
message attributes:
R_result [bstr] = KVList:
'Reason' [str] = "Rejected"
Context = ComplexClass(OperationContext):
UserData [bstr] = KVList:
'PegRejected' [int] = 1
R_refID [int] = 2
Field Summary | |
---|---|
static int |
ID
|
static java.lang.String |
NAME
|
Method Summary | |
---|---|
static EventExecutionError |
create()
Creates instance of EventExecutionError with no parameters set. |
static EventExecutionError |
create(KeyValueCollection result,
OperationContext context,
java.lang.Integer executionId)
Creates instance of EventExecutionError with all parameters set. |
abstract OperationContext |
getContext()
Provides information about the associated interaction, using a format similar to TEvent. |
abstract java.lang.Integer |
getExecutionId()
The ReferenceId of the request that this request will be executed against. |
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 KeyValueCollection |
getResult()
|
abstract void |
setContext(OperationContext context)
Provides information about the associated interaction, using a format similar to TEvent. |
abstract void |
setExecutionId(int executionId)
The ReferenceId of the request that this request will be executed against. |
abstract void |
setExecutionId(java.lang.Integer executionId)
The ReferenceId of the request that this request will be executed against. |
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. |
abstract void |
setResult(KeyValueCollection result)
|
Methods inherited from class com.genesyslab.platform.commons.protocol.Message |
---|
cloneMessage, getEndpoint, getMessageAttribute, getProtocolDescription, getProtocolId, messageId, messageName, setProtocolDescription |
Methods inherited from class com.genesyslab.platform.commons.protocol.DataObject |
---|
equals, hashCode, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int ID
public static final java.lang.String NAME
Method Detail |
---|
public static EventExecutionError create()
public static EventExecutionError create(KeyValueCollection result, OperationContext context, java.lang.Integer executionId)
result
- context
- Provides information about the associated interaction, using a format similar to TEvent.executionId
- Request reference to execute control command on.
public abstract java.lang.Integer getReferenceId()
public abstract void setReferenceId(java.lang.Integer referenceId)
public abstract void setReferenceId(int referenceId)
public abstract KeyValueCollection getResult()
public abstract void setResult(KeyValueCollection result)
result
- new value of the propertypublic abstract OperationContext getContext()
public abstract void setContext(OperationContext context)
public abstract java.lang.Integer getExecutionId()
public abstract void setExecutionId(java.lang.Integer executionId)
public abstract void setExecutionId(int executionId)
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |