Class ServiceDownEvent.ServiceMemberEvent

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable
    Enclosing class:
    ServiceDownEvent

    public abstract static class ServiceDownEvent.ServiceMemberEvent
    extends java.lang.Object
    implements java.lang.Cloneable, java.io.Serializable
    The service member event that reflects the status change of a service on a particular instance (and node). When a service member is reported DOWN, all connections to that instance should be closed as invalid. When a service member is reported UP, new connections may be established to that instance.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String getInstanceName()  
      abstract java.lang.String getNodeName()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServiceMemberEvent

        public ServiceMemberEvent()
    • Method Detail

      • getInstanceName

        public abstract java.lang.String getInstanceName()
      • getNodeName

        public abstract java.lang.String getNodeName()