com.monad.homerun.store
Interface ObjectStoreFactory


public interface ObjectStoreFactory

ObjectStoreFactory returns an instance of an ObjectStore per store area.


Method Summary
 ObjectStore getInstance(java.lang.String area, java.lang.Class factClass)
          Returns an object store instance for requested area.
 

Method Detail

getInstance

ObjectStore getInstance(java.lang.String area,
                        java.lang.Class factClass)
Returns an object store instance for requested area.

Parameters:
area - name of a storage area
factClass - the class of the factory dispensing store instances
Returns:
an object store instance


Copyright © 2006-2009 Richard Rodgers. All Rights Reserved.