org.nakedobjects.runtime.system
Interface NakedObjectsSystem

All Superinterfaces:
ApplicationScopedComponent, Component, DebugSelection
All Known Implementing Classes:
NakedObjectsSystemAbstract, NakedObjectsSystemSimple, NakedObjectsSystemUsingInstallers

public interface NakedObjectsSystem
extends DebugSelection, ApplicationScopedComponent


Method Summary
 NakedObjectConfiguration getConfiguration()
          Returns a snapshot of the configuration (although once the NakedObjectsSystem is completely initialized, will effectively be immutable).
 DeploymentType getDeploymentType()
           
 LogonFixture getLogonFixture()
           
 NakedObjectSessionFactory getSessionFactory()
          Populated after ApplicationScopedComponent.init().
 
Methods inherited from interface org.nakedobjects.metamodel.commons.debug.DebugSelection
debugSection, debugSectionNames
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent
init, shutdown
 

Method Detail

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.