org.nakedobjects.runtime.session
Class NakedObjectSessionFactoryDefault

java.lang.Object
  extended by org.nakedobjects.runtime.session.NakedObjectSessionFactoryAbstract
      extended by org.nakedobjects.runtime.session.NakedObjectSessionFactoryDefault
All Implemented Interfaces:
ApplicationScopedComponent, Component, NakedObjectSessionFactory

public class NakedObjectSessionFactoryDefault
extends NakedObjectSessionFactoryAbstract

As its superclass, but provides a default for some of more basic components (that is, where the core framework offers only a single implementation).


Constructor Summary
NakedObjectSessionFactoryDefault(DeploymentType deploymentType, NakedObjectConfiguration configuration, TemplateImageLoader templateImageLoader, SpecificationLoader specificationLoader, AuthenticationManager authenticationManager, AuthorizationManager authorizationManager, UserProfileLoader userProfileLoader, PersistenceSessionFactory persistenceSessionFactory, java.util.List<java.lang.Object> servicesList)
           
 
Method Summary
 
Methods inherited from class org.nakedobjects.runtime.session.NakedObjectSessionFactoryAbstract
getAuthenticationManager, getAuthorizationManager, getConfiguration, getDeploymentType, getPersistenceSessionFactory, getServices, getSpecificationLoader, getTemplateImageLoader, getUserProfileLoader, init, openSession, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NakedObjectSessionFactoryDefault

public NakedObjectSessionFactoryDefault(DeploymentType deploymentType,
                                        NakedObjectConfiguration configuration,
                                        TemplateImageLoader templateImageLoader,
                                        SpecificationLoader specificationLoader,
                                        AuthenticationManager authenticationManager,
                                        AuthorizationManager authorizationManager,
                                        UserProfileLoader userProfileLoader,
                                        PersistenceSessionFactory persistenceSessionFactory,
                                        java.util.List<java.lang.Object> servicesList)


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