Uses of Interface
org.nakedobjects.runtime.system.NakedObjectsSystem

Packages that use NakedObjectsSystem
org.nakedobjects.runtime.system   
org.nakedobjects.runtime.system.installers   
org.nakedobjects.runtime.system.internal.monitor   
 

Uses of NakedObjectsSystem in org.nakedobjects.runtime.system
 

Classes in org.nakedobjects.runtime.system that implement NakedObjectsSystem
 class NakedObjectsSystemAbstract
           
 class NakedObjectsSystemSimple
          A simple implementation of NakedObjectsSystem, intended for use by Spring (dependency injection) or for testing.
 

Methods in org.nakedobjects.runtime.system that return NakedObjectsSystem
 NakedObjectsSystem NakedObjectsSystemBootstrapper.bootSystem(DeploymentType deploymentType)
           
 NakedObjectsSystem NakedObjectSystemFactory.createSystem(DeploymentType deploymentType)
           
 NakedObjectsSystem NakedObjectSystemUsingInstallersFactory.createSystem(DeploymentType deploymentType)
           
 

Uses of NakedObjectsSystem in org.nakedobjects.runtime.system.installers
 

Classes in org.nakedobjects.runtime.system.installers that implement NakedObjectsSystem
 class NakedObjectsSystemUsingInstallers
           
 

Uses of NakedObjectsSystem in org.nakedobjects.runtime.system.internal.monitor
 

Methods in org.nakedobjects.runtime.system.internal.monitor with parameters of type NakedObjectsSystem
 void SocketServerMonitor.setTarget(NakedObjectsSystem system)
           
 void HttpServerMonitor.setTarget(NakedObjectsSystem system)
           
abstract  void AbstractServerMonitor.setTarget(NakedObjectsSystem system)
           
 



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