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

E

EmbeddedWebServer - Interface in org.nakedobjects.runtime.web
 
EmbeddedWebServerAbstract - Class in org.nakedobjects.runtime.web
 
EmbeddedWebServerAbstract() - Constructor for class org.nakedobjects.runtime.web.EmbeddedWebServerAbstract
 
embeddedWebServerInstaller(String) - Method in interface org.nakedobjects.runtime.installers.InstallerLookup
 
embeddedWebServerInstaller(String) - Method in class org.nakedobjects.runtime.installers.InstallerLookupDefault
 
EmbeddedWebServerInstaller - Interface in org.nakedobjects.runtime.web
 
EmbeddedWebViewer - Class in org.nakedobjects.runtime.web
 
EmbeddedWebViewer() - Constructor for class org.nakedobjects.runtime.web.EmbeddedWebViewer
 
encode(DataOutputExtended) - Method in class org.nakedobjects.runtime.authentication.standard.exploration.ExplorationSession
 
encode(DataOutputExtended) - Method in class org.nakedobjects.runtime.authentication.standard.exploration.MultiUserExplorationSession
 
encode(DataOutputExtended) - Method in class org.nakedobjects.runtime.authentication.standard.singleuser.SingleUserSession
 
encode(DataOutputExtended) - Method in class org.nakedobjects.runtime.memento.StandaloneData
 
encode(DataOutputExtended) - Method in class org.nakedobjects.runtime.persistence.oidgenerator.simple.SerialOid
 
encode(DataOutputExtended) - Method in class org.nakedobjects.runtime.persistence.query.PersistenceQueryAbstract
 
encode(DataOutputExtended) - Method in class org.nakedobjects.runtime.persistence.query.PersistenceQueryFindUsingApplibQueryDefault
 
encode(DataOutputExtended) - Method in class org.nakedobjects.runtime.persistence.query.PersistenceQueryFindUsingApplibQuerySerializable
 
encodedData(DataOutputStreamExtended) - Method in class org.nakedobjects.runtime.memento.Memento
 
end(NakedObject) - Static method in class org.nakedobjects.runtime.persistence.PersistorUtil
Marks the specified object as loaded: resolved, partly resolve or updated as specified by the second parameter.
endTransaction() - Method in class org.nakedobjects.runtime.objectstore.inmemory.InMemoryObjectStore
 
endTransaction() - Method in class org.nakedobjects.runtime.persistence.objectstore.NakedObjectStoreDelegating
 
endTransaction() - Method in class org.nakedobjects.runtime.persistence.objectstore.NakedObjectStoreLogger
 
endTransaction() - Method in interface org.nakedobjects.runtime.persistence.objectstore.ObjectStoreTransactionManagement
Used by the ObjectStoreTransactionManager to tell the underlying ObjectStore to commit a transaction.
endTransaction() - Method in class org.nakedobjects.runtime.persistence.objectstore.transaction.ObjectStoreTransactionManager
 
endTransaction() - Method in interface org.nakedobjects.runtime.transaction.NakedObjectTransactionManager
Ends the transaction if nesting level is 0.
enString() - Method in class org.nakedobjects.runtime.persistence.oidgenerator.simple.SerialOid
Returns a well-defined format which can be converted back using SerialOid.deString(String).
ensureDependenciesInjected() - Method in class org.nakedobjects.runtime.viewer.NakedObjectsViewerAbstract
 
ensureEmpty() - Method in interface org.nakedobjects.runtime.transaction.messagebroker.MessageBroker
 
ensureEmpty() - Method in class org.nakedobjects.runtime.transaction.messagebroker.MessageBrokerDefault
 
ensureEmpty() - Method in interface org.nakedobjects.runtime.transaction.updatenotifier.UpdateNotifier
 
ensureEmpty() - Method in class org.nakedobjects.runtime.transaction.updatenotifier.UpdateNotifierDefault
 
ensureNotOpened() - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionAbstract
 
ensureOpen() - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionAbstract
 
ensureTransactionInProgress() - Method in class org.nakedobjects.runtime.transaction.NakedObjectTransactionManagerAbstract
 
ensureTransactionNotInProgress() - Method in class org.nakedobjects.runtime.transaction.NakedObjectTransactionManagerAbstract
 
equals(Object) - Method in class org.nakedobjects.runtime.authentication.standard.SimpleSession
 
equals(SimpleSession) - Method in class org.nakedobjects.runtime.authentication.standard.SimpleSession
 
equals(Object) - Method in class org.nakedobjects.runtime.persistence.oidgenerator.simple.SerialOid
 
equals(SerialOid) - Method in class org.nakedobjects.runtime.persistence.oidgenerator.simple.SerialOid
Overloaded to allow compiler to link directly if we know the compile-time type.
equals(Object) - Method in class org.nakedobjects.runtime.persistence.query.PersistenceQueryAbstract
 
excludeFacetFactories(NakedObjectConfiguration, ProgrammingModelFacets) - Method in class org.nakedobjects.runtime.system.installers.JavaReflectorInstaller
Factored out of JavaReflectorInstaller.createProgrammingModelFacets(NakedObjectConfiguration) so that subclasses that choose to override can still support customization of their ProgrammingModelFacets in a similar way.
execute(List<PersistenceCommand>) - Method in class org.nakedobjects.runtime.objectstore.inmemory.InMemoryObjectStore
 
execute(NakedObjectTransaction) - Method in class org.nakedobjects.runtime.objectstore.inmemory.internal.commands.InMemoryCreateObjectCommand
 
execute(NakedObjectTransaction) - Method in class org.nakedobjects.runtime.objectstore.inmemory.internal.commands.InMemoryDestroyObjectCommand
 
execute(NakedObjectTransaction) - Method in class org.nakedobjects.runtime.objectstore.inmemory.internal.commands.InMemorySaveObjectCommand
 
execute(List<PersistenceCommand>) - Method in class org.nakedobjects.runtime.persistence.objectstore.NakedObjectStoreDelegating
 
execute(List<PersistenceCommand>) - Method in class org.nakedobjects.runtime.persistence.objectstore.NakedObjectStoreLogger
 
execute(List<PersistenceCommand>) - Method in interface org.nakedobjects.runtime.persistence.objectstore.ObjectStorePersistence
 
execute(List<PersistenceCommand>) - Method in interface org.nakedobjects.runtime.persistence.objectstore.ObjectStoreTransactionManagement
Used by the current ObjectStoreTransaction to flush changes to the ObjectStore (either via a NakedObjectTransactionManager.flushTransaction() or a NakedObjectTransactionManager.endTransaction()).
execute(NakedObjectTransaction) - Method in interface org.nakedobjects.runtime.transaction.PersistenceCommand
 
execute() - Method in interface org.nakedobjects.runtime.transaction.TransactionalClosure
 
execute() - Method in interface org.nakedobjects.runtime.transaction.TransactionalClosureWithReturn
 
executeWithinTransaction(TransactionalClosure) - Method in interface org.nakedobjects.runtime.transaction.NakedObjectTransactionManager
Run the supplied block of code (closure) in a transaction.
executeWithinTransaction(TransactionalClosureWithReturn<T>) - Method in interface org.nakedobjects.runtime.transaction.NakedObjectTransactionManager
Run the supplied block of code (closure) in a transaction.
executeWithinTransaction(TransactionalClosure) - Method in class org.nakedobjects.runtime.transaction.NakedObjectTransactionManagerAbstract
 
executeWithinTransaction(TransactionalClosureWithReturn<Q>) - Method in class org.nakedobjects.runtime.transaction.NakedObjectTransactionManagerAbstract
 
exists() - Static method in class org.nakedobjects.runtime.context.NakedObjectsContext
Whether a singleton has been created using NakedObjectsContext.getInstance().
ExplorationAuthenticator - Class in org.nakedobjects.runtime.authentication.standard.exploration
Creates a session suitable for exploration mode.
ExplorationAuthenticator(NakedObjectConfiguration) - Constructor for class org.nakedobjects.runtime.authentication.standard.exploration.ExplorationAuthenticator
 
ExplorationAuthenticatorConstants - Class in org.nakedobjects.runtime.authentication.standard.exploration
 
ExplorationSession - Class in org.nakedobjects.runtime.authentication.standard.exploration
 
ExplorationSession() - Constructor for class org.nakedobjects.runtime.authentication.standard.exploration.ExplorationSession
Defaults validation code to "".
ExplorationSession(String) - Constructor for class org.nakedobjects.runtime.authentication.standard.exploration.ExplorationSession
 
ExplorationSession(DataInputExtended) - Constructor for class org.nakedobjects.runtime.authentication.standard.exploration.ExplorationSession
 

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.