Class NodeDownEvent

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

    public abstract class NodeDownEvent
    extends FanEvent
    implements java.lang.Cloneable, java.io.Serializable
    The event posted when a node goes down.
    Since:
    11.2
    Version:
    $Header: dbjava/simplefan/src/java/oracle/simplefan/NodeDownEvent.java /main/2 2009/07/06 13:04:13 rhward Exp $
    Author:
    dsurber
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract int getIncarnation()  
      abstract java.lang.String getNodeName()  
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getNodeName

        public abstract java.lang.String getNodeName()
        Returns:
        the clusterware node name.
      • getIncarnation

        public abstract int getIncarnation()
        Returns:
        the new cluster incarnation.