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

Packages that use ProgrammaticReference
org.multiverse.api.programmatic   
 

Uses of ProgrammaticReference in org.multiverse.api.programmatic
 

Methods in org.multiverse.api.programmatic that return ProgrammaticReference
<E> ProgrammaticReference<E>
ProgrammaticReferenceFactory.atomicCreateReference()
          Creates a new ProgrammaticReference with a null value atomically.
<E> ProgrammaticReference<E>
ProgrammaticReferenceFactory.atomicCreateReference(E value)
          Creates a new ProgrammaticReference atomically.
<E> ProgrammaticReference<E>
ProgrammaticReferenceFactory.createReference(E value)
          Creates a new ProgrammaticReference with the provided value.
<E> ProgrammaticReference<E>
ProgrammaticReferenceFactory.createReference(Transaction tx, E value)
          Creates a new ProgrammaticReference with the provided value and lifting on the provided transaction.
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.