|
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.EventInfo
public abstract class EventInfo
This event contains information about URS's handling of the specified
RequestLoadStrategy
,
RequestNotify
, or
RequestReleaseStrategy
;
it can contain the loading status of any single routing point.
Related Requests:
Name | Description |
---|---|
RequestLoadStrategy |
Allows you to load a compiled strategy or schedule in URS, provide a name for it, and optionally associate the strategy with a routing point. |
RequestNotify |
Asks for the current loading status of all routing points that were loaded by means of the specified RequestLoadStrategy. |
RequestReleaseStrategy |
Disassociates a routing point from a strategy that was previously loaded with RequestLoadStrategy. |
'EventInfo' (2) attributes:
R_Message [str] = "ATTENTION: Strategy has been loaded from ooo-file."
R_cdn_status [int] = 1 [Loaded]
R_cdn [str] = "RP_sip1"
R_ErrorCode [int] = 0 [NoError]
R_tserver [str] = "TServerSip1"
R_refID [int] = 1
R_time [str] = "06/30/2010 10:00:29"
R_path [str] = "<Path>"
Field Summary | |
---|---|
static int |
ID
|
static java.lang.String |
NAME
|
Method Summary | |
---|---|
static EventInfo |
create()
Creates instance of EventInfo with no parameters set. |
static 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 java.lang.Integer |
getClientId()
|
abstract OperationContext |
getContext()
Provides information about the associated interaction, using a format similar to TEvent. |
abstract ErrorCode |
getErrorCode()
|
abstract java.lang.String |
getErrorMessage()
|
abstract java.lang.String |
getMessage()
|
abstract java.lang.String |
getPath()
The path to the routing strategy that is to be loaded. |
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 java.lang.String |
getRoutingPoint()
The routing point that is to be loaded or released. |
abstract RoutingPointStatus |
getRoutingPointStatus()
|
abstract java.lang.String |
getTimestamp()
|
abstract java.lang.String |
getTServer()
The T-Server to be used by the strategy associated with this request. |
abstract void |
setClientId(int clientId)
|
abstract void |
setClientId(java.lang.Integer clientId)
|
abstract void |
setContext(OperationContext context)
Provides information about the associated interaction, using a format similar to TEvent. |
abstract void |
setErrorCode(ErrorCode errorCode)
|
abstract void |
setErrorMessage(java.lang.String errorMessage)
|
abstract void |
setMessage(java.lang.String message)
|
abstract void |
setPath(java.lang.String path)
The path to the routing strategy that is to be loaded. |
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)
|
abstract void |
setRoutingPoint(java.lang.String routingPoint)
The routing point that is to be loaded or released. |
abstract void |
setRoutingPointStatus(RoutingPointStatus routingPointStatus)
|
abstract void |
setTimestamp(java.lang.String timestamp)
|
abstract void |
setTServer(java.lang.String tServer)
The T-Server to be used by the strategy associated with this request. |
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 EventInfo create()
public static 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)
clientId
- tServer
- The T-Server to be used by the strategy associated with this request.routingPoint
- path
- timestamp
- message
- routingPointStatus
- errorCode
- errorMessage
- context
- Provides information about the associated interaction, using a format similar to TEvent.result
-
public abstract java.lang.Integer getReferenceId()
public abstract void setReferenceId(java.lang.Integer referenceId)
public abstract void setReferenceId(int referenceId)
public abstract java.lang.Integer getClientId()
public abstract void setClientId(java.lang.Integer clientId)
clientId
- new value of the propertypublic abstract void setClientId(int clientId)
clientId
- new value of the propertypublic abstract java.lang.String getTServer()
public abstract void setTServer(java.lang.String tServer)
public abstract java.lang.String getRoutingPoint()
public abstract void setRoutingPoint(java.lang.String routingPoint)
public abstract java.lang.String getPath()
public abstract void setPath(java.lang.String path)
public abstract java.lang.String getTimestamp()
public abstract void setTimestamp(java.lang.String timestamp)
timestamp
- new value of the propertypublic abstract java.lang.String getMessage()
public abstract void setMessage(java.lang.String message)
message
- new value of the propertypublic abstract RoutingPointStatus getRoutingPointStatus()
public abstract void setRoutingPointStatus(RoutingPointStatus routingPointStatus)
routingPointStatus
- new value of the propertypublic abstract ErrorCode getErrorCode()
public abstract void setErrorCode(ErrorCode errorCode)
errorCode
- new value of the propertypublic abstract java.lang.String getErrorMessage()
public abstract void setErrorMessage(java.lang.String errorMessage)
errorMessage
- new value of the propertypublic abstract OperationContext getContext()
public abstract void setContext(OperationContext context)
public abstract KeyValueCollection getResult()
public abstract void setResult(KeyValueCollection result)
result
- new value of the property
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |