org.nakedobjects.runtime.system
Class NakedObjectSystemUsingInstallersFactory

java.lang.Object
  extended by org.nakedobjects.runtime.system.NakedObjectSystemUsingInstallersFactory
All Implemented Interfaces:
ApplicationScopedComponent, Component, NakedObjectSystemFactory

public class NakedObjectSystemUsingInstallersFactory
extends java.lang.Object
implements NakedObjectSystemFactory

Implementation of NakedObjectSystemFactory that uses InstallerLookup to convert the names of components into actual component instances.


Constructor Summary
NakedObjectSystemUsingInstallersFactory(InstallerLookup installerLookup)
           
 
Method Summary
 NakedObjectsSystem createSystem(DeploymentType deploymentType)
           
 InstallerLookup getInstallerLookup()
           
 void init()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NakedObjectSystemUsingInstallersFactory

public NakedObjectSystemUsingInstallersFactory(InstallerLookup installerLookup)
Method Detail

init

public void init()
Specified by:
init in interface ApplicationScopedComponent

shutdown

public void shutdown()
Specified by:
shutdown in interface ApplicationScopedComponent

createSystem

public NakedObjectsSystem createSystem(DeploymentType deploymentType)
Specified by:
createSystem in interface NakedObjectSystemFactory

getInstallerLookup

public InstallerLookup getInstallerLookup()


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