org.objectweb.jotm.impl.ots
Class SynchronizationParticipant

java.lang.Object
  |
  +--org.objectweb.jotm.impl.ots.SynchronizationParticipant
All Implemented Interfaces:
EventListener

public class SynchronizationParticipant
extends java.lang.Object
implements EventListener


Constructor Summary
SynchronizationParticipant(org.omg.CosTransactions.Synchronization syn)
           
 
Method Summary
 void handleEvent(Event event)
          Handle event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronizationParticipant

public SynchronizationParticipant(org.omg.CosTransactions.Synchronization syn)
Method Detail

handleEvent

public void handleEvent(Event event)
Description copied from interface: EventListener
Handle event. This method is invoked when an event of the specified type occurs. Clearly, the listener had to be registered as a listener of the event type before the event occurs.

Specified by:
handleEvent in interface EventListener
Parameters:
event - event data