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

E

EncodableObjectData - Interface in org.nakedobjects.remoting.data.common
The data transfer object that contains the data for an encodeable object (ie one that has an EncodableFacet) in a form that can be passed over the network between a client and a server.
EncodableObjectDataImpl - Class in org.nakedobjects.remoting.data.common
 
EncodableObjectDataImpl(String, String) - Constructor for class org.nakedobjects.remoting.data.common.EncodableObjectDataImpl
 
EncodableObjectDataImpl(DataInputExtended) - Constructor for class org.nakedobjects.remoting.data.common.EncodableObjectDataImpl
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.data.common.CollectionDataImpl
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.data.common.EncodableObjectDataImpl
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.data.common.IdentityDataImpl
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.data.common.NullDataImpl
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.data.common.ObjectDataImpl
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.AuthorizationRequestAbstract
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.AuthorizationResponse
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.ClearAssociationRequest
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.ClearAssociationResponse
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.ClearValueRequest
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.ClearValueResponse
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.CloseSessionResponse
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.ExecuteClientActionRequest
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.ExecuteClientActionResponse
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.ExecuteServerActionRequest
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.ExecuteServerActionResponse
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.FindInstancesRequest
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.FindInstancesResponse
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.GetObjectRequest
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.GetObjectResponse
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.GetPropertiesRequest
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.GetPropertiesResponse
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.HasInstancesRequest
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.HasInstancesResponse
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.OidForServiceRequest
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.OidForServiceResponse
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.OpenSessionRequest
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.OpenSessionResponse
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.RequestAbstract
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.ResolveFieldRequest
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.ResolveFieldResponse
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.ResolveObjectRequest
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.ResolveObjectResponse
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.ResponseEnvelope
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.SetAssociationRequest
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.SetAssociationResponse
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.SetValueRequest
 
encode(DataOutputExtended) - Method in class org.nakedobjects.remoting.exchange.SetValueResponse
 
encode(PersistenceQuery) - Method in interface org.nakedobjects.remoting.protocol.encoding.internal.PersistenceQueryEncoder
 
encode(PersistenceQuery) - Method in class org.nakedobjects.remoting.protocol.encoding.internal.PersistenceQueryFindAllInstancesEncoder
 
encode(PersistenceQuery) - Method in class org.nakedobjects.remoting.protocol.encoding.internal.PersistenceQueryFindByPatternEncoder
 
encode(PersistenceQuery) - Method in class org.nakedobjects.remoting.protocol.encoding.internal.PersistenceQueryFindByTitleEncoder
 
encode(PersistenceQuery) - Method in class org.nakedobjects.remoting.protocol.encoding.internal.PersistenceQueryFindUsingApplibQueryDefaultEncoder
 
encode(PersistenceQuery) - Method in class org.nakedobjects.remoting.protocol.encoding.internal.PersistenceQueryFindUsingApplibQuerySerializableEncoder
 
encodeActionParameters(NakedObjectSpecification[], NakedObject[], KnownObjectsRequest) - Method in interface org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoder
 
encodeActionParameters(NakedObjectSpecification[], NakedObject[], KnownObjectsRequest) - Method in class org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoderDefault
Called client-side only: by ActionInvocationFacetWrapProxy.invoke(NakedObject, NakedObject[]) by PersistenceQueryFindByPatternEncoder.encode(PersistenceQuery) by hibernate's equivalent encoder
encodeActionTarget(NakedObject, KnownObjectsRequest) - Method in interface org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoder
 
encodeActionTarget(NakedObject, KnownObjectsRequest) - Method in class org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoderDefault
Called client-side only: by ActionInvocationFacetWrapProxy.invoke(NakedObject, NakedObject[]) (calling remotely)
encodeAsValue(NakedObject) - Method in interface org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoder
 
encodeAsValue(NakedObject) - Method in class org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoderDefault
Called client-side only: by PropertySetterFacetWrapProxy.setProperty(NakedObject, NakedObject)
encodeAuthorizeResponse(boolean) - Method in interface org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoder
 
encodeAuthorizeResponse(boolean) - Method in class org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoderDefault
 
encodeClientActionResult(ReferenceData[], Version[], ObjectData[]) - Method in interface org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoder
 
encodeClientActionResult(ReferenceData[], Version[], ObjectData[]) - Method in class org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoderDefault
Called server-side only: by ServerFacadeImpl.executeClientAction(ExecuteClientActionRequest)
encodeCompletePersistentGraph(NakedObject) - Method in interface org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoder
Creates an ObjectData that contains all the data for all the objects in the graph.
encodeCompletePersistentGraph(NakedObject) - Method in class org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoderDefault
Encodes a complete set of data for the specified object.
encodeForResolveField(NakedObject, String) - Method in interface org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoder
 
encodeForResolveField(NakedObject, String) - Method in class org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoderDefault
Called server-side only: by ServerFacadeImpl.resolveField(ResolveFieldRequest)
encodeForUpdate(NakedObject) - Method in interface org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoder
Creates an ObjectData that contains the data for the specified object, but not the data for any referenced objects.
encodeForUpdate(NakedObject) - Method in class org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoderDefault
Encodes a minimal set of data for the specified object.
encodeGraphForChangedObject(NakedObject, KnownObjectsRequest) - Method in interface org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoder
 
encodeGraphForChangedObject(NakedObject, KnownObjectsRequest) - Method in class org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoderDefault
Called client-side only: by ClientSideTransactionManager.endTransaction()
encodeIdentityData(NakedObject) - Method in interface org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoder
 
encodeIdentityData(NakedObject) - Method in class org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoderDefault
Creates a ReferenceData that contains the type, version and OID for the specified object.
encodeMadePersistentGraph(ObjectData, NakedObject) - Method in interface org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoder
Creates a graph of ReferenceData objects (mirroring the graph of transient objects) to transfer the OIDs and Versions for each object that was made persistent during the makePersistent call.
encodeMadePersistentGraph(ObjectData, NakedObject) - Method in class org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoderDefault
Called server-side only: by ServerFacadeImpl.executeServerAction(ExecuteServerActionRequest)
encodeMakePersistentGraph(NakedObject, KnownObjectsRequest) - Method in interface org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoder
Creates an ObjectData that contains all the data for all the transient objects in the specified transient object.
encodeMakePersistentGraph(NakedObject, KnownObjectsRequest) - Method in class org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoderDefault
Called client-side only: by ClientSideTransactionManager.endTransaction()
encodeObject(NakedObject) - Method in class org.nakedobjects.remoting.protocol.encoding.internal.PersistenceQueryEncoderAbstract
Convenience method for any implementations that need to map over NakedObjects.
encodePersistenceQuery(PersistenceQuery) - Method in interface org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoder
 
encodePersistenceQuery(PersistenceQuery) - Method in class org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoderDefault
Called client-side only: by PersistenceSessionAbstract.findInstances(PersistenceQuery)
ENCODER_CLASS_NAME_LIST - Static variable in class org.nakedobjects.remoting.protocol.encoding.EncodingProtocolConstants
 
ENCODER_CLASS_NAME_LIST_DEPRECATED - Static variable in class org.nakedobjects.remoting.protocol.encoding.EncodingProtocolConstants
 
encodeServerActionResult(NakedObject, ObjectData[], ReferenceData[], ObjectData, ObjectData[], String[], String[]) - Method in interface org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoder
 
encodeServerActionResult(NakedObject, ObjectData[], ReferenceData[], ObjectData, ObjectData[], String[], String[]) - Method in class org.nakedobjects.remoting.protocol.encoding.internal.ObjectEncoderDecoderDefault
Called server-side only: by ServerFacadeImpl.executeServerAction(ExecuteServerActionRequest)
EncodingMarshaller - Class in org.nakedobjects.remoting.protocol.encoding
 
EncodingMarshaller(NakedObjectConfiguration, Transport) - Constructor for class org.nakedobjects.remoting.protocol.encoding.EncodingMarshaller
 
EncodingOverSocketsProxyInstaller - Class in org.nakedobjects.remoting.client
 
EncodingOverSocketsProxyInstaller() - Constructor for class org.nakedobjects.remoting.client.EncodingOverSocketsProxyInstaller
 
EncodingOverSocketsViewer - Class in org.nakedobjects.remoting.server
 
EncodingOverSocketsViewer(ObjectEncoderDecoder) - Constructor for class org.nakedobjects.remoting.server.EncodingOverSocketsViewer
 
EncodingOverSocketsViewerInstaller - Class in org.nakedobjects.remoting.server
Implementation of a NakedObjectsViewer providing the ability to run from server as a command line application.
EncodingOverSocketsViewerInstaller() - Constructor for class org.nakedobjects.remoting.server.EncodingOverSocketsViewerInstaller
 
EncodingProtocolConstants - Class in org.nakedobjects.remoting.protocol.encoding
 
endTransaction() - Method in class org.nakedobjects.remoting.client.persistence.ClientSideTransactionManager
 
equals(Object) - Method in class org.nakedobjects.remoting.client.transaction.ClientTransactionEvent
 
equals(Object) - Method in class org.nakedobjects.remoting.exchange.KnownObjectsRequest
 
execute(ServerFacade) - Method in class org.nakedobjects.remoting.exchange.AuthorizationRequestUsability
 
execute(ServerFacade) - Method in class org.nakedobjects.remoting.exchange.AuthorizationRequestVisibility
Sets a response of an AuthorizationResponse.
execute(ServerFacade) - Method in class org.nakedobjects.remoting.exchange.ClearAssociationRequest
Sets a response of a ClearAssociationResponse.
execute(ServerFacade) - Method in class org.nakedobjects.remoting.exchange.ClearValueRequest
Sets a response of ObjectData[] (array).
execute(ServerFacade) - Method in class org.nakedobjects.remoting.exchange.CloseSessionRequest
Sets a response to CloseSessionResponse.
execute(ServerFacade) - Method in class org.nakedobjects.remoting.exchange.ExecuteClientActionRequest
Sets a response of a ExecuteClientActionResponse.
execute(ServerFacade) - Method in class org.nakedobjects.remoting.exchange.ExecuteServerActionRequest
Sets a response of a ExecuteServerActionResponse.
execute(ServerFacade) - Method in class org.nakedobjects.remoting.exchange.FindInstancesRequest
Sets a response of a FindInstancesResponse.
execute(ServerFacade) - Method in class org.nakedobjects.remoting.exchange.GetObjectRequest
Sets a response of a GetObjectResponse.
execute(ServerFacade) - Method in class org.nakedobjects.remoting.exchange.GetPropertiesRequest
Sets a response of a GetPropertiesResponse.
execute(ServerFacade) - Method in class org.nakedobjects.remoting.exchange.HasInstancesRequest
Sets a response of a HasInstancesResponse.
execute(ServerFacade) - Method in class org.nakedobjects.remoting.exchange.OidForServiceRequest
Sets a response of a simple Boolean.
execute(ServerFacade) - Method in class org.nakedobjects.remoting.exchange.OpenSessionRequest
Sets a response of an AuthenticationSession.
execute(ServerFacade) - Method in interface org.nakedobjects.remoting.exchange.Request
 
execute(ServerFacade) - Method in class org.nakedobjects.remoting.exchange.ResolveFieldRequest
Sets a response of a ResolveFieldResponse.
execute(ServerFacade) - Method in class org.nakedobjects.remoting.exchange.ResolveObjectRequest
Sets a response of an ObjectData.
execute(ServerFacade) - Method in class org.nakedobjects.remoting.exchange.SetAssociationRequest
Sets a response of SetAssociationResponse.
execute(ServerFacade) - Method in class org.nakedobjects.remoting.exchange.SetValueRequest
Sets a response of SetValueResponse
executeClientAction(ExecuteClientActionRequest) - Method in class org.nakedobjects.remoting.facade.impl.ServerFacadeImpl
 
executeClientAction(ExecuteClientActionRequest) - Method in class org.nakedobjects.remoting.facade.proxy.ServerFacadeProxy
 
executeClientAction(ExecuteClientActionRequest) - Method in interface org.nakedobjects.remoting.facade.ServerFacade
 
executeClientAction(ExecuteClientActionRequest) - Method in class org.nakedobjects.remoting.facade.ServerFacadeLogger
 
ExecuteClientActionRequest - Class in org.nakedobjects.remoting.exchange
 
ExecuteClientActionRequest(AuthenticationSession, ReferenceData[], int[]) - Constructor for class org.nakedobjects.remoting.exchange.ExecuteClientActionRequest
 
ExecuteClientActionRequest(DataInputExtended) - Constructor for class org.nakedobjects.remoting.exchange.ExecuteClientActionRequest
 
ExecuteClientActionResponse - Class in org.nakedobjects.remoting.exchange
 
ExecuteClientActionResponse(ReferenceData[], Version[], ObjectData[]) - Constructor for class org.nakedobjects.remoting.exchange.ExecuteClientActionResponse
 
ExecuteClientActionResponse(DataInputExtended) - Constructor for class org.nakedobjects.remoting.exchange.ExecuteClientActionResponse
 
executeRemotely(Request) - Method in interface org.nakedobjects.remoting.client.ClientConnection
 
executeRemotely(Request) - Method in class org.nakedobjects.remoting.client.ClientConnectionDefault
 
executeRemotely(Request) - Method in class org.nakedobjects.remoting.transport.pipe.PipedClient
 
executeServerAction(ExecuteServerActionRequest) - Method in class org.nakedobjects.remoting.facade.impl.ServerFacadeImpl
 
executeServerAction(ExecuteServerActionRequest) - Method in class org.nakedobjects.remoting.facade.proxy.ServerFacadeProxy
 
executeServerAction(ExecuteServerActionRequest) - Method in interface org.nakedobjects.remoting.facade.ServerFacade
 
executeServerAction(ExecuteServerActionRequest) - Method in class org.nakedobjects.remoting.facade.ServerFacadeLogger
 
ExecuteServerActionRequest - Class in org.nakedobjects.remoting.exchange
 
ExecuteServerActionRequest(AuthenticationSession, NakedObjectActionType, String, ReferenceData, Data[]) - Constructor for class org.nakedobjects.remoting.exchange.ExecuteServerActionRequest
 
ExecuteServerActionRequest(DataInputExtended) - Constructor for class org.nakedobjects.remoting.exchange.ExecuteServerActionRequest
 
ExecuteServerActionResponse - Class in org.nakedobjects.remoting.exchange
 
ExecuteServerActionResponse(Data, ObjectData[], ReferenceData[], ObjectData, ObjectData[], String[], String[]) - Constructor for class org.nakedobjects.remoting.exchange.ExecuteServerActionResponse
 
ExecuteServerActionResponse(DataInputExtended) - Constructor for class org.nakedobjects.remoting.exchange.ExecuteServerActionResponse
 

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.