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

S

sendError(NakedObjectException) - Method in class org.nakedobjects.remoting.protocol.encoding.EncodingMarshaller
 
sendError(NakedObjectException) - Method in class org.nakedobjects.remoting.protocol.serialize.SerializingMarshaller
 
sendError(NakedObjectException) - Method in interface org.nakedobjects.remoting.protocol.ServerMarshaller
 
sendError(NakedObjectException) - Method in interface org.nakedobjects.remoting.server.ServerConnection
 
sendError(NakedObjectException) - Method in class org.nakedobjects.remoting.server.ServerConnectionDefault
 
sendResponse(Object) - Method in class org.nakedobjects.remoting.protocol.encoding.EncodingMarshaller
 
sendResponse(Object) - Method in class org.nakedobjects.remoting.protocol.serialize.SerializingMarshaller
 
sendResponse(Object) - Method in interface org.nakedobjects.remoting.protocol.ServerMarshaller
 
sendResponse(Object) - Method in interface org.nakedobjects.remoting.server.ServerConnection
 
sendResponse(Object) - Method in class org.nakedobjects.remoting.server.ServerConnectionDefault
 
SerializingMarshaller - Class in org.nakedobjects.remoting.protocol.serialize
 
SerializingMarshaller(NakedObjectConfiguration, Transport) - Constructor for class org.nakedobjects.remoting.protocol.serialize.SerializingMarshaller
 
SerializingOverSocketsProxyInstaller - Class in org.nakedobjects.remoting.client
 
SerializingOverSocketsProxyInstaller() - Constructor for class org.nakedobjects.remoting.client.SerializingOverSocketsProxyInstaller
 
SerializingOverSocketsViewer - Class in org.nakedobjects.remoting.server
 
SerializingOverSocketsViewer(ObjectEncoderDecoder) - Constructor for class org.nakedobjects.remoting.server.SerializingOverSocketsViewer
 
SerializingOverSocketsViewerInstaller - Class in org.nakedobjects.remoting.server
Implementation of a NakedObjectsViewer providing the ability to run from server as a command line application.
SerializingOverSocketsViewerInstaller() - Constructor for class org.nakedobjects.remoting.server.SerializingOverSocketsViewerInstaller
 
SERVER_PORT - Static variable in class org.nakedobjects.remoting.server.SocketsViewerConstants
Used by all the XxxOverSockets viewers.
ServerConnection - Interface in org.nakedobjects.remoting.server
Acts as the mediator between the ServerMarshaller (which pulls stuff off the transport and pushes stuff on) and the ServerFacade, ie the rest of the Naked Objects System.
ServerConnectionDefault - Class in org.nakedobjects.remoting.server
 
ServerConnectionDefault(ServerFacade, ServerMarshaller) - Constructor for class org.nakedobjects.remoting.server.ServerConnectionDefault
 
ServerConnectionHandler - Class in org.nakedobjects.remoting.server
Standard processing for processing an inbound Request and generating an outbound ResponseEnvelope (or some sort of Exception).
ServerConnectionHandler(ServerConnection) - Constructor for class org.nakedobjects.remoting.server.ServerConnectionHandler
 
ServerFacade - Interface in org.nakedobjects.remoting.facade
previously called Distribution.
ServerFacadeImpl - Class in org.nakedobjects.remoting.facade.impl
previously called ServerDistribution.
ServerFacadeImpl(AuthenticationManager) - Constructor for class org.nakedobjects.remoting.facade.impl.ServerFacadeImpl
 
ServerFacadeLogger - Class in org.nakedobjects.remoting.facade
previously called DistributionLogger.
ServerFacadeLogger(ObjectEncoderDecoder, ServerFacade, String) - Constructor for class org.nakedobjects.remoting.facade.ServerFacadeLogger
 
ServerFacadeLogger(ObjectEncoderDecoder, ServerFacade) - Constructor for class org.nakedobjects.remoting.facade.ServerFacadeLogger
 
ServerFacadeProxy - Class in org.nakedobjects.remoting.facade.proxy
previously called ClientConnection.
ServerFacadeProxy(ClientConnection) - Constructor for class org.nakedobjects.remoting.facade.proxy.ServerFacadeProxy
 
ServerMarshaller - Interface in org.nakedobjects.remoting.protocol
 
session - Variable in class org.nakedobjects.remoting.exchange.RequestAbstract
 
setAssociation(SetAssociationRequest) - Method in class org.nakedobjects.remoting.facade.impl.ServerFacadeImpl
Applies to both OneToOneAssociations and OneToManyAssociations.
setAssociation(SetAssociationRequest) - Method in class org.nakedobjects.remoting.facade.proxy.ServerFacadeProxy
 
setAssociation(SetAssociationRequest) - Method in interface org.nakedobjects.remoting.facade.ServerFacade
 
setAssociation(SetAssociationRequest) - Method in class org.nakedobjects.remoting.facade.ServerFacadeLogger
 
SetAssociationRequest - Class in org.nakedobjects.remoting.exchange
 
SetAssociationRequest(AuthenticationSession, String, IdentityData, IdentityData) - Constructor for class org.nakedobjects.remoting.exchange.SetAssociationRequest
 
SetAssociationRequest(DataInputExtended) - Constructor for class org.nakedobjects.remoting.exchange.SetAssociationRequest
 
SetAssociationResponse - Class in org.nakedobjects.remoting.exchange
 
SetAssociationResponse(ObjectData[]) - Constructor for class org.nakedobjects.remoting.exchange.SetAssociationResponse
 
SetAssociationResponse(DataInputExtended) - Constructor for class org.nakedobjects.remoting.exchange.SetAssociationResponse
 
setConnection(PipedConnection) - Method in class org.nakedobjects.remoting.transport.pipe.PipedClient
 
setConnection(PipedConnection) - Method in class org.nakedobjects.remoting.transport.pipe.PipedServer
 
setEncoder(ObjectEncoderDecoder) - Method in class org.nakedobjects.remoting.facade.impl.ServerFacadeImpl
 
setException(RuntimeException) - Method in class org.nakedobjects.remoting.transport.pipe.PipedConnection
 
setFacade(ServerFacade) - Method in class org.nakedobjects.remoting.transport.pipe.PipedServer
 
setFieldContent(Data[]) - Method in interface org.nakedobjects.remoting.data.common.ObjectData
 
setFieldContent(Data[]) - Method in class org.nakedobjects.remoting.data.common.ObjectDataImpl
 
setIncomingConnection(ServerConnection) - Method in class org.nakedobjects.remoting.transport.socket.server.Worker
 
setObjectEncoder(ObjectEncoderDecoder) - Method in interface org.nakedobjects.remoting.protocol.encoding.internal.PersistenceQueryEncoder
Injected directly after instantiation (note that encoders can potentially be loaded reflectively, from the configuration using the key.
setObjectEncoder(ObjectEncoderDecoder) - Method in class org.nakedobjects.remoting.protocol.encoding.internal.PersistenceQueryEncoderAbstract
 
setProperty(NakedObject, NakedObject) - Method in class org.nakedobjects.remoting.client.facets.PropertySetterFacetWrapProxy
 
setRequest(Request) - Method in class org.nakedobjects.remoting.transport.pipe.PipedConnection
 
setResponse(Object) - Method in interface org.nakedobjects.remoting.exchange.Request
 
setResponse(Object) - Method in class org.nakedobjects.remoting.exchange.RequestAbstract
 
setResponse(ResponseEnvelope) - Method in class org.nakedobjects.remoting.transport.pipe.PipedConnection
 
setValue(SetValueRequest) - Method in class org.nakedobjects.remoting.facade.impl.ServerFacadeImpl
Applies only for OneToOneAssociations.
setValue(SetValueRequest) - Method in class org.nakedobjects.remoting.facade.proxy.ServerFacadeProxy
 
setValue(SetValueRequest) - Method in interface org.nakedobjects.remoting.facade.ServerFacade
 
setValue(SetValueRequest) - Method in class org.nakedobjects.remoting.facade.ServerFacadeLogger
 
SetValueRequest - Class in org.nakedobjects.remoting.exchange
 
SetValueRequest(AuthenticationSession, String, IdentityData, EncodableObjectData) - Constructor for class org.nakedobjects.remoting.exchange.SetValueRequest
 
SetValueRequest(DataInputExtended) - Constructor for class org.nakedobjects.remoting.exchange.SetValueRequest
 
SetValueResponse - Class in org.nakedobjects.remoting.exchange
 
SetValueResponse(ObjectData[]) - Constructor for class org.nakedobjects.remoting.exchange.SetValueResponse
 
SetValueResponse(DataInputExtended) - Constructor for class org.nakedobjects.remoting.exchange.SetValueResponse
 
shutdown() - Method in class org.nakedobjects.remoting.client.authorization.AuthorizationManagerProxy
 
shutdown() - Method in class org.nakedobjects.remoting.client.ClientConnectionDefault
 
shutdown() - Method in class org.nakedobjects.remoting.facade.impl.ServerFacadeImpl
 
shutdown() - Method in class org.nakedobjects.remoting.facade.proxy.ServerFacadeProxy
 
shutdown() - Method in class org.nakedobjects.remoting.facade.ServerFacadeLogger
 
shutdown() - Method in class org.nakedobjects.remoting.protocol.MarshallerAbstract
 
shutdown() - Method in class org.nakedobjects.remoting.server.SocketsViewerAbstract
 
shutdown() - Method in class org.nakedobjects.remoting.transport.pipe.PipedClient
 
shutdown() - Method in class org.nakedobjects.remoting.transport.simple.SimpleTransport
 
shutdown() - Method in class org.nakedobjects.remoting.transport.socket.server.WorkerPool
 
shutdown() - Method in class org.nakedobjects.remoting.transport.socket.SocketTransport
 
SimpleTransport - Class in org.nakedobjects.remoting.transport.simple
Simple implementation that simply wraps an already existing InputStream and OutputStream.
SimpleTransport(NakedObjectConfiguration, InputStream, OutputStream) - Constructor for class org.nakedobjects.remoting.transport.simple.SimpleTransport
 
SocketsViewerAbstract - Class in org.nakedobjects.remoting.server
 
SocketsViewerAbstract(ObjectEncoderDecoder) - Constructor for class org.nakedobjects.remoting.server.SocketsViewerAbstract
 
SocketsViewerConstants - Class in org.nakedobjects.remoting.server
 
SocketsViewerInstallerAbstract - Class in org.nakedobjects.remoting.server
 
SocketsViewerInstallerAbstract(String) - Constructor for class org.nakedobjects.remoting.server.SocketsViewerInstallerAbstract
 
SocketTransport - Class in org.nakedobjects.remoting.transport.socket
 
SocketTransport(NakedObjectConfiguration) - Constructor for class org.nakedobjects.remoting.transport.socket.SocketTransport
 
SocketTransportConstants - Class in org.nakedobjects.remoting.transport.socket
 
startTransaction() - Method in class org.nakedobjects.remoting.client.persistence.ClientSideTransactionManager
 

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.