Uses of Class
org.eclipse.persistence.internal.sessions.remote.Transporter
-
Packages that use Transporter Package Description org.eclipse.persistence.internal.sessions.remote org.eclipse.persistence.queries org.eclipse.persistence.sessions.remote.rmi -
-
Uses of Transporter in org.eclipse.persistence.internal.sessions.remote
Methods in org.eclipse.persistence.internal.sessions.remote that return Transporter Modifier and Type Method Description TransporterRemoteSessionController. beginEarlyTransaction()Begin an early unit of work transaction.TransporterRemoteSessionController. beginTransaction()Begin a transaction on the database.TransporterRemoteSessionController. closeScrollableCursor(ObjID id)Used for closing scrolable cursor across RMI.TransporterRemoteSessionController. commitRootUnitOfWork(Transporter remoteTransporter)Remote unit of work after serialization is commited locally.TransporterRemoteSessionController. commitTransaction()Commit a transaction on the database.TransporterRemoteSessionController. cursoredStreamClose(Transporter remoteCursoredStreamOid)Used for closing cursored streams across RMI.TransporterRemoteSessionController. cursoredStreamNextpage(Transporter remoteCursoredId, int pageSize)Retrieve next page of objects from the remote cursored stream once, avoid page size round trips from the server to the clientTransporterRemoteSessionController. cursoredStreamSize(Transporter remoteCursoredStreamOid)Return the wrapped cursored stream from the serverTransporterRemoteSessionController. cursorSelectObjects(Transporter remoteTransporter)Returns a remote cursor stub in a transporterTransporterRemoteSessionController. executeNamedQuery(Transporter nameTransporter, Transporter classTransporter, Transporter argumentsTransporter)A named query after serialization is executed locally.TransporterRemoteSessionController. executeQuery(Transporter remoteTransporter)A remote query after serialization is executed locally.TransporterRemoteSessionController. getDefaultReadOnlyClasses()return the read-only classesTransporterRemoteSessionController. getDescriptor(Transporter remoteTransporter)Extract descriptor from the sessionTransporterRemoteSessionController. getDescriptorForAlias(Transporter remoteTransporter)Extract descriptor from the sessionTransporterRemoteSessionController. getLogin()Get the associated session login.TransporterRemoteSessionController. getSequenceNumberNamed(Transporter remoteFunctionCall)INTERNAL: Get the value returned by remote function callTransporterRemoteSessionController. initializeIdentityMapsOnServerSession()Initalize all the server side identity maps.abstract TransporterRemoteConnection. instantiateRemoteValueHolderOnServer(RemoteValueHolder remoteValueHolder)Instantiated remote value holder.TransporterRemoteSessionController. instantiateRemoteValueHolderOnServer(Transporter remoteTransporter)The corresponding original value holder is instantiated.TransporterRemoteSessionController. processCommand(Transporter remoteCommand)INTERNAL: This method is intended to be used by by sessions that wish to execute a command on a remote sessionabstract TransporterRemoteConnection. remoteExecute(DatabaseQuery query)Execute query remotely.abstract TransporterRemoteConnection. remoteExecuteNamedQuery(String name, Class<?> javaClass, Vector arguments)Execute query remotely.TransporterRemoteSessionController. rollbackTransaction()Rollback a transaction on the database.TransporterRemoteSessionController. scrollableCursorAbsolute(Transporter remoteScrollableCursorOid, int rows)Moves the cursor to the given row number in the result setTransporterRemoteSessionController. scrollableCursorAfterLast(Transporter remoteScrollableCursorOid)Moves the cursor to the end of the result set, just after the last row.TransporterRemoteSessionController. scrollableCursorBeforeFirst(Transporter remoteScrollableCursorOid)Moves the cursor to the front of the result set, just before the first rowTransporterRemoteSessionController. scrollableCursorClose(Transporter remoteScrollableCursorOid)Used for closing cursored streams across RMI.TransporterRemoteSessionController. scrollableCursorCurrentIndex(Transporter remoteScrollableCursorOid)Retrieves the current row index numberTransporterRemoteSessionController. scrollableCursorFirst(Transporter remoteScrollableCursorOid)Moves the cursor to the first row in the result setTransporterRemoteSessionController. scrollableCursorIsAfterLast(Transporter remoteScrollableCursorOid)Indicates whether the cursor is after the last row in the result set.TransporterRemoteSessionController. scrollableCursorIsBeforeFirst(Transporter remoteScrollableCursorOid)Indicates whether the cursor is before the first row in the result set.TransporterRemoteSessionController. scrollableCursorIsFirst(Transporter remoteScrollableCursorOid)Indicates whether the cursor is on the first row of the result set.TransporterRemoteSessionController. scrollableCursorIsLast(Transporter remoteScrollableCursorOid)Indicates whether the cursor is on the last row of the result set.TransporterRemoteSessionController. scrollableCursorLast(Transporter remoteScrollableCursorOid)Moves the cursor to the last row in the result setTransporterRemoteSessionController. scrollableCursorNextObject(Transporter remoteScrollableCursorOid)Retrieve next object from the scrollable cursorTransporterRemoteSessionController. scrollableCursorPreviousObject(Transporter remoteScrollableCursorOid)Retrieve previous object from the scrollable cursorTransporterRemoteSessionController. scrollableCursorRelative(Transporter remoteScrollableCursorOid, int rows)Moves the cursor to the given row number in the result setTransporterRemoteSessionController. scrollableCursorSize(Transporter remoteCursorOid)Return the scrollable cursor size from the serverMethods in org.eclipse.persistence.internal.sessions.remote with parameters of type Transporter Modifier and Type Method Description TransporterRemoteSessionController. commitRootUnitOfWork(Transporter remoteTransporter)Remote unit of work after serialization is commited locally.TransporterRemoteSessionController. cursoredStreamClose(Transporter remoteCursoredStreamOid)Used for closing cursored streams across RMI.TransporterRemoteSessionController. cursoredStreamNextpage(Transporter remoteCursoredId, int pageSize)Retrieve next page of objects from the remote cursored stream once, avoid page size round trips from the server to the clientTransporterRemoteSessionController. cursoredStreamSize(Transporter remoteCursoredStreamOid)Return the wrapped cursored stream from the serverTransporterRemoteSessionController. cursorSelectObjects(Transporter remoteTransporter)Returns a remote cursor stub in a transporterTransporterRemoteSessionController. executeNamedQuery(Transporter nameTransporter, Transporter classTransporter, Transporter argumentsTransporter)A named query after serialization is executed locally.TransporterRemoteSessionController. executeQuery(Transporter remoteTransporter)A remote query after serialization is executed locally.voidRemoteConnection. fixObjectReferences(Transporter remoteCursoredStream, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the remote client.TransporterRemoteSessionController. getDescriptor(Transporter remoteTransporter)Extract descriptor from the sessionTransporterRemoteSessionController. getDescriptorForAlias(Transporter remoteTransporter)Extract descriptor from the sessionTransporterRemoteSessionController. getSequenceNumberNamed(Transporter remoteFunctionCall)INTERNAL: Get the value returned by remote function callTransporterRemoteSessionController. instantiateRemoteValueHolderOnServer(Transporter remoteTransporter)The corresponding original value holder is instantiated.TransporterRemoteSessionController. processCommand(Transporter remoteCommand)INTERNAL: This method is intended to be used by by sessions that wish to execute a command on a remote sessionTransporterRemoteSessionController. scrollableCursorAbsolute(Transporter remoteScrollableCursorOid, int rows)Moves the cursor to the given row number in the result setTransporterRemoteSessionController. scrollableCursorAfterLast(Transporter remoteScrollableCursorOid)Moves the cursor to the end of the result set, just after the last row.TransporterRemoteSessionController. scrollableCursorBeforeFirst(Transporter remoteScrollableCursorOid)Moves the cursor to the front of the result set, just before the first rowTransporterRemoteSessionController. scrollableCursorClose(Transporter remoteScrollableCursorOid)Used for closing cursored streams across RMI.TransporterRemoteSessionController. scrollableCursorCurrentIndex(Transporter remoteScrollableCursorOid)Retrieves the current row index numberTransporterRemoteSessionController. scrollableCursorFirst(Transporter remoteScrollableCursorOid)Moves the cursor to the first row in the result setTransporterRemoteSessionController. scrollableCursorIsAfterLast(Transporter remoteScrollableCursorOid)Indicates whether the cursor is after the last row in the result set.TransporterRemoteSessionController. scrollableCursorIsBeforeFirst(Transporter remoteScrollableCursorOid)Indicates whether the cursor is before the first row in the result set.TransporterRemoteSessionController. scrollableCursorIsFirst(Transporter remoteScrollableCursorOid)Indicates whether the cursor is on the first row of the result set.TransporterRemoteSessionController. scrollableCursorIsLast(Transporter remoteScrollableCursorOid)Indicates whether the cursor is on the last row of the result set.TransporterRemoteSessionController. scrollableCursorLast(Transporter remoteScrollableCursorOid)Moves the cursor to the last row in the result setTransporterRemoteSessionController. scrollableCursorNextObject(Transporter remoteScrollableCursorOid)Retrieve next object from the scrollable cursorTransporterRemoteSessionController. scrollableCursorPreviousObject(Transporter remoteScrollableCursorOid)Retrieve previous object from the scrollable cursorTransporterRemoteSessionController. scrollableCursorRelative(Transporter remoteScrollableCursorOid, int rows)Moves the cursor to the given row number in the result setTransporterRemoteSessionController. scrollableCursorSize(Transporter remoteCursorOid)Return the scrollable cursor size from the server -
Uses of Transporter in org.eclipse.persistence.queries
Methods in org.eclipse.persistence.queries with parameters of type Transporter Modifier and Type Method Description ObjectDatabaseQuery. extractRemoteResult(Transporter transporter)INTERNAL: Extract the correct query result from the transporter.ObjectReadAllQuery. extractRemoteResult(Transporter transporter)INTERNAL: Extract the correct query result from the transporter.ObjectReadObjectQuery. extractRemoteResult(Transporter transporter)INTERNAL: Extract the correct query result from the transporter.ObjectReportQuery. extractRemoteResult(Transporter transporter)INTERNAL: Extract the correct query result from the transporter. -
Uses of Transporter in org.eclipse.persistence.sessions.remote.rmi
Methods in org.eclipse.persistence.sessions.remote.rmi that return Transporter Modifier and Type Method Description TransporterRMIRemoteSessionController. beginEarlyTransaction()TransporterRMIRemoteSessionControllerDispatcher. beginEarlyTransaction()Begin an early unit of work transaction.TransporterRMIRemoteSessionController. beginTransaction()TransporterRMIRemoteSessionControllerDispatcher. beginTransaction()Begin a transaction on the database.TransporterRMIRemoteSessionController. commitRootUnitOfWork(Transporter remoteUnitOfWork)To commit remote unit of work on the server side.TransporterRMIRemoteSessionControllerDispatcher. commitRootUnitOfWork(Transporter remoteUnitOfWork)Remote unit of work after serialization is committed locally.TransporterRMIRemoteSessionController. commitTransaction()Commit a transaction on the database.TransporterRMIRemoteSessionControllerDispatcher. commitTransaction()Commit a transaction on the database.TransporterRMIRemoteSessionController. cursoredStreamClose(Transporter remoetCursoredStreamID)Used for closing cursored streams across RMI.TransporterRMIRemoteSessionControllerDispatcher. cursoredStreamClose(Transporter remoteCursoredStreamID)Used for closing cursored streams across RMI.TransporterRMIRemoteSessionController. cursoredStreamNextPage(Transporter remoteCursoredStream, int pageSize)Retrieve next page size of objects from the remote cursored streamTransporterRMIRemoteSessionControllerDispatcher. cursoredStreamNextPage(Transporter remoteCursoredStream, int pageSize)Retrieve next page size of objects from the remote cursored streamTransporterRMIRemoteSessionController. cursoredStreamSize(Transporter cursoredStream)INTERNAL: Return the cursored stream sizeTransporterRMIRemoteSessionControllerDispatcher. cursoredStreamSize(Transporter remoteCursoredStreamOid)Return the cursored stream sizeTransporterRMIRemoteSessionController. cursorSelectObjects(Transporter policy)To get remote cursor stub in a transporterTransporterRMIRemoteSessionControllerDispatcher. cursorSelectObjects(Transporter remoteTransporter)Returns a remote cursor stub in a transporterTransporterRMIRemoteSessionController. executeNamedQuery(Transporter name, Transporter theClass, Transporter arguments)A remote query after serialization is executed locally.TransporterRMIRemoteSessionControllerDispatcher. executeNamedQuery(Transporter nameTransporter, Transporter classTransporter, Transporter argumentsTransporter)A remote query after serialization is executed locally.TransporterRMIRemoteSessionController. executeQuery(Transporter query)To execute remote query on the server side.TransporterRMIRemoteSessionControllerDispatcher. executeQuery(Transporter query)A remote query after serialization is executed locally.TransporterRMIRemoteSessionController. getDefaultReadOnlyClasses()To get the default read-only classes from the server side.TransporterRMIRemoteSessionControllerDispatcher. getDefaultReadOnlyClasses()Get the default read-only classesTransporterRMIRemoteSessionController. getDescriptor(Transporter domainClass)To get descriptor from the server sideTransporterRMIRemoteSessionControllerDispatcher. getDescriptor(Transporter theClass)Extract descriptor from the sessionTransporterRMIRemoteSessionController. getDescriptorForAlias(Transporter alias)To get descriptor from the server sideTransporterRMIRemoteSessionControllerDispatcher. getDescriptorForAlias(Transporter alias)Extract descriptor from the sessionTransporterRMIRemoteSessionController. getLogin()To get login from the server sideTransporterRMIRemoteSessionControllerDispatcher. getLogin()Get the associated session login.TransporterRMIRemoteSessionController. getSequenceNumberNamed(Transporter remoteFunctionCall)INTERNAL: Get the value returned by remote function callTransporterRMIRemoteSessionControllerDispatcher. getSequenceNumberNamed(Transporter remoteFunctionCall)INTERNAL: Get the value returned by remote function callTransporterRMIRemoteSessionController. initializeIdentityMapsOnServerSession()TransporterRMIRemoteSessionControllerDispatcher. initializeIdentityMapsOnServerSession()TransporterRMIConnection. instantiateRemoteValueHolderOnServer(RemoteValueHolder remoteValueHolder)INTERNAL: Instantiate remote value holder on the serverTransporterRMIRemoteSessionController. instantiateRemoteValueHolderOnServer(Transporter remoteValueHolder)To instantiate remote value holder on the server side.TransporterRMIRemoteSessionControllerDispatcher. instantiateRemoteValueHolderOnServer(Transporter remoteValueHolder)The corresponding original value holder is instantiated.TransporterRMIRemoteSessionController. processCommand(Transporter remoteTransporter)INTERNAL: This method is intended to be used by by sessions that wish to execute a command on a remote sessionTransporterRMIRemoteSessionControllerDispatcher. processCommand(Transporter remoteTransporter)INTERNAL: This method is intended to be used by by sessions that wish to execute a command on a remote sessionTransporterRMIConnection. remoteExecute(DatabaseQuery query)INTERNAL: Execute the query on the server.TransporterRMIConnection. remoteExecuteNamedQuery(String name, Class<?> javaClass, Vector arguments)INTERNAL: Execute query remotely.TransporterRMIRemoteSessionController. rollbackTransaction()Rollback a transaction on the database.TransporterRMIRemoteSessionControllerDispatcher. rollbackTransaction()Rollback a transaction on the database.TransporterRMIRemoteSessionController. scrollableCursorAbsolute(Transporter remoteScrollableCursorOid, int rows)Moves the cursor to the given row number in the result setTransporterRMIRemoteSessionControllerDispatcher. scrollableCursorAbsolute(Transporter remoteScrollableCursorOid, int rows)Moves the cursor to the given row number in the result setTransporterRMIRemoteSessionController. scrollableCursorAfterLast(Transporter remoteScrollableCursorOid)Moves the cursor to the end of the result set, just after the last row.TransporterRMIRemoteSessionControllerDispatcher. scrollableCursorAfterLast(Transporter remoteScrollableCursorOid)Moves the cursor to the end of the result set, just after the last row.TransporterRMIRemoteSessionController. scrollableCursorBeforeFirst(Transporter remoteScrollableCursor)Moves the cursor to the front of the result set, just before the first rowTransporterRMIRemoteSessionControllerDispatcher. scrollableCursorBeforeFirst(Transporter remoteScrollableCursor)Moves the cursor to the front of the result set, just before the first rowTransporterRMIRemoteSessionController. scrollableCursorClose(Transporter remoteScrollableCursorOid)Used for closing scrollable cursor across RMI.TransporterRMIRemoteSessionControllerDispatcher. scrollableCursorClose(Transporter remoteScrollableCursorOid)Used for closing scrollable cursor across RMI.TransporterRMIRemoteSessionController. scrollableCursorCurrentIndex(Transporter remoteScrollableCursor)Retrieves the current row index numberTransporterRMIRemoteSessionControllerDispatcher. scrollableCursorCurrentIndex(Transporter remoteScrollableCursor)Retrieves the current row index numberTransporterRMIRemoteSessionController. scrollableCursorFirst(Transporter remoteScrollableCursor)Moves the cursor to the first row in the result setTransporterRMIRemoteSessionControllerDispatcher. scrollableCursorFirst(Transporter remoteScrollableCursor)Moves the cursor to the first row in the result setTransporterRMIRemoteSessionController. scrollableCursorIsAfterLast(Transporter remoteScrollableCursor)Indicates whether the cursor is after the last row in the result set.TransporterRMIRemoteSessionControllerDispatcher. scrollableCursorIsAfterLast(Transporter remoteScrollableCursor)Indicates whether the cursor is after the last row in the result set.TransporterRMIRemoteSessionController. scrollableCursorIsBeforeFirst(Transporter remoteScrollableCursor)Indicates whether the cursor is before the first row in the result set.TransporterRMIRemoteSessionControllerDispatcher. scrollableCursorIsBeforeFirst(Transporter remoteScrollableCursor)Indicates whether the cursor is before the first row in the result set.TransporterRMIRemoteSessionController. scrollableCursorIsFirst(Transporter remoteScrollableCursor)Indicates whether the cursor is on the first row of the result set.TransporterRMIRemoteSessionControllerDispatcher. scrollableCursorIsFirst(Transporter remoteScrollableCursor)Indicates whether the cursor is on the first row of the result set.TransporterRMIRemoteSessionController. scrollableCursorIsLast(Transporter remoteScrollableCursor)Indicates whether the cursor is on the last row of the result set.TransporterRMIRemoteSessionControllerDispatcher. scrollableCursorIsLast(Transporter remoteScrollableCursor)Indicates whether the cursor is on the last row of the result set.TransporterRMIRemoteSessionController. scrollableCursorLast(Transporter remoteScrollableCursor)Moves the cursor to the last row in the result setTransporterRMIRemoteSessionControllerDispatcher. scrollableCursorLast(Transporter remoteScrollableCursor)Moves the cursor to the last row in the result setTransporterRMIRemoteSessionController. scrollableCursorNextObject(Transporter scrollableCursorOid)INTERNAL: Retrieve next object from the scrollable cursorTransporterRMIRemoteSessionControllerDispatcher. scrollableCursorNextObject(Transporter scrollableCursorOid)Retrieve next object from the scrollable cursorTransporterRMIRemoteSessionController. scrollableCursorPreviousObject(Transporter scrollableCursorOid)INTERNAL: Retrieve previous object from the scrollable cursorTransporterRMIRemoteSessionControllerDispatcher. scrollableCursorPreviousObject(Transporter scrollableCursorOid)Retrieve previous object from the scrollable cursorTransporterRMIRemoteSessionController. scrollableCursorRelative(Transporter remoteScrollableCursor, int rows)Moves the cursor to the given row number in the result setTransporterRMIRemoteSessionControllerDispatcher. scrollableCursorRelative(Transporter remoteScrollableCursor, int rows)Moves the cursor to the given row number in the result setTransporterRMIRemoteSessionController. scrollableCursorSize(Transporter cursoredStream)INTERNAL: Return the cursor sizeTransporterRMIRemoteSessionControllerDispatcher. scrollableCursorSize(Transporter remoteCursorOid)Return the cursor sizeMethods in org.eclipse.persistence.sessions.remote.rmi with parameters of type Transporter Modifier and Type Method Description TransporterRMIRemoteSessionController. commitRootUnitOfWork(Transporter remoteUnitOfWork)To commit remote unit of work on the server side.TransporterRMIRemoteSessionControllerDispatcher. commitRootUnitOfWork(Transporter remoteUnitOfWork)Remote unit of work after serialization is committed locally.TransporterRMIRemoteSessionController. cursoredStreamClose(Transporter remoetCursoredStreamID)Used for closing cursored streams across RMI.TransporterRMIRemoteSessionControllerDispatcher. cursoredStreamClose(Transporter remoteCursoredStreamID)Used for closing cursored streams across RMI.TransporterRMIRemoteSessionController. cursoredStreamNextPage(Transporter remoteCursoredStream, int pageSize)Retrieve next page size of objects from the remote cursored streamTransporterRMIRemoteSessionControllerDispatcher. cursoredStreamNextPage(Transporter remoteCursoredStream, int pageSize)Retrieve next page size of objects from the remote cursored streamTransporterRMIRemoteSessionController. cursoredStreamSize(Transporter cursoredStream)INTERNAL: Return the cursored stream sizeTransporterRMIRemoteSessionControllerDispatcher. cursoredStreamSize(Transporter remoteCursoredStreamOid)Return the cursored stream sizeTransporterRMIRemoteSessionController. cursorSelectObjects(Transporter policy)To get remote cursor stub in a transporterTransporterRMIRemoteSessionControllerDispatcher. cursorSelectObjects(Transporter remoteTransporter)Returns a remote cursor stub in a transporterTransporterRMIRemoteSessionController. executeNamedQuery(Transporter name, Transporter theClass, Transporter arguments)A remote query after serialization is executed locally.TransporterRMIRemoteSessionControllerDispatcher. executeNamedQuery(Transporter nameTransporter, Transporter classTransporter, Transporter argumentsTransporter)A remote query after serialization is executed locally.TransporterRMIRemoteSessionController. executeQuery(Transporter query)To execute remote query on the server side.TransporterRMIRemoteSessionControllerDispatcher. executeQuery(Transporter query)A remote query after serialization is executed locally.TransporterRMIRemoteSessionController. getDescriptor(Transporter domainClass)To get descriptor from the server sideTransporterRMIRemoteSessionControllerDispatcher. getDescriptor(Transporter theClass)Extract descriptor from the sessionTransporterRMIRemoteSessionController. getDescriptorForAlias(Transporter alias)To get descriptor from the server sideTransporterRMIRemoteSessionControllerDispatcher. getDescriptorForAlias(Transporter alias)Extract descriptor from the sessionTransporterRMIRemoteSessionController. getSequenceNumberNamed(Transporter remoteFunctionCall)INTERNAL: Get the value returned by remote function callTransporterRMIRemoteSessionControllerDispatcher. getSequenceNumberNamed(Transporter remoteFunctionCall)INTERNAL: Get the value returned by remote function callTransporterRMIRemoteSessionController. instantiateRemoteValueHolderOnServer(Transporter remoteValueHolder)To instantiate remote value holder on the server side.TransporterRMIRemoteSessionControllerDispatcher. instantiateRemoteValueHolderOnServer(Transporter remoteValueHolder)The corresponding original value holder is instantiated.TransporterRMIRemoteSessionController. processCommand(Transporter remoteTransporter)INTERNAL: This method is intended to be used by by sessions that wish to execute a command on a remote sessionTransporterRMIRemoteSessionControllerDispatcher. processCommand(Transporter remoteTransporter)INTERNAL: This method is intended to be used by by sessions that wish to execute a command on a remote sessionTransporterRMIRemoteSessionController. scrollableCursorAbsolute(Transporter remoteScrollableCursorOid, int rows)Moves the cursor to the given row number in the result setTransporterRMIRemoteSessionControllerDispatcher. scrollableCursorAbsolute(Transporter remoteScrollableCursorOid, int rows)Moves the cursor to the given row number in the result setTransporterRMIRemoteSessionController. scrollableCursorAfterLast(Transporter remoteScrollableCursorOid)Moves the cursor to the end of the result set, just after the last row.TransporterRMIRemoteSessionControllerDispatcher. scrollableCursorAfterLast(Transporter remoteScrollableCursorOid)Moves the cursor to the end of the result set, just after the last row.TransporterRMIRemoteSessionController. scrollableCursorBeforeFirst(Transporter remoteScrollableCursor)Moves the cursor to the front of the result set, just before the first rowTransporterRMIRemoteSessionControllerDispatcher. scrollableCursorBeforeFirst(Transporter remoteScrollableCursor)Moves the cursor to the front of the result set, just before the first rowTransporterRMIRemoteSessionController. scrollableCursorClose(Transporter remoteScrollableCursorOid)Used for closing scrollable cursor across RMI.TransporterRMIRemoteSessionControllerDispatcher. scrollableCursorClose(Transporter remoteScrollableCursorOid)Used for closing scrollable cursor across RMI.TransporterRMIRemoteSessionController. scrollableCursorCurrentIndex(Transporter remoteScrollableCursor)Retrieves the current row index numberTransporterRMIRemoteSessionControllerDispatcher. scrollableCursorCurrentIndex(Transporter remoteScrollableCursor)Retrieves the current row index numberTransporterRMIRemoteSessionController. scrollableCursorFirst(Transporter remoteScrollableCursor)Moves the cursor to the first row in the result setTransporterRMIRemoteSessionControllerDispatcher. scrollableCursorFirst(Transporter remoteScrollableCursor)Moves the cursor to the first row in the result setTransporterRMIRemoteSessionController. scrollableCursorIsAfterLast(Transporter remoteScrollableCursor)Indicates whether the cursor is after the last row in the result set.TransporterRMIRemoteSessionControllerDispatcher. scrollableCursorIsAfterLast(Transporter remoteScrollableCursor)Indicates whether the cursor is after the last row in the result set.TransporterRMIRemoteSessionController. scrollableCursorIsBeforeFirst(Transporter remoteScrollableCursor)Indicates whether the cursor is before the first row in the result set.TransporterRMIRemoteSessionControllerDispatcher. scrollableCursorIsBeforeFirst(Transporter remoteScrollableCursor)Indicates whether the cursor is before the first row in the result set.TransporterRMIRemoteSessionController. scrollableCursorIsFirst(Transporter remoteScrollableCursor)Indicates whether the cursor is on the first row of the result set.TransporterRMIRemoteSessionControllerDispatcher. scrollableCursorIsFirst(Transporter remoteScrollableCursor)Indicates whether the cursor is on the first row of the result set.TransporterRMIRemoteSessionController. scrollableCursorIsLast(Transporter remoteScrollableCursor)Indicates whether the cursor is on the last row of the result set.TransporterRMIRemoteSessionControllerDispatcher. scrollableCursorIsLast(Transporter remoteScrollableCursor)Indicates whether the cursor is on the last row of the result set.TransporterRMIRemoteSessionController. scrollableCursorLast(Transporter remoteScrollableCursor)Moves the cursor to the last row in the result setTransporterRMIRemoteSessionControllerDispatcher. scrollableCursorLast(Transporter remoteScrollableCursor)Moves the cursor to the last row in the result setTransporterRMIRemoteSessionController. scrollableCursorNextObject(Transporter scrollableCursorOid)INTERNAL: Retrieve next object from the scrollable cursorTransporterRMIRemoteSessionControllerDispatcher. scrollableCursorNextObject(Transporter scrollableCursorOid)Retrieve next object from the scrollable cursorTransporterRMIRemoteSessionController. scrollableCursorPreviousObject(Transporter scrollableCursorOid)INTERNAL: Retrieve previous object from the scrollable cursorTransporterRMIRemoteSessionControllerDispatcher. scrollableCursorPreviousObject(Transporter scrollableCursorOid)Retrieve previous object from the scrollable cursorTransporterRMIRemoteSessionController. scrollableCursorRelative(Transporter remoteScrollableCursor, int rows)Moves the cursor to the given row number in the result setTransporterRMIRemoteSessionControllerDispatcher. scrollableCursorRelative(Transporter remoteScrollableCursor, int rows)Moves the cursor to the given row number in the result setTransporterRMIRemoteSessionController. scrollableCursorSize(Transporter cursoredStream)INTERNAL: Return the cursor sizeTransporterRMIRemoteSessionControllerDispatcher. scrollableCursorSize(Transporter remoteCursorOid)Return the cursor size
-