Uses of Class
org.nakedobjects.runtime.system.NakedObjectSystemException

Packages that use NakedObjectSystemException
org.nakedobjects.runtime.system   
org.nakedobjects.runtime.system.installers   
 

Uses of NakedObjectSystemException in org.nakedobjects.runtime.system
 

Methods in org.nakedobjects.runtime.system that throw NakedObjectSystemException
protected abstract  NakedObjectSessionFactory NakedObjectsSystemAbstract.doCreateSessionFactory(DeploymentType deploymentType)
          Hook method; the returned implementation is expected to use the same general approach as the subclass itself.
protected abstract  NakedObjectSessionFactory NakedObjectsSystemSimple.doCreateSessionFactory(DeploymentType deploymentType)
           
protected abstract  AuthenticationManager NakedObjectsSystemAbstract.obtainAuthenticationManager(DeploymentType deploymentType)
           
protected abstract  FixturesInstaller NakedObjectsSystemAbstract.obtainFixturesInstaller()
          This is the only Installer that is used by any (all) subclass implementations, because it effectively is the component we need (as opposed to a builder/factory of the component we need).
protected abstract  PersistenceSessionFactory NakedObjectsSystemAbstract.obtainPersistenceSessionFactory(DeploymentType deploymentType)
           
protected  PersistenceSessionFactory NakedObjectsSystemSimple.obtainPersistenceSessionFactory(DeploymentType deploymentType)
          The injected PersistenceSessionFactory.
protected abstract  NakedObjectReflector NakedObjectsSystemAbstract.obtainReflector(DeploymentType deploymentType)
           
protected  NakedObjectReflector NakedObjectsSystemSimple.obtainReflector(DeploymentType deploymentType)
          The injected NakedObjectReflector.
 

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

Methods in org.nakedobjects.runtime.system.installers that throw NakedObjectSystemException
protected  NakedObjectSessionFactory NakedObjectsSystemUsingInstallers.createSessionFactory(DeploymentType deploymentType, UserProfileLoader userProfileLoader, PersistenceSessionFactory persistenceSessionFactory)
          Overloaded version designed to be called by subclasses that need to explicitly specify different persistence mechanisms.
 NakedObjectSessionFactory NakedObjectsSystemUsingInstallers.doCreateSessionFactory(DeploymentType deploymentType)
           
protected  FixturesInstaller NakedObjectsSystemUsingInstallers.obtainFixturesInstaller()
           
protected  PersistenceSessionFactory NakedObjectsSystemUsingInstallers.obtainPersistenceSessionFactory(DeploymentType deploymentType)
           
protected  NakedObjectReflector NakedObjectsSystemUsingInstallers.obtainReflector(DeploymentType deploymentType)
           
 



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