Uses of Class
org.multiverse.api.lifecycle.TransactionLifecycleEvent

Packages that use TransactionLifecycleEvent
org.multiverse.api.lifecycle   
 

Uses of TransactionLifecycleEvent in org.multiverse.api.lifecycle
 

Methods in org.multiverse.api.lifecycle that return TransactionLifecycleEvent
static TransactionLifecycleEvent TransactionLifecycleEvent.valueOf(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.lifecycle 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.