|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.agent.tl1.TL1AgentRequestInfo
This class contains the TL1 Agent Request Information. Getters are provided for the Verb, modifiers, AIDs, Message Payload block and the TL1Session. This is passed as a parameter in the doAction of the MBean and the user can get the above mentioned details from it.
| Constructor Summary | |
(package private) |
TL1AgentRequestInfo()
|
|
TL1AgentRequestInfo(java.lang.String commandCode,
java.lang.String targetId,
java.util.Vector accessId,
java.lang.String cTag,
TL1GeneralBlock generalBlock,
java.util.Vector[] messagePayloadBlock,
TL1Session session)
Constructor for creating TL1AgentRequestInfo. |
| Method Summary | |
java.util.Vector |
getAccessId()
Getter for the Access Identifier. |
boolean |
getAckFlag()
This method is used to get the status of the Acknowledgement. |
java.lang.String |
getCommandCode()
Getter for the whole command code. |
java.lang.String |
getCorrelationTag()
Getter for CorrelationTag. |
TL1GeneralBlock |
getGeneralBlock()
Getter for the General Block of the Input Message. |
java.util.Vector[] |
getMessagePayload()
Getter for the Message Payload Block. |
java.lang.String |
getModifier()
Getter for the modifier. |
TL1Session |
getSession()
Getter for the TL1Session which recieved this message. |
java.lang.String |
getTargetId()
Getter for the Target Identifier. |
(package private) long |
getTime()
This method is used to give the time |
java.lang.String |
getUserName()
This method used to get the User name for the current session. |
java.lang.String |
getVerb()
Getter for Verb. |
void |
setAckFlag(boolean flag)
This method is used to set the status of Acknowledgement. |
(package private) void |
setTime(long time)
This method is used to set the max time within which the request get executed. |
(package private) void |
setUserName(java.lang.String name)
This method is used to set the user name. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
TL1AgentRequestInfo()
public TL1AgentRequestInfo(java.lang.String commandCode,
java.lang.String targetId,
java.util.Vector accessId,
java.lang.String cTag,
TL1GeneralBlock generalBlock,
java.util.Vector[] messagePayloadBlock,
TL1Session session)
commandCode - - The Command codetargetId - - The target identifieraccessId - - The access identifiercTag - - The correlation taggeneralBlock - - THe TL1GeneralBlockmessagePayloadBlock - - The Vector[].session - - TL1Session.| Method Detail |
public java.lang.String getVerb()
public java.lang.String getModifier()
public java.lang.String getCommandCode()
public java.lang.String getTargetId()
public java.util.Vector getAccessId()
public java.lang.String getCorrelationTag()
public TL1GeneralBlock getGeneralBlock()
TL1GeneralBlockpublic java.util.Vector[] getMessagePayload()
public TL1Session getSession()
void setUserName(java.lang.String name)
public java.lang.String getUserName()
void setTime(long time)
long getTime()
public void setAckFlag(boolean flag)
flag - - The status says the response has already sent or not.public boolean getAckFlag()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||