Package oracle.simplefan
Class ServiceUpEvent.ServiceMemberEvent
- java.lang.Object
-
- oracle.simplefan.ServiceUpEvent.ServiceMemberEvent
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
- Enclosing class:
- ServiceUpEvent
public abstract static class ServiceUpEvent.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
-
-
Constructor Summary
Constructors Constructor Description ServiceMemberEvent()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.String
getInstanceName()
abstract java.lang.String
getNodeName()
-