org.multiverse.api.programmatic
Interface ProgrammaticRefFactoryBuilder


public interface ProgrammaticRefFactoryBuilder

With the ProgrammaticRefFactoryBuilder you can createReference a ProgrammaticRef. This ProgrammaticFactoryBuilder gives the ability to use different configured ProgrammaticReferencesFactories for the same STM. At the moment there is nothing to configure on this ProgrammaticRefFactoryBuilder, 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
 ProgrammaticRefFactory build()
          Builds a new ProgrammaticRefFactory.
 

Method Detail

build

ProgrammaticRefFactory build()
Builds a new ProgrammaticRefFactory.

Returns:
the created ProgrammaticRefFactory.


Copyright © 2008-2010 Multiverse. All Rights Reserved.