A C D E F G H I K L M N O P R S T W

C

CHANGE - Static variable in class org.nakedobjects.remoting.client.transaction.ClientTransactionEvent
 
clearAssociation(ClearAssociationRequest) - Method in class org.nakedobjects.remoting.facade.impl.ServerFacadeImpl
Applies to both OneToOneAssociations and OneToManyAssociations.
clearAssociation(ClearAssociationRequest) - Method in class org.nakedobjects.remoting.facade.proxy.ServerFacadeProxy
 
clearAssociation(ClearAssociationRequest) - Method in interface org.nakedobjects.remoting.facade.ServerFacade
 
clearAssociation(ClearAssociationRequest) - Method in class org.nakedobjects.remoting.facade.ServerFacadeLogger
 
ClearAssociationRequest - Class in org.nakedobjects.remoting.exchange
REVIEW: should we split? the OTMA will need to specify the associate to remove, but the OTOA should not need to provide the associate to clear.
ClearAssociationRequest(AuthenticationSession, String, IdentityData, IdentityData) - Constructor for class org.nakedobjects.remoting.exchange.ClearAssociationRequest
 
ClearAssociationRequest(DataInputExtended) - Constructor for class org.nakedobjects.remoting.exchange.ClearAssociationRequest
 
ClearAssociationResponse - Class in org.nakedobjects.remoting.exchange
 
ClearAssociationResponse(ObjectData[]) - Constructor for class org.nakedobjects.remoting.exchange.ClearAssociationResponse
 
ClearAssociationResponse(DataInputExtended) - Constructor for class org.nakedobjects.remoting.exchange.ClearAssociationResponse
 
clearProperty(NakedObject) - Method in class org.nakedobjects.remoting.client.facets.PropertyClearFacetWrapProxy
 
clearValue(ClearValueRequest) - Method in class org.nakedobjects.remoting.facade.impl.ServerFacadeImpl
Applies only for OneToOneAssociations.
clearValue(ClearValueRequest) - Method in class org.nakedobjects.remoting.facade.proxy.ServerFacadeProxy
 
clearValue(ClearValueRequest) - Method in interface org.nakedobjects.remoting.facade.ServerFacade
 
clearValue(ClearValueRequest) - Method in class org.nakedobjects.remoting.facade.ServerFacadeLogger
 
ClearValueRequest - Class in org.nakedobjects.remoting.exchange
 
ClearValueRequest(AuthenticationSession, String, IdentityData) - Constructor for class org.nakedobjects.remoting.exchange.ClearValueRequest
 
ClearValueRequest(DataInputExtended) - Constructor for class org.nakedobjects.remoting.exchange.ClearValueRequest
 
ClearValueResponse - Class in org.nakedobjects.remoting.exchange
 
ClearValueResponse(ObjectData[]) - Constructor for class org.nakedobjects.remoting.exchange.ClearValueResponse
 
ClearValueResponse(DataInputExtended) - Constructor for class org.nakedobjects.remoting.exchange.ClearValueResponse
 
ClientConnection - Interface in org.nakedobjects.remoting.client
Mediates between a running system (which has Requests that need servicing) and the ClientMarshaller that pushes the requests onto the network and pulls them back.
ClientConnectionDefault - Class in org.nakedobjects.remoting.client
Default implementation of ClientConnection that delegates to ClientMarshaller supplied in constructor.
ClientConnectionDefault(ClientMarshaller) - Constructor for class org.nakedobjects.remoting.client.ClientConnectionDefault
 
ClientMarshaller - Interface in org.nakedobjects.remoting.protocol
 
ClientSideTransaction - Class in org.nakedobjects.remoting.client.transaction
Encapsulates a transaction occurring on the client, where each of the actions (add, remove and change) are then passed to the server as an atomic unit.
ClientSideTransaction(NakedObjectTransactionManager, MessageBroker, UpdateNotifier) - Constructor for class org.nakedobjects.remoting.client.transaction.ClientSideTransaction
 
ClientSideTransactionManager - Class in org.nakedobjects.remoting.client.persistence
 
ClientSideTransactionManager(AdapterManagerProxy, PersistenceSessionTransactionManagement, ServerFacade, ObjectEncoderDecoder) - Constructor for class org.nakedobjects.remoting.client.persistence.ClientSideTransactionManager
 
ClientTransactionEvent - Class in org.nakedobjects.remoting.client.transaction
 
close() - Method in class org.nakedobjects.remoting.transport.ProfilingInputStream
 
close() - Method in class org.nakedobjects.remoting.transport.ProfilingOutputStream
 
closeSession(AuthenticationSession) - Method in class org.nakedobjects.remoting.client.authentication.AuthenticationManagerProxy
 
closeSession(CloseSessionRequest) - Method in class org.nakedobjects.remoting.facade.impl.ServerFacadeImpl
 
closeSession(CloseSessionRequest) - Method in class org.nakedobjects.remoting.facade.proxy.ServerFacadeProxy
 
closeSession(CloseSessionRequest) - Method in interface org.nakedobjects.remoting.facade.ServerFacade
 
closeSession(CloseSessionRequest) - Method in class org.nakedobjects.remoting.facade.ServerFacadeLogger
 
CloseSessionRequest - Class in org.nakedobjects.remoting.exchange
 
CloseSessionRequest(AuthenticationSession) - Constructor for class org.nakedobjects.remoting.exchange.CloseSessionRequest
 
CloseSessionRequest(DataInputExtended) - Constructor for class org.nakedobjects.remoting.exchange.CloseSessionRequest
 
CloseSessionResponse - Class in org.nakedobjects.remoting.exchange
 
CloseSessionResponse() - Constructor for class org.nakedobjects.remoting.exchange.CloseSessionResponse
 
CloseSessionResponse(DataInputExtended) - Constructor for class org.nakedobjects.remoting.exchange.CloseSessionResponse
 
CollectionAddToFacetWrapProxy - Class in org.nakedobjects.remoting.client.facets
A reflection peer for changing one-to-many fields remotely, instead of on the local machine.
CollectionAddToFacetWrapProxy(CollectionAddToFacet, ServerFacade, ObjectEncoderDecoder, String) - Constructor for class org.nakedobjects.remoting.client.facets.CollectionAddToFacetWrapProxy
 
CollectionData - Interface in org.nakedobjects.remoting.data.common
 
CollectionDataImpl - Class in org.nakedobjects.remoting.data.common
 
CollectionDataImpl(Oid, String, String, ReferenceData[], boolean, Version) - Constructor for class org.nakedobjects.remoting.data.common.CollectionDataImpl
 
CollectionDataImpl(DataInputExtended) - Constructor for class org.nakedobjects.remoting.data.common.CollectionDataImpl
 
CollectionRemoveFromFacetWrapProxy - Class in org.nakedobjects.remoting.client.facets
A reflection peer for changing one-to-many fields remotely, instead of on the local machine.
CollectionRemoveFromFacetWrapProxy(CollectionRemoveFromFacet, ServerFacade, ObjectEncoderDecoder, String) - Constructor for class org.nakedobjects.remoting.client.facets.CollectionRemoveFromFacetWrapProxy
 
concurrencyException(ConcurrencyException) - Static method in class org.nakedobjects.remoting.client.facets.ProxyUtil
 
connect() - Method in interface org.nakedobjects.remoting.protocol.ClientMarshaller
 
connect() - Method in class org.nakedobjects.remoting.protocol.encoding.EncodingMarshaller
 
connect() - Method in class org.nakedobjects.remoting.protocol.MarshallerAbstract
 
connect() - Method in class org.nakedobjects.remoting.protocol.serialize.SerializingMarshaller
 
connect() - Method in class org.nakedobjects.remoting.transport.simple.SimpleTransport
 
connect() - Method in class org.nakedobjects.remoting.transport.socket.SocketTransport
 
connect() - Method in interface org.nakedobjects.remoting.transport.Transport
 
ConnectionException - Exception in org.nakedobjects.remoting.transport
Indicates that a connection could not be established between the client and the server.
ConnectionException() - Constructor for exception org.nakedobjects.remoting.transport.ConnectionException
 
ConnectionException(String) - Constructor for exception org.nakedobjects.remoting.transport.ConnectionException
 
ConnectionException(Throwable) - Constructor for exception org.nakedobjects.remoting.transport.ConnectionException
 
ConnectionException(String, Throwable) - Constructor for exception org.nakedobjects.remoting.transport.ConnectionException
 
containsKey(NakedObject) - Method in class org.nakedobjects.remoting.exchange.KnownObjectsRequest
 
containsKey(ObjectData) - Method in class org.nakedobjects.remoting.exchange.KnownObjectsRequest
 
create(NakedObjectConfiguration) - Static method in class org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoderDefault
Factory method.
createAuthenticationManager() - Method in class org.nakedobjects.remoting.client.ProxyInstallerAbstract
 
createAuthorizationManager() - Method in class org.nakedobjects.remoting.client.ProxyInstallerAbstract
 
createCollectionData(String, String, Oid, ReferenceData[], boolean, Version) - Method in interface org.nakedobjects.remoting.data.DataFactory
 
createCollectionData(String, String, Oid, ReferenceData[], boolean, Version) - Method in class org.nakedobjects.remoting.data.DataFactoryDefault
 
createDecorators() - Method in class org.nakedobjects.remoting.client.ProxyInstallerAbstract
 
createIdentityData(String, Oid, Version) - Method in interface org.nakedobjects.remoting.data.DataFactory
 
createIdentityData(String, Oid, Version) - Method in class org.nakedobjects.remoting.data.DataFactoryDefault
 
createMarshaller(Transport) - Method in class org.nakedobjects.remoting.client.EncodingOverSocketsProxyInstaller
 
createMarshaller(Transport) - Method in class org.nakedobjects.remoting.client.ProxyInstallerAbstract
Mandatory hook method.
createMarshaller(Transport) - Method in class org.nakedobjects.remoting.client.SerializingOverSocketsProxyInstaller
 
createNullData(String) - Method in interface org.nakedobjects.remoting.data.DataFactory
 
createNullData(String) - Method in class org.nakedobjects.remoting.data.DataFactoryDefault
 
createObjectData(String, Oid, boolean, Version) - Method in interface org.nakedobjects.remoting.data.DataFactory
 
createObjectData(String, Oid, boolean, Version) - Method in class org.nakedobjects.remoting.data.DataFactoryDefault
 
createPersistenceSession(PersistenceSessionFactory, AdapterManagerExtended, AdapterFactory, ObjectFactory, OidGenerator, ServicesInjector) - Method in class org.nakedobjects.remoting.client.ProxyInstallerAbstract
 
createPersistenceSessionFactory(DeploymentType) - Method in class org.nakedobjects.remoting.client.ProxyInstallerAbstract
 
createServerConnection(InputStream, OutputStream, ServerFacade) - Method in class org.nakedobjects.remoting.server.EncodingOverSocketsViewer
 
createServerConnection(InputStream, OutputStream, ServerFacade) - Method in class org.nakedobjects.remoting.server.SerializingOverSocketsViewer
 
createServerConnection(InputStream, OutputStream, ServerFacade) - Method in class org.nakedobjects.remoting.server.SocketsViewerAbstract
Hook method.
createServerFacade() - Method in class org.nakedobjects.remoting.client.ProxyInstallerAbstract
Creates the ProxyInstallerAbstract.getServerFacade() as required.
createSocketsViewer(ObjectEncoderDecoder) - Method in class org.nakedobjects.remoting.server.EncodingOverSocketsViewerInstaller
 
createSocketsViewer(ObjectEncoderDecoder) - Method in class org.nakedobjects.remoting.server.SerializingOverSocketsViewerInstaller
 
createSocketsViewer(ObjectEncoderDecoder) - Method in class org.nakedobjects.remoting.server.SocketsViewerInstallerAbstract
 
createTransaction(MessageBroker, UpdateNotifier) - Method in class org.nakedobjects.remoting.client.persistence.ClientSideTransactionManager
Overridable hook.
createTransactionManager(NakedObjectConfiguration, AdapterManagerProxy, PersistenceSessionTransactionManagement) - Method in class org.nakedobjects.remoting.client.ProxyInstallerAbstract
Creates the NakedObjectTransactionManager, potentially overriddable.
createTransport() - Method in class org.nakedobjects.remoting.client.EncodingOverSocketsProxyInstaller
 
createTransport() - Method in class org.nakedobjects.remoting.client.ProxyInstallerAbstract
Mandatory hook method.
createTransport() - Method in class org.nakedobjects.remoting.client.SerializingOverSocketsProxyInstaller
 
createValueData(String, String) - Method in interface org.nakedobjects.remoting.data.DataFactory
 
createValueData(String, String) - Method in class org.nakedobjects.remoting.data.DataFactoryDefault
 

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