org.qi4j.entitystore.riak
Class RiakHttpMapEntityStoreAssembler

java.lang.Object
  extended by org.qi4j.entitystore.riak.RiakHttpMapEntityStoreAssembler
All Implemented Interfaces:
Assembler

public class RiakHttpMapEntityStoreAssembler
extends java.lang.Object
implements Assembler

Riak Http EntityStore assembly.


Constructor Summary
RiakHttpMapEntityStoreAssembler()
           
 
Method Summary
 void assemble(ModuleAssembly module)
          Assemblers receive a callback to the ModuleAssembly they are supposed to configure.
 RiakHttpMapEntityStoreAssembler withConfigModule(ModuleAssembly configModule)
           
 RiakHttpMapEntityStoreAssembler withConfigVisibility(Visibility configVisibility)
           
 RiakHttpMapEntityStoreAssembler withVisibility(Visibility visibility)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RiakHttpMapEntityStoreAssembler

public RiakHttpMapEntityStoreAssembler()
Method Detail

withVisibility

public RiakHttpMapEntityStoreAssembler withVisibility(Visibility visibility)

withConfigModule

public RiakHttpMapEntityStoreAssembler withConfigModule(ModuleAssembly configModule)

withConfigVisibility

public RiakHttpMapEntityStoreAssembler withConfigVisibility(Visibility configVisibility)

assemble

public void assemble(ModuleAssembly module)
              throws AssemblyException
Description copied from interface: Assembler
Assemblers receive a callback to the ModuleAssembly they are supposed to configure. They can use this to register objects, composites, services etc. and the additional metadata that may exist for these artifacts.

An Assembler may create new Modules by calling ModuleAssembly.layer() and then LayerAssembly.module(String) (String)}. This allows an Assembler to bootstrap an entire Layer with more Modules.

Specified by:
assemble in interface Assembler
Parameters:
module - the Module to assemble
Throws:
AssemblyException - thrown if the assembler tries to do something illegal