|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.tl1.message.TL1ResponseID
This class represents the Reponse Identification object which identifies the type of Output Response Message.
TL1 Response Message block![]()
Components of the TL1ResponseID![]()
The correlation tag used to correlate the input message with this output message. The completion code represents the status of the response message.
The possible values of completion code are
COMPLD - Represents total successful execution of the input command. DENY - Represents total denial of the input command. PRTL - Represents partial successful execution of the input command. DELAY - Represents successful queuing of the input command for delayed activation. RTRV - Represents output response of an input retrieve command.
TL1ResponseMessage.COMPLETED,
TL1ResponseMessage.DENIED,
TL1ResponseMessage.PARTIAL_SUCCESS,
TL1ResponseMessage.DELAYED_ACTIVATION,
TL1ResponseMessage.RETRIEVE,
TL1ResponseMessage| Constructor Summary | |
TL1ResponseID()
Default constructor that creates an instance of TL1ResponseID object. |
|
TL1ResponseID(java.lang.String correlationTag,
java.lang.String completionCode)
Constructor that creates an instance of TL1ResponseID object and initializes the correlation tag and completion code with the given default value. |
|
| Method Summary | |
java.lang.String |
getCompletionCode()
Get the completion code. |
java.lang.String |
getCorrelationTag()
Get the Correlation Tag (CTag) used to correlate the input message with this ouput message. |
void |
setCompletionCode(java.lang.String completionCode)
Set the completion code with the given value. |
void |
setCorrelationTag(java.lang.String correlationTag)
Set the Correlation Tag (CTag), used to correlate the input message with this ouput message. |
java.lang.String |
toString()
Returns a stringified form of this Response ID object. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public TL1ResponseID()
public TL1ResponseID(java.lang.String correlationTag,
java.lang.String completionCode)
correlationTag - String representing the CTag value.completionCode - String representing the command completion code.| Method Detail |
public java.lang.String getCorrelationTag()
public void setCorrelationTag(java.lang.String correlationTag)
correlationTag - String value of the CTag to set.public java.lang.String getCompletionCode()
TL1ResponseMessage.COMPLETED,
TL1ResponseMessage.DENIED,
TL1ResponseMessage.PARTIAL_SUCCESS,
TL1ResponseMessage.DELAYED_ACTIVATION,
TL1ResponseMessage.RETRIEVEpublic void setCompletionCode(java.lang.String completionCode)
completionCode - String representing the completion code.TL1ResponseMessage.COMPLETED,
TL1ResponseMessage.DENIED,
TL1ResponseMessage.PARTIAL_SUCCESS,
TL1ResponseMessage.DELAYED_ACTIVATION,
TL1ResponseMessage.RETRIEVEpublic java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||