org.objectweb.transaction.lib.resource
Class ResourceEventRollback

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

public class ResourceEventRollback
extends java.lang.Object
implements ResourceEvent

ResourceEvent representing the rollback operation.

Version:
0.1
Author:
Romain Rouvoy

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

See Also:
Constant Field Values

event

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

Constructor Detail

ResourceEventRollback

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