Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Event Processing
11g Release 1 (11.1.1.7)

E14303-11
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.ede.api
Interface HeartbeatAware

All Known Subinterfaces:
EventChannel

public interface HeartbeatAware
extends java.util.EventListener

Interface to be implemented by beans that want to receive heartbeat events.


Method Summary
 void onHeartbeat(long timestamp)
          Callback method for receiving events of type heartbeat.

 

Method Detail

onHeartbeat

public void onHeartbeat(long timestamp)
Callback method for receiving events of type heartbeat. Events of type heartbeat are used to model the advance of time.
Parameters:
timestamp - time-stamp value in nanoseconds when the heart-beat was generated

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2013 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD