Class ClusterJoinNot

    • Field Detail

      • 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
    • Method Detail

      • getCluster

        public Set<AgentId> getCluster()
        Returns:
        the cluster
      • 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.
      • toString

        public StringBuilder toString​(StringBuilder output)
        Appends a string image for this object to the StringBuilder parameter.
        Overrides:
        toString in class Notification
        Parameters:
        output - buffer to fill in
        Returns:
        output buffer is returned