Uses of Interface
org.objectweb.transaction.api.resource.ResourceEvent

Packages that use ResourceEvent
org.objectweb.transaction.lib.resource Description of the Resource library.  
 

Uses of ResourceEvent in org.objectweb.transaction.lib.resource
 

Classes in org.objectweb.transaction.lib.resource that implement ResourceEvent
 class ResourceEventCommit
          ResourceEvent for the commit operation.
 class ResourceEventRollback
          ResourceEvent representing the rollback operation.
 class ResourceEventVote
          ResourceEvent for the prepare operation.
 

Fields in org.objectweb.transaction.lib.resource declared as ResourceEvent
static ResourceEvent ResourceEventVote.event
          Object value of the event Vote.
static ResourceEvent ResourceEventRollback.event
          Object value of the event Rollback.
static ResourceEvent ResourceEventCommit.event
          Object value of the event Commit.