public final class FwdAdminRequestNot extends Notification
AdminRequest
is used by a client agent for sending an
administration request to a destination agent.Modifier and Type | Field and Description |
---|---|
private String |
replyMsgId
The generated JMS message id. for the reply
|
private AgentId |
replyTo
The JMS destination to send the reply
|
private AdminRequest |
request
The request
|
private String |
requestMsgId
The JMS message id. of the request needed for the reply
|
private static long |
serialVersionUID
define serialVersionUID for interoperability
|
detachable, detached, persistent
BOOLEAN_ENCODED_SIZE, BYTE_ENCODED_SIZE, DOUBLE_ENCODED_SIZE, FLOAT_ENCODED_SIZE, INT_ENCODED_SIZE, LONG_ENCODED_SIZE, SHORT_ENCODED_SIZE
Constructor and Description |
---|
FwdAdminRequestNot(AdminRequest request,
AgentId replyTo,
String requestMsgId)
Creates a new
FwdAdminRequestNot to send to a remote AdminTopic. |
FwdAdminRequestNot(AdminRequest request,
AgentId replyTo,
String requestMsgId,
String replyMsgId)
Creates a new
FwdAdminRequestNot to send to an administered
target (user or destination). |
Modifier and Type | Method and Description |
---|---|
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.
|
String |
getRequestMsgId()
Returns the JMS message id. of the request needed for the reply.
|
clone, decode, encode, getContext, getDeadNotificationAgentId, getEncodableClassId, getEncodedSize, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString, toString
private static final long serialVersionUID
private AdminRequest request
private AgentId replyTo
private String requestMsgId
private String replyMsgId
public FwdAdminRequestNot(AdminRequest request, AgentId replyTo, String requestMsgId, 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, 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.public AdminRequest getRequest()
public AgentId getReplyTo()
public String getRequestMsgId()
public String getReplyMsgId()
Copyright © 2023 ScalAgent D.T.. All rights reserved.