Module org.eclipse.persistence.core
Class RMIConnection
java.lang.Object
org.eclipse.persistence.internal.sessions.remote.RemoteConnection
org.eclipse.persistence.sessions.remote.rmi.RMIConnection
- All Implemented Interfaces:
Serializable
This class exists on on the client side which talks to remote session controller through
RMI connection.
- See Also:
-
Field Summary
Fields inherited from class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
serviceName, session -
Constructor Summary
ConstructorsConstructorDescriptionRMIConnection(RMIRemoteSessionController controller) PUBLIC: The connection must be create from the server-side session controllers stub. -
Method Summary
Modifier and TypeMethodDescriptionvoidINTERNAL: Begin an early unit of work transaction.voidINTERNAL: Begin a transaction on the database.commitRootUnitOfWork(RemoteUnitOfWork theRemoteUnitOfWork) INTERNAL: Commit root unit of work from the client side to the server side.voidINTERNAL: Commit a transaction on the database.PUBLIC: Returns a remote session.voidcursoredStreamClose(ObjID remoteCursoredStreamOid) Used for closing cursored streams across RMI.cursoredStreamNextPage(RemoteCursoredStream remoteCursoredStream, ReadQuery query, DistributedSession session, int pageSize) Retrieve next page size of objects from the remote cursored streamintcursoredStreamSize(ObjID remoteCursoredStreamID) Return the cursored stream sizecursorSelectObjects(CursoredStreamPolicy policy, DistributedSession session) INTERNAL: Returns remote cursor streamcursorSelectObjects(ScrollableCursorPolicy policy, DistributedSession session) INTERNAL: Returns remote cursor streamINTERNAL Return the read-only classesgetDescriptor(Class<?> domainClass) INTERNAL: Return the table descriptor specified for the class.getDescriptorForAlias(String alias) INTERNAL: Return the table descriptor specified for the alias.getLogin()INTERNAL: Return the table descriptor specified for the class.INTERNAL: Return the remote session controllergetSequenceNumberNamed(Object remoteFunctionCall) INTERNAL: Perform remote function callvoidINTERNAL: Reset the cache on the server-side session.instantiateRemoteValueHolderOnServer(RemoteValueHolder remoteValueHolder) INTERNAL: Instantiate remote value holder on the servervoidprocessCommand(RemoteCommand command) ADVANCED: This method will send the command to the remote session for processingremoteExecute(DatabaseQuery query) INTERNAL: Execute the query on the server.remoteExecuteNamedQuery(String name, Class<?> javaClass, Vector arguments) INTERNAL: Execute query remotely.voidINTERNAL: Rollback a transaction on the database.booleanscrollableCursorAbsolute(ObjID remoteScrollableCursorOid, int rows) Moves the cursor to the given row number in the result setvoidscrollableCursorAfterLast(ObjID remoteScrollableCursorOid) Moves the cursor to the end of the result set, just after the last row.voidscrollableCursorBeforeFirst(ObjID remoteScrollableCursorOid) Moves the cursor to the front of the result set, just before the first rowvoidscrollableCursorClose(ObjID remoteScrollableCursorOid) Used for closing scrollable cursor across RMI.intscrollableCursorCurrentIndex(ObjID remoteScrollableCursorOid) Retrieves the current row index numberbooleanscrollableCursorFirst(ObjID remoteScrollableCursorOid) Moves the cursor to the first row in the result setbooleanscrollableCursorIsAfterLast(ObjID remoteScrollableCursorOid) Indicates whether the cursor is after the last row in the result set.booleanscrollableCursorIsBeforeFirst(ObjID remoteScrollableCursorOid) Indicates whether the cursor is before the first row in the result set.booleanscrollableCursorIsFirst(ObjID remoteScrollableCursorOid) Indicates whether the cursor is on the first row of the result set.booleanscrollableCursorIsLast(ObjID remoteScrollableCursorOid) Indicates whether the cursor is on the last row of the result set.booleanscrollableCursorLast(ObjID remoteScrollableCursorOid) Moves the cursor to the last row in the result setscrollableCursorNextObject(ObjID remoteScrollableCursorOid, ReadQuery query, DistributedSession session) Retrieve next object from the remote scrollable cursorscrollableCursorPreviousObject(ObjID remoteScrollableCursorOid, ReadQuery query, DistributedSession session) Retrieve previous object from the remote scrollable cursorbooleanscrollableCursorRelative(ObjID remoteScrollableCursorOid, int rows) Moves the cursor to the given row number in the result setintscrollableCursorSize(ObjID cursorId) Return the scrollable cursor sizevoidsetRemoteSessionController(RMIRemoteSessionController remoteSessionController) INTERNAL: Set remote session controllerMethods inherited from class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
fixObjectReferences, getServiceName, getSession, initialize, isConnected, release, setServiceName, setSession
-
Constructor Details
-
RMIConnection
PUBLIC: The connection must be create from the server-side session controllers stub. The session in then created from the connection through createRemoteSession().- See Also:
-
-
Method Details
-
processCommand
ADVANCED: This method will send the command to the remote session for processing- Specified by:
processCommandin classRemoteConnection- Parameters:
command- Contains a command that will be executed on the remote session- See Also:
-
beginTransaction
public void beginTransaction()INTERNAL: Begin a transaction on the database.- Specified by:
beginTransactionin classRemoteConnection
-
beginEarlyTransaction
public void beginEarlyTransaction()INTERNAL: Begin an early unit of work transaction.- Specified by:
beginEarlyTransactionin classRemoteConnection
-
commitRootUnitOfWork
INTERNAL: Commit root unit of work from the client side to the server side.- Specified by:
commitRootUnitOfWorkin classRemoteConnection
-
commitTransaction
public void commitTransaction()INTERNAL: Commit a transaction on the database.- Specified by:
commitTransactionin classRemoteConnection
-
createRemoteSession
PUBLIC: Returns a remote session.- Specified by:
createRemoteSessionin classRemoteConnection
-
cursoredStreamClose
Used for closing cursored streams across RMI.- Specified by:
cursoredStreamClosein classRemoteConnection
-
cursoredStreamNextPage
public Vector cursoredStreamNextPage(RemoteCursoredStream remoteCursoredStream, ReadQuery query, DistributedSession session, int pageSize) Retrieve next page size of objects from the remote cursored stream- Specified by:
cursoredStreamNextPagein classRemoteConnection
-
cursoredStreamSize
Return the cursored stream size- Specified by:
cursoredStreamSizein classRemoteConnection
-
cursorSelectObjects
public RemoteCursoredStream cursorSelectObjects(CursoredStreamPolicy policy, DistributedSession session) INTERNAL: Returns remote cursor stream- Specified by:
cursorSelectObjectsin classRemoteConnection
-
cursorSelectObjects
public RemoteScrollableCursor cursorSelectObjects(ScrollableCursorPolicy policy, DistributedSession session) INTERNAL: Returns remote cursor stream- Specified by:
cursorSelectObjectsin classRemoteConnection
-
getDefaultReadOnlyClasses
INTERNAL Return the read-only classes- Specified by:
getDefaultReadOnlyClassesin classRemoteConnection
-
getDescriptor
INTERNAL: Return the table descriptor specified for the class.- Specified by:
getDescriptorin classRemoteConnection
-
getDescriptorForAlias
INTERNAL: Return the table descriptor specified for the alias.- Specified by:
getDescriptorForAliasin classRemoteConnection
-
getLogin
INTERNAL: Return the table descriptor specified for the class.- Specified by:
getLoginin classRemoteConnection
-
getRemoteSessionController
INTERNAL: Return the remote session controller -
getSequenceNumberNamed
INTERNAL: Perform remote function call- Specified by:
getSequenceNumberNamedin classRemoteConnection
-
initializeIdentityMapsOnServerSession
public void initializeIdentityMapsOnServerSession()INTERNAL: Reset the cache on the server-side session.- Specified by:
initializeIdentityMapsOnServerSessionin classRemoteConnection
-
instantiateRemoteValueHolderOnServer
INTERNAL: Instantiate remote value holder on the server- Specified by:
instantiateRemoteValueHolderOnServerin classRemoteConnection
-
remoteExecute
INTERNAL: Execute the query on the server.- Specified by:
remoteExecutein classRemoteConnection
-
remoteExecuteNamedQuery
INTERNAL: Execute query remotely.- Specified by:
remoteExecuteNamedQueryin classRemoteConnection
-
rollbackTransaction
public void rollbackTransaction()INTERNAL: Rollback a transaction on the database.- Specified by:
rollbackTransactionin classRemoteConnection
-
scrollableCursorAbsolute
Moves the cursor to the given row number in the result set- Specified by:
scrollableCursorAbsolutein classRemoteConnection
-
scrollableCursorAfterLast
Moves the cursor to the end of the result set, just after the last row.- Specified by:
scrollableCursorAfterLastin classRemoteConnection
-
scrollableCursorBeforeFirst
Moves the cursor to the front of the result set, just before the first row- Specified by:
scrollableCursorBeforeFirstin classRemoteConnection
-
scrollableCursorClose
Used for closing scrollable cursor across RMI.- Specified by:
scrollableCursorClosein classRemoteConnection
-
scrollableCursorCurrentIndex
Retrieves the current row index number- Specified by:
scrollableCursorCurrentIndexin classRemoteConnection
-
scrollableCursorFirst
Moves the cursor to the first row in the result set- Specified by:
scrollableCursorFirstin classRemoteConnection
-
scrollableCursorIsAfterLast
Indicates whether the cursor is after the last row in the result set.- Specified by:
scrollableCursorIsAfterLastin classRemoteConnection
-
scrollableCursorIsBeforeFirst
Indicates whether the cursor is before the first row in the result set.- Specified by:
scrollableCursorIsBeforeFirstin classRemoteConnection
-
scrollableCursorIsFirst
Indicates whether the cursor is on the first row of the result set.- Specified by:
scrollableCursorIsFirstin classRemoteConnection
-
scrollableCursorIsLast
Indicates whether the cursor is on the last row of the result set.- Specified by:
scrollableCursorIsLastin classRemoteConnection
-
scrollableCursorLast
Moves the cursor to the last row in the result set- Specified by:
scrollableCursorLastin classRemoteConnection
-
scrollableCursorNextObject
public Object scrollableCursorNextObject(ObjID remoteScrollableCursorOid, ReadQuery query, DistributedSession session) Retrieve next object from the remote scrollable cursor- Specified by:
scrollableCursorNextObjectin classRemoteConnection
-
scrollableCursorPreviousObject
public Object scrollableCursorPreviousObject(ObjID remoteScrollableCursorOid, ReadQuery query, DistributedSession session) Retrieve previous object from the remote scrollable cursor- Specified by:
scrollableCursorPreviousObjectin classRemoteConnection
-
scrollableCursorRelative
Moves the cursor to the given row number in the result set- Specified by:
scrollableCursorRelativein classRemoteConnection
-
scrollableCursorSize
Return the scrollable cursor size- Specified by:
scrollableCursorSizein classRemoteConnection
-
setRemoteSessionController
INTERNAL: Set remote session controller
-