Uses of Class
org.nakedobjects.runtime.transaction.NakedObjectTransaction.State

Packages that use NakedObjectTransaction.State
org.nakedobjects.runtime.transaction These interfaces are extended by PersistenceSession and not intended to be implemented directly. 
 

Uses of NakedObjectTransaction.State in org.nakedobjects.runtime.transaction
 

Methods in org.nakedobjects.runtime.transaction that return NakedObjectTransaction.State
 NakedObjectTransaction.State NakedObjectTransactionAbstract.getState()
           
 NakedObjectTransaction.State NakedObjectTransaction.getState()
          The state of this transaction.
static NakedObjectTransaction.State NakedObjectTransaction.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NakedObjectTransaction.State[] NakedObjectTransaction.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.