org.nakedobjects.runtime.remoting
Interface ClientConnectionInstaller

All Superinterfaces:
ApplicationScopedComponent, AuthenticationManagerInstaller, AuthorizationManagerInstaller, Component, FacetDecoratorInstaller, Installer, PersistenceMechanismInstaller, PersistenceSessionFactoryDelegate

public interface ClientConnectionInstaller
extends PersistenceMechanismInstaller, FacetDecoratorInstaller, AuthenticationManagerInstaller, AuthorizationManagerInstaller


Field Summary
static java.lang.String TYPE
           
 
Method Summary
 
Methods inherited from interface org.nakedobjects.runtime.persistence.PersistenceMechanismInstaller
createPersistenceSessionFactory
 
Methods inherited from interface org.nakedobjects.runtime.persistence.PersistenceSessionFactoryDelegate
createPersistenceSession
 
Methods inherited from interface org.nakedobjects.metamodel.specloader.FacetDecoratorInstaller
createDecorators
 
Methods inherited from interface org.nakedobjects.runtime.authentication.AuthenticationManagerInstaller
createAuthenticationManager
 
Methods inherited from interface org.nakedobjects.runtime.authorization.AuthorizationManagerInstaller
createAuthorizationManager
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.Installer
getConfigurationResources, getName, getType
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent
init, shutdown
 

Field Detail

TYPE

static final java.lang.String TYPE
See Also:
Constant Field Values


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