org.nakedobjects.runtime.system
Interface NakedObjectsSystem
- All Superinterfaces:
- ApplicationScopedComponent, Component, DebugSelection
- All Known Implementing Classes:
- NakedObjectsSystemAbstract, NakedObjectsSystemSimple, NakedObjectsSystemUsingInstallers
public interface NakedObjectsSystem
- extends DebugSelection, ApplicationScopedComponent
getDeploymentType
DeploymentType getDeploymentType()
getLogonFixture
LogonFixture getLogonFixture()
getSessionFactory
NakedObjectSessionFactory getSessionFactory()
- Populated after
ApplicationScopedComponent.init().
getConfiguration
NakedObjectConfiguration getConfiguration()
- Returns a snapshot of the
configuration (although
once the NakedObjectsSystem is completely initialized, will effectively be immutable).
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.