Class UndeployMessage

    • Constructor Summary

      Constructors 
      Constructor Description
      UndeployMessage​(Member address, long timestamp, java.lang.String uniqueId, java.lang.String contextName)  
    • Constructor Detail

      • UndeployMessage

        public UndeployMessage​(Member address,
                               long timestamp,
                               java.lang.String uniqueId,
                               java.lang.String contextName)
    • Method Detail

      • setAddress

        public void setAddress​(Member address)
        Description copied from interface: ClusterMessage
        Set the member associated with the message.
        Specified by:
        setAddress in interface ClusterMessage
        Parameters:
        address - the member
      • getTimestamp

        public long getTimestamp()
        Specified by:
        getTimestamp in interface ClusterMessage
        Returns:
        the message timestamp
      • setTimestamp

        public void setTimestamp​(long timestamp)
        Description copied from interface: ClusterMessage
        Set the timestamp for this message.
        Specified by:
        setTimestamp in interface ClusterMessage
        Parameters:
        timestamp - the timestamp
      • getUniqueId

        public java.lang.String getUniqueId()
        Specified by:
        getUniqueId in interface ClusterMessage
        Returns:
        the unique id of the message
      • getContextName

        public java.lang.String getContextName()