Class RejoinSubeventImpl

  • All Implemented Interfaces:
    com.sun.enterprise.ee.cms.core.RejoinSubevent, java.io.Serializable

    public class RejoinSubeventImpl
    extends java.lang.Object
    implements com.sun.enterprise.ee.cms.core.RejoinSubevent
    Implementation of rejoin subevent that captures the time that a previously failed instance had joined the cluster.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RejoinSubeventImpl​(long groupJoinTime)  
    • Constructor Detail

      • RejoinSubeventImpl

        public RejoinSubeventImpl​(long groupJoinTime)
    • Method Detail

      • getGroupJoinTime

        public long getGroupJoinTime()
        Specified by:
        getGroupJoinTime in interface com.sun.enterprise.ee.cms.core.RejoinSubevent
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object