org.objectweb.jonas.ha
Class TimerEventListenerWrp

java.lang.Object
  extended byorg.objectweb.jonas.ha.TimerEventListenerWrp
All Implemented Interfaces:
TimerEventListener

public class TimerEventListenerWrp
extends java.lang.Object
implements TimerEventListener

This class converts between jonas TimerEventListener and CMI TimerEventListenerCMI


Constructor Summary
TimerEventListenerWrp(org.objectweb.carol.cmi.ha.TimerEventListenerCMI tel)
          Constructor
 
Method Summary
 void timeoutExpired(java.lang.Object arg)
          Invoked when the timeout has expired.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerEventListenerWrp

public TimerEventListenerWrp(org.objectweb.carol.cmi.ha.TimerEventListenerCMI tel)
Constructor

Parameters:
tel -
Method Detail

timeoutExpired

public void timeoutExpired(java.lang.Object arg)
Description copied from interface: TimerEventListener
Invoked when the timeout has expired.

Specified by:
timeoutExpired in interface TimerEventListener