|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.agent.Notification
org.objectweb.joram.mom.notifications.FwdAdminRequestNot
public final class FwdAdminRequestNot
An AdminRequest
is used by a client agent for sending an
administration request to a destination agent.
Field Summary |
---|
Fields inherited from class fr.dyade.aaa.agent.Notification |
---|
detachable, detached, persistent |
Constructor Summary | |
---|---|
FwdAdminRequestNot(AdminRequest request,
AgentId replyTo,
java.lang.String requestMsgId)
Creates a new FwdAdminRequestNot to send to a remote AdminTopic. |
|
FwdAdminRequestNot(AdminRequest request,
AgentId replyTo,
java.lang.String requestMsgId,
java.lang.String replyMsgId)
Creates a new FwdAdminRequestNot to send to an administered
target (user or destination). |
Method Summary | |
---|---|
java.lang.String |
getReplyMsgId()
Returns the generated JMS message id. for the reply. |
AgentId |
getReplyTo()
Returns the JMS destination to send the reply. |
AdminRequest |
getRequest()
Returns the original request. |
java.lang.String |
getRequestMsgId()
Returns the JMS message id. of the request needed for the reply. |
Methods inherited from class fr.dyade.aaa.agent.Notification |
---|
clone, getContext, getDeadNotificationAgentId, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FwdAdminRequestNot(AdminRequest request, AgentId replyTo, java.lang.String requestMsgId, java.lang.String replyMsgId)
FwdAdminRequestNot
to send to an administered
target (user or destination).
request
- The request.replyTo
- The JMS destination to send the reply.requestMsgId
- The JMS message id. of the request needed for the reply.replyMsgId
- The generated JMS message id. for the reply.public FwdAdminRequestNot(AdminRequest request, AgentId replyTo, java.lang.String requestMsgId)
FwdAdminRequestNot
to send to a remote AdminTopic.
request
- The request.replyTo
- The JMS destination to send the reply.requestMsgId
- The JMS message id. of the request needed for the reply.Method Detail |
---|
public AdminRequest getRequest()
public AgentId getReplyTo()
public java.lang.String getRequestMsgId()
public java.lang.String getReplyMsgId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |