org.objectweb.transaction.lib.resource
Class ResourceEventCommit

java.lang.Object
  |
  +--org.objectweb.transaction.lib.resource.ResourceEventCommit
All Implemented Interfaces:
Event, ResourceEvent

public class ResourceEventCommit
extends java.lang.Object
implements ResourceEvent

ResourceEvent for the commit operation.

Version:
0.1
Author:
Romain Rouvoy

Field Summary
static ResourceEvent event
          Object value of the event Commit.
static int value
          Int value of the event Commit.
 
Fields inherited from interface org.objectweb.transaction.api.resource.ResourceEvent
RESOURCE_EVENT
 
Constructor Summary
ResourceEventCommit()
           
 
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 Commit.

See Also:
Constant Field Values

event

public static final ResourceEvent event
Object value of the event Commit.

Constructor Detail

ResourceEventCommit

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