org.objectweb.transaction.lib.synchronization
Class SynchronizationEventAfterCompletion

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

public class SynchronizationEventAfterCompletion
extends java.lang.Object
implements SynchronizationEvent

SynchronizationEvent raised after the completion.

Version:
0.1
Author:
Romain Rouvoy

Field Summary
static SynchronizationEvent event
          Object value of the event After Completion.
static int value
          Int value of the event After Completion.
 
Constructor Summary
SynchronizationEventAfterCompletion()
           
 
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 After Completion.


event

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

Constructor Detail

SynchronizationEventAfterCompletion

public SynchronizationEventAfterCompletion()
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.