Uses of Class
org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
-
-
Uses of RemoteSessionController in org.eclipse.persistence.internal.sessions.remote
Fields in org.eclipse.persistence.internal.sessions.remote declared as RemoteSessionController Modifier and Type Field Description protected RemoteSessionControllerRemoteUnitOfWork. parentSessionControllerMethods in org.eclipse.persistence.internal.sessions.remote that return RemoteSessionController Modifier and Type Method Description RemoteSessionControllerRemoteUnitOfWork. getParentSessionController()INTERNAL: Method returns the parent RemoteSessionController for this Remote UnitOfWork Used to retrieve Valueholders that were used on the clientMethods in org.eclipse.persistence.internal.sessions.remote with parameters of type RemoteSessionController Modifier and Type Method Description voidRemoteCommand. execute(AbstractSession session, RemoteSessionController remoteSessionController)INTERNAL: This method is used bye the remote Session to execute the commandObjectRemoteFunctionCall. execute(AbstractSession session, RemoteSessionController remoteSessionController)INTERNAL: This method is used by the remote session controller to execute the function callvoidRemoveServerSideRemoteValueHolderCommand. execute(AbstractSession session, RemoteSessionController remoteSessionController)INTERNAL: This method is used bye the remote Session to execute the commandObjectSimpleFunctionCall. execute(AbstractSession session, RemoteSessionController remoteSessionController)INTERNAL: This method is used by remote session controller to execute the function callprotected voidReplaceValueHoldersIterator. initialize(RemoteSessionController controller)initialize instancevoidRemoteUnitOfWork. reinitializeForSession(AbstractSession session, RemoteSessionController parentSessionController)INTERNAL: Re-initialize for the server-side session.voidRemoteUnitOfWork. setParentSessionController(RemoteSessionController parentSessionController)INTERNAL: Sets the parent RemoteSessionController for this Remote UnitOfWork Used to retrieve Valueholders that were used on the clientConstructors in org.eclipse.persistence.internal.sessions.remote with parameters of type RemoteSessionController Constructor Description ReplaceValueHoldersIterator(RemoteSessionController controller)public constructor -
Uses of RemoteSessionController in org.eclipse.persistence.mappings
Methods in org.eclipse.persistence.mappings with parameters of type RemoteSessionController Modifier and Type Method Description MapCollectionMapping. replaceValueHoldersIn(Object object, RemoteSessionController controller)INTERNAL: replace the value holders in the specified reference object(s)MapDatabaseMapping. replaceValueHoldersIn(Object object, RemoteSessionController controller)INTERNAL: replace the value holders in the specified reference object(s)MapDirectCollectionMapping. replaceValueHoldersIn(Object object, RemoteSessionController controller)INTERNAL: replace the value holders in the specified reference object(s)MapForeignReferenceMapping. replaceValueHoldersIn(Object object, RemoteSessionController controller)INTERNAL: replace the value holders in the specified reference object(s) -
Uses of RemoteSessionController in org.eclipse.persistence.queries
Methods in org.eclipse.persistence.queries with parameters of type RemoteSessionController Modifier and Type Method Description MapDatabaseQuery. replaceValueHoldersIn(Object object, RemoteSessionController controller)INTERNAL: replace the value holders in the specified result object(s)MapReadAllQuery. replaceValueHoldersIn(Object object, RemoteSessionController controller)INTERNAL: replace the value holders in the specified result object(s)MapReadObjectQuery. replaceValueHoldersIn(Object object, RemoteSessionController controller)INTERNAL: replace the value holders in the specified result object(s)MapReportQuery. replaceValueHoldersIn(Object object, RemoteSessionController controller)INTERNAL: replace the value holders in the specified result object(s) -
Uses of RemoteSessionController in org.eclipse.persistence.sessions.remote.rmi
Fields in org.eclipse.persistence.sessions.remote.rmi declared as RemoteSessionController Modifier and Type Field Description protected RemoteSessionControllerRMIRemoteSessionControllerDispatcher. controllerStore the real controller.Methods in org.eclipse.persistence.sessions.remote.rmi that return RemoteSessionController Modifier and Type Method Description protected RemoteSessionControllerRMIRemoteSessionControllerDispatcher. getController()Return the controller.Methods in org.eclipse.persistence.sessions.remote.rmi with parameters of type RemoteSessionController Modifier and Type Method Description protected voidRMIRemoteSessionControllerDispatcher. setController(RemoteSessionController controller)Set the controller.
-