Class FwdAdminRequestNot

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        define serialVersionUID for interoperability
        See Also:
        Constant Field Values
      • replyTo

        private AgentId replyTo
        The JMS destination to send the reply
      • requestMsgId

        private String requestMsgId
        The JMS message id. of the request needed for the reply
      • replyMsgId

        private String replyMsgId
        The generated JMS message id. for the reply
    • Constructor Detail

      • FwdAdminRequestNot

        public FwdAdminRequestNot​(AdminRequest request,
                                  AgentId replyTo,
                                  String requestMsgId,
                                  String replyMsgId)
        Creates a new FwdAdminRequestNot to send to an administered target (user or destination).
        Parameters:
        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.
      • FwdAdminRequestNot

        public FwdAdminRequestNot​(AdminRequest request,
                                  AgentId replyTo,
                                  String requestMsgId)
        Creates a new FwdAdminRequestNot to send to a remote AdminTopic.
        Parameters:
        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

      • getRequest

        public AdminRequest getRequest()
        Returns the original request.
        Returns:
        The original request.
      • getReplyTo

        public AgentId getReplyTo()
        Returns the JMS destination to send the reply.
        Returns:
        The JMS destination to send the reply.
      • getRequestMsgId

        public String getRequestMsgId()
        Returns the JMS message id. of the request needed for the reply.
        Returns:
        The JMS message id. of the request needed for the reply.
      • getReplyMsgId

        public String getReplyMsgId()
        Returns the generated JMS message id. for the reply.
        Returns:
        The generated JMS message id. for the reply.