A B C D E F G H I J L M N O P Q R S T U V W X

N

NakedObjects - Class in org.nakedobjects.runtime
 
NakedObjects() - Constructor for class org.nakedobjects.runtime.NakedObjects
 
NAKEDOBJECTS_USERS - Static variable in class org.nakedobjects.runtime.authentication.standard.exploration.ExplorationAuthenticatorConstants
 
NakedObjectsContext - Class in org.nakedobjects.runtime.context
Provides singleton access to the current (session scoped) NakedObjectSession, along with convenience methods to obtain application-scoped components and also any transaction-scoped components TransactionScopedComponents if a NakedObjectTransaction is in progress.
NakedObjectsContext(NakedObjectsContext.ContextReplacePolicy, NakedObjectsContext.SessionClosePolicy, NakedObjectSessionFactory) - Constructor for class org.nakedobjects.runtime.context.NakedObjectsContext
Creates a new instance of the NakedObjectSession holder.
NakedObjectsContext.ContextReplacePolicy - Enum in org.nakedobjects.runtime.context
Whether the singleton itself may be replaced.
NakedObjectsContext.SessionClosePolicy - Enum in org.nakedobjects.runtime.context
 
NakedObjectsContextMultiUser - Class in org.nakedobjects.runtime.context
Provides access to the current NakedObjectSession in a multi-user deployment.
NakedObjectsContextMultiUser(NakedObjectSessionFactory) - Constructor for class org.nakedobjects.runtime.context.NakedObjectsContextMultiUser
 
NakedObjectsContextMultiUser(NakedObjectsContext.ContextReplacePolicy, NakedObjectsContext.SessionClosePolicy, NakedObjectSessionFactory) - Constructor for class org.nakedobjects.runtime.context.NakedObjectsContextMultiUser
 
NakedObjectsContextPipe - Class in org.nakedobjects.runtime.context
A specialised NakedObjectsContext implementation that provides two sets of components: one for the server; and one for the client.
NakedObjectsContextStatic - Class in org.nakedobjects.runtime.context
Provides access to the current NakedObjectSession in a single-user deployment (and thus implemented as a static singleton).
NakedObjectsContextStatic(NakedObjectsContext.ContextReplacePolicy, NakedObjectsContext.SessionClosePolicy, NakedObjectSessionFactory) - Constructor for class org.nakedobjects.runtime.context.NakedObjectsContextStatic
 
NakedObjectsContextThreadLocal - Class in org.nakedobjects.runtime.context
Basic multi-user implementation of NakedObjects that stores a set of components for each thread in use.
NakedObjectsContextThreadLocal(NakedObjectSessionFactory) - Constructor for class org.nakedobjects.runtime.context.NakedObjectsContextThreadLocal
 
NakedObjectSession - Interface in org.nakedobjects.runtime.session
Analogous to a Hibernate Session, holds the current set of components for a specific execution context (such as on a thread).
NakedObjectSessionDefault - Class in org.nakedobjects.runtime.session
Analogous to a Hibernate Session, holds the current set of components for a specific execution context (such as on a thread).
NakedObjectSessionDefault(NakedObjectSessionFactory, AuthenticationSession, PersistenceSession, UserProfile) - Constructor for class org.nakedobjects.runtime.session.NakedObjectSessionDefault
 
NakedObjectSessionFactory - Interface in org.nakedobjects.runtime.session
Analogous to a Hibernate SessionFactory.
NakedObjectSessionFactoryAbstract - Class in org.nakedobjects.runtime.session
Creates an implementation of NakedObjectSessionFactory.openSession(AuthenticationSession) to create an NakedObjectSession, but delegates to subclasses to actually obtain the components that make up that NakedObjectSession.
NakedObjectSessionFactoryAbstract(DeploymentType, NakedObjectConfiguration, SpecificationLoader, TemplateImageLoader, AuthenticationManager, AuthorizationManager, UserProfileLoader, PersistenceSessionFactory, List<Object>) - Constructor for class org.nakedobjects.runtime.session.NakedObjectSessionFactoryAbstract
 
NakedObjectSessionFactoryDefault - Class in org.nakedobjects.runtime.session
As its superclass, but provides a default for some of more basic components (that is, where the core framework offers only a single implementation).
NakedObjectSessionFactoryDefault(DeploymentType, NakedObjectConfiguration, TemplateImageLoader, SpecificationLoader, AuthenticationManager, AuthorizationManager, UserProfileLoader, PersistenceSessionFactory, List<Object>) - Constructor for class org.nakedobjects.runtime.session.NakedObjectSessionFactoryDefault
 
NakedObjectsLocaleInitializer - Class in org.nakedobjects.runtime.system.internal
 
NakedObjectsLocaleInitializer() - Constructor for class org.nakedobjects.runtime.system.internal.NakedObjectsLocaleInitializer
 
NakedObjectsLoggingConfigurer - Class in org.nakedobjects.runtime.logging
 
NakedObjectsLoggingConfigurer() - Constructor for class org.nakedobjects.runtime.logging.NakedObjectsLoggingConfigurer
 
NakedObjectsSystem - Interface in org.nakedobjects.runtime.system
 
NakedObjectsSystemAbstract - Class in org.nakedobjects.runtime.system
 
NakedObjectsSystemAbstract(DeploymentType) - Constructor for class org.nakedobjects.runtime.system.NakedObjectsSystemAbstract
 
NakedObjectsSystemAbstract(DeploymentType, NakedObjectsLocaleInitializer, NakedObjectsTimeZoneInitializer) - Constructor for class org.nakedobjects.runtime.system.NakedObjectsSystemAbstract
 
NakedObjectsSystemBootstrapper - Class in org.nakedobjects.runtime.system
Creates and initializes NakedObjectsSystem using the provided ConfigurationBuilder or InstallerLookup.
NakedObjectsSystemBootstrapper(ConfigurationBuilder, Class<?>) - Constructor for class org.nakedobjects.runtime.system.NakedObjectsSystemBootstrapper
 
NakedObjectsSystemBootstrapper(InstallerLookup) - Constructor for class org.nakedobjects.runtime.system.NakedObjectsSystemBootstrapper
 
NakedObjectsSystemSimple - Class in org.nakedobjects.runtime.system
A simple implementation of NakedObjectsSystem, intended for use by Spring (dependency injection) or for testing.
NakedObjectsSystemSimple(DeploymentType, NakedObjectConfiguration) - Constructor for class org.nakedobjects.runtime.system.NakedObjectsSystemSimple
Dependency injection of NakedObjectConfiguration.
NakedObjectsSystemUsingInstallers - Class in org.nakedobjects.runtime.system.installers
 
NakedObjectsSystemUsingInstallers(DeploymentType, InstallerLookup) - Constructor for class org.nakedobjects.runtime.system.installers.NakedObjectsSystemUsingInstallers
 
NakedObjectsTimeZoneInitializer - Class in org.nakedobjects.runtime.system.internal
 
NakedObjectsTimeZoneInitializer() - Constructor for class org.nakedobjects.runtime.system.internal.NakedObjectsTimeZoneInitializer
 
NakedObjectStoreDelegating - Class in org.nakedobjects.runtime.persistence.objectstore
Implementation that simply delegates to underlying ObjectStore.
NakedObjectStoreDelegating(ObjectStore, String) - Constructor for class org.nakedobjects.runtime.persistence.objectstore.NakedObjectStoreDelegating
 
NakedObjectStoreLogger - Class in org.nakedobjects.runtime.persistence.objectstore
 
NakedObjectStoreLogger(ObjectStore, String) - Constructor for class org.nakedobjects.runtime.persistence.objectstore.NakedObjectStoreLogger
 
NakedObjectStoreLogger(ObjectStore) - Constructor for class org.nakedobjects.runtime.persistence.objectstore.NakedObjectStoreLogger
 
NakedObjectsViewer - Interface in org.nakedobjects.runtime.viewer
Defines an mechanism for manipulating the domain objects.
NakedObjectsViewerAbstract - Class in org.nakedobjects.runtime.viewer
 
NakedObjectsViewerAbstract() - Constructor for class org.nakedobjects.runtime.viewer.NakedObjectsViewerAbstract
 
NakedObjectsViewerInstaller - Interface in org.nakedobjects.runtime.viewer
 
NakedObjectsViewerInstallerAbstract - Class in org.nakedobjects.runtime.viewer
 
NakedObjectsViewerInstallerAbstract(String) - Constructor for class org.nakedobjects.runtime.viewer.NakedObjectsViewerInstallerAbstract
 
NakedObjectsViewerNoop - Class in org.nakedobjects.runtime.viewer
 
NakedObjectsViewerNoop() - Constructor for class org.nakedobjects.runtime.viewer.NakedObjectsViewerNoop
 
NakedObjectSystemException - Exception in org.nakedobjects.runtime.system
 
NakedObjectSystemException() - Constructor for exception org.nakedobjects.runtime.system.NakedObjectSystemException
 
NakedObjectSystemException(String) - Constructor for exception org.nakedobjects.runtime.system.NakedObjectSystemException
 
NakedObjectSystemException(Throwable) - Constructor for exception org.nakedobjects.runtime.system.NakedObjectSystemException
 
NakedObjectSystemException(String, Throwable) - Constructor for exception org.nakedobjects.runtime.system.NakedObjectSystemException
 
NakedObjectSystemFactory - Interface in org.nakedobjects.runtime.system
Pluggable mechanism for creating NakedObjectsSystems.
NakedObjectSystemUsingInstallersFactory - Class in org.nakedobjects.runtime.system
Implementation of NakedObjectSystemFactory that uses InstallerLookup to convert the names of components into actual component instances.
NakedObjectSystemUsingInstallersFactory(InstallerLookup) - Constructor for class org.nakedobjects.runtime.system.NakedObjectSystemUsingInstallersFactory
 
NakedObjectTransaction - Interface in org.nakedobjects.runtime.transaction
Used by the NakedObjectTransactionManager to captures a set of changes to be applied.
NakedObjectTransaction.State - Enum in org.nakedobjects.runtime.transaction
 
NakedObjectTransactionAbstract - Class in org.nakedobjects.runtime.transaction
 
NakedObjectTransactionAbstract(NakedObjectTransactionManager, MessageBroker, UpdateNotifier) - Constructor for class org.nakedobjects.runtime.transaction.NakedObjectTransactionAbstract
 
NakedObjectTransactionDefault - Class in org.nakedobjects.runtime.transaction
 
NakedObjectTransactionDefault(NakedObjectTransactionManager) - Constructor for class org.nakedobjects.runtime.transaction.NakedObjectTransactionDefault
 
NakedObjectTransactionDefault(NakedObjectTransactionManager, MessageBroker, UpdateNotifier) - Constructor for class org.nakedobjects.runtime.transaction.NakedObjectTransactionDefault
 
NakedObjectTransactionManager - Interface in org.nakedobjects.runtime.transaction
 
NakedObjectTransactionManagerAbstract<T extends NakedObjectTransaction> - Class in org.nakedobjects.runtime.transaction
 
NakedObjectTransactionManagerAbstract() - Constructor for class org.nakedobjects.runtime.transaction.NakedObjectTransactionManagerAbstract
 
NakedObjectTransactionManagerAware - Interface in org.nakedobjects.runtime.transaction
 
NakedObjectTransactionManagerException - Exception in org.nakedobjects.runtime.transaction
 
NakedObjectTransactionManagerException() - Constructor for exception org.nakedobjects.runtime.transaction.NakedObjectTransactionManagerException
 
NakedObjectTransactionManagerException(String) - Constructor for exception org.nakedobjects.runtime.transaction.NakedObjectTransactionManagerException
 
NakedObjectTransactionManagerException(Throwable) - Constructor for exception org.nakedobjects.runtime.transaction.NakedObjectTransactionManagerException
 
NakedObjectTransactionManagerException(String, Throwable) - Constructor for exception org.nakedobjects.runtime.transaction.NakedObjectTransactionManagerException
 
name() - Method in class org.nakedobjects.runtime.objectstore.inmemory.InMemoryObjectStore
 
name() - Method in class org.nakedobjects.runtime.persistence.objectstore.algorithm.dflt.DefaultPersistAlgorithm
 
name() - Method in interface org.nakedobjects.runtime.persistence.objectstore.algorithm.PersistAlgorithm
 
name() - Method in class org.nakedobjects.runtime.persistence.objectstore.algorithm.topdown.TopDownPersistAlgorithm
 
name() - Method in class org.nakedobjects.runtime.persistence.objectstore.algorithm.twopass.TwoPassPersistAlgorithm
 
name() - Method in class org.nakedobjects.runtime.persistence.objectstore.NakedObjectStoreDelegating
 
name() - Method in class org.nakedobjects.runtime.persistence.objectstore.NakedObjectStoreLogger
 
name() - Method in class org.nakedobjects.runtime.persistence.oidgenerator.simple.SimpleOidGenerator
 
name() - Method in class org.nakedobjects.runtime.persistence.oidgenerator.timebased.TimeBasedOidGenerator
 
NamedFacetWrapI18n - Class in org.nakedobjects.runtime.i18n.resourcebundle.facets
 
NamedFacetWrapI18n(String, FacetHolder) - Constructor for class org.nakedobjects.runtime.i18n.resourcebundle.facets.NamedFacetWrapI18n
 
names() - Method in class org.nakedobjects.runtime.userprofile.Options
 
newPersistentInstance() - Method in class org.nakedobjects.runtime.persistence.services.SimpleRepository
 
newPerspective(String) - Method in class org.nakedobjects.runtime.userprofile.UserProfile
 
newTransientInstance() - Method in class org.nakedobjects.runtime.persistence.services.SimpleRepository
 
newUserProfile() - Method in class org.nakedobjects.runtime.fixturesinstaller.ProfileServiceImpl
 
newUserProfile(Profile) - Method in class org.nakedobjects.runtime.fixturesinstaller.ProfileServiceImpl
 
NO_SPLASH_LONG_OPT - Static variable in class org.nakedobjects.runtime.options.Constants
 
NO_SPLASH_OPT - Static variable in class org.nakedobjects.runtime.options.Constants
 
NoAuthenticatorException - Exception in org.nakedobjects.runtime.authentication
Indicates that there is no Authenticator available to authenticate a user based on this request.
NoAuthenticatorException() - Constructor for exception org.nakedobjects.runtime.authentication.NoAuthenticatorException
 
NoAuthenticatorException(String) - Constructor for exception org.nakedobjects.runtime.authentication.NoAuthenticatorException
 
NoAuthenticatorException(String, Throwable) - Constructor for exception org.nakedobjects.runtime.authentication.NoAuthenticatorException
 
NoAuthenticatorException(Throwable) - Constructor for exception org.nakedobjects.runtime.authentication.NoAuthenticatorException
 
NoopAuthenticationManagerInstaller - Class in org.nakedobjects.runtime.authentication.standard.noop
 
NoopAuthenticationManagerInstaller() - Constructor for class org.nakedobjects.runtime.authentication.standard.noop.NoopAuthenticationManagerInstaller
 
NoopAuthorizationManagerInstaller - Class in org.nakedobjects.runtime.authorization.standard.noop
 
NoopAuthorizationManagerInstaller() - Constructor for class org.nakedobjects.runtime.authorization.standard.noop.NoopAuthorizationManagerInstaller
 
NoopAuthorizor - Class in org.nakedobjects.runtime.authorization.standard.noop
 
NoopAuthorizor() - Constructor for class org.nakedobjects.runtime.authorization.standard.noop.NoopAuthorizor
 
NOSPLASH_DEFAULT - Static variable in class org.nakedobjects.runtime.system.SystemConstants
 
NOSPLASH_KEY - Static variable in class org.nakedobjects.runtime.system.SystemConstants
Key as to whether to show splash (eg via command line) is made available in NakedObjectConfiguration.
NotPersistableException - Exception in org.nakedobjects.runtime.persistence
 
NotPersistableException() - Constructor for exception org.nakedobjects.runtime.persistence.NotPersistableException
 
NotPersistableException(String) - Constructor for exception org.nakedobjects.runtime.persistence.NotPersistableException
 
NotPersistableException(Throwable) - Constructor for exception org.nakedobjects.runtime.persistence.NotPersistableException
 
NotPersistableException(String, Throwable) - Constructor for exception org.nakedobjects.runtime.persistence.NotPersistableException
 
numberOfInstances() - Method in class org.nakedobjects.runtime.objectstore.inmemory.internal.ObjectStoreInstances
 

A B C D E F G H I J L M N O P Q R S T U V W X
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.