org.nakedobjects.plugins.headless.junit.internal
Class InMemoryPersistenceMechanismInstallerWithinJunit

java.lang.Object
  extended by org.nakedobjects.runtime.installers.InstallerAbstract
      extended by org.nakedobjects.runtime.persistence.PersistenceMechanismInstallerAbstract
          extended by org.nakedobjects.runtime.persistence.objectstore.ObjectStorePersistenceMechanismInstallerAbstract
              extended by org.nakedobjects.runtime.objectstore.inmemory.InMemoryPersistenceMechanismInstaller
                  extended by org.nakedobjects.plugins.headless.junit.internal.InMemoryPersistenceMechanismInstallerWithinJunit
All Implemented Interfaces:
ApplicationScopedComponent, Component, Installer, ConfigurationBuilderAware, InstallerLookupAware, PersistenceMechanismInstaller, PersistenceSessionFactoryDelegate

public class InMemoryPersistenceMechanismInstallerWithinJunit
extends InMemoryPersistenceMechanismInstaller


Field Summary
 
Fields inherited from interface org.nakedobjects.runtime.persistence.PersistenceMechanismInstaller
TYPE
 
Constructor Summary
InMemoryPersistenceMechanismInstallerWithinJunit()
           
 
Method Summary
protected  DomainObjectContainer createContainer(NakedObjectConfiguration configuration)
          Returns a DomainObjectContainerHeadlessViewer.
 
Methods inherited from class org.nakedobjects.runtime.objectstore.inmemory.InMemoryPersistenceMechanismInstaller
createObjectStore, createPersistenceSessionFactory
 
Methods inherited from class org.nakedobjects.runtime.persistence.objectstore.ObjectStorePersistenceMechanismInstallerAbstract
createObjectStorePersistor, createPersistAlgorithm, createPersistenceSession, createTransactionManager
 
Methods inherited from class org.nakedobjects.runtime.persistence.PersistenceMechanismInstallerAbstract
createAdapterFactory, createAdapterManager, createObjectFactory, createOidGenerator, createPersistenceSession, createRuntimeContext, createServicesInjector, getInstallerLookup, setInstallerLookup
 
Methods inherited from class org.nakedobjects.runtime.installers.InstallerAbstract
addConfigurationResources, getConfiguration, getConfigurationResources, getName, getType, init, setConfiguration, setConfigurationBuilder, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.Installer
getConfigurationResources, getName, getType
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent
init, shutdown
 

Constructor Detail

InMemoryPersistenceMechanismInstallerWithinJunit

public InMemoryPersistenceMechanismInstallerWithinJunit()
Method Detail

createContainer

protected DomainObjectContainer createContainer(NakedObjectConfiguration configuration)
Returns a DomainObjectContainerHeadlessViewer.

Overrides:
createContainer in class PersistenceMechanismInstallerAbstract


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.