org.objectweb.transaction.api.resource
Interface ResourceEvent

All Superinterfaces:
Event
All Known Implementing Classes:
ResourceEventCommit, ResourceEventRollback, ResourceEventVote

public interface ResourceEvent
extends Event

Root Interface for Events of a Resource

Version:
0.1
Author:
Romain Rouvoy

Field Summary
static java.lang.String RESOURCE_EVENT
          Identifier for the ADL
 
Methods inherited from interface org.objectweb.transaction.api.event.Event
getValue
 

Field Detail

RESOURCE_EVENT

public static final java.lang.String RESOURCE_EVENT
Identifier for the ADL

See Also:
Constant Field Values