org.multiverse.api.programmatic
Interface ProgrammaticReferenceFactoryBuilder


public interface ProgrammaticReferenceFactoryBuilder

With the ProgrammaticReferenceFactoryBuilder you can createReference a ProgrammaticReference. This ProgrammaticFactoryBuilder gives the ability to use different configured ProgrammaticReferencesFactories for the same STM. At the moment there is nothing to configure on this ProgrammaticReferenceFactoryBuilder, but in the future there will be additions like history or durability for example.

It uses the same design as the TransactionFactoryBuilder.

Methods are threadsafe to call.

Author:
Peter Veentjer

Method Summary
 ProgrammaticReferenceFactory build()
          Builds a new ProgrammaticReferenceFactory.
 

Method Detail

build

ProgrammaticReferenceFactory build()
Builds a new ProgrammaticReferenceFactory.

Returns:
the created ProgrammaticReferenceFactory.


Copyright © 2008-2010 Multiverse. All Rights Reserved.