Uses of Class
org.multiverse.api.TransactionLifecycleEvent

Packages that use TransactionLifecycleEvent
org.multiverse.api Contains the most important interfaces and classes for the Multiverse project. 
 

Uses of TransactionLifecycleEvent in org.multiverse.api
 

Methods in org.multiverse.api that return TransactionLifecycleEvent
static TransactionLifecycleEvent TransactionLifecycleEvent.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TransactionLifecycleEvent[] TransactionLifecycleEvent.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.multiverse.api with parameters of type TransactionLifecycleEvent
 void TransactionLifecycleListener.notify(Transaction tx, TransactionLifecycleEvent event)
          Is called by the Transaction when the event occurs.
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.