Class FanEvent

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    LoadAdvisoryEvent, NodeDownEvent, NodeUpEvent, ServiceDownEvent, ServiceUpEvent

    public abstract class FanEvent
    extends java.util.EventObject
    This abstract class supports three types of FAN events: service events, node down events, and load advisory (RLB) events.
    Since:
    11.2
    Version:
    $Header: dbjava/simplefan/src/java/oracle/simplefan/FanEvent.java /main/2 2009/07/06 13:04:13 rhward Exp $
    Author:
    dsurber
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date getTimestamp()
      Returns the time the event occurred.
      • 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

      • getTimestamp

        public java.util.Date getTimestamp()
        Returns the time the event occurred.
        Returns:
        the time the event occurred.