Uses of Interface
org.multiverse.api.programmatic.ProgrammaticRef

Packages that use ProgrammaticRef
org.multiverse.api.programmatic   
 

Uses of ProgrammaticRef in org.multiverse.api.programmatic
 

Methods in org.multiverse.api.programmatic that return ProgrammaticRef
<E> ProgrammaticRef<E>
ProgrammaticRefFactory.atomicCreateRef()
          Creates a new ProgrammaticRef with a null value atomically.
<E> ProgrammaticRef<E>
ProgrammaticRefFactory.atomicCreateRef(E value)
          Creates a new ProgrammaticRef atomically.
<E> ProgrammaticRef<E>
ProgrammaticRefFactory.createRef(E value)
          Creates a new ProgrammaticRef with the provided value.
<E> ProgrammaticRef<E>
ProgrammaticRefFactory.createRef(Transaction tx, E value)
          Creates a new ProgrammaticRef with the provided value and lifting on the provided transaction.
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.