org.objectweb.transaction.lib.synchronization
Class SynchronizationEventBeforeCompletion

java.lang.Object
  |
  +--org.objectweb.transaction.lib.synchronization.SynchronizationEventBeforeCompletion
All Implemented Interfaces:
Event, SynchronizationEvent

public class SynchronizationEventBeforeCompletion
extends java.lang.Object
implements SynchronizationEvent

SynchronizationEvent raised before the completion.

Version:
0.1
Author:
Romain Rouvoy

Field Summary
static SynchronizationEvent event
          Object value of the event Before Completion.
static int value
          Int value of the event Before Completion.
 
Constructor Summary
SynchronizationEventBeforeCompletion()
           
 
Method Summary
 int getValue()
          Provides the int value associated to this event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public static final int value
Int value of the event Before Completion.


event

public static final SynchronizationEvent event
Object value of the event Before Completion.

Constructor Detail

SynchronizationEventBeforeCompletion

public SynchronizationEventBeforeCompletion()
Method Detail

getValue

public int getValue()
Description copied from interface: Event
Provides the int value associated to this event.

Specified by:
getValue in interface Event
Returns:
the internal value.