Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-03

oracle.toplink.remote.rmi
Class RMIRemoteSessionControllerDispatcher_Stub

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteStub
          extended by oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
All Implemented Interfaces:
java.io.Serializable, java.rmi.Remote, RMIRemoteSessionController

public final class RMIRemoteSessionControllerDispatcher_Stub
extends java.rmi.server.RemoteStub
implements RMIRemoteSessionController, java.rmi.Remote

See Also:
Serialized Form

Constructor Summary
RMIRemoteSessionControllerDispatcher_Stub(java.rmi.server.RemoteRef ref)
           
 
Method Summary
 oracle.toplink.internal.remote.Transporter beginTransaction()
           
 oracle.toplink.internal.remote.Transporter commitRootUnitOfWork(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
          To commit remote unit of work on the server side.
 oracle.toplink.internal.remote.Transporter commitTransaction()
          Commit a transaction on the database.
 oracle.toplink.internal.remote.Transporter cursoredStreamClose(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
          Used for closing cursored streams across RMI.
 oracle.toplink.internal.remote.Transporter cursoredStreamNextPage(oracle.toplink.internal.remote.Transporter $param_Transporter_1, int $param_int_2)
          Retrieve next page size of objects from the remote cursored stream
 oracle.toplink.internal.remote.Transporter cursorSelectObjects(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
          To get remote cursor stub in a transporter
 oracle.toplink.internal.remote.Transporter executeNamedQuery(oracle.toplink.internal.remote.Transporter $param_Transporter_1, oracle.toplink.internal.remote.Transporter $param_Transporter_2, oracle.toplink.internal.remote.Transporter $param_Transporter_3)
          A remote query after serialization is executed locally.
 oracle.toplink.internal.remote.Transporter executeQuery(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
          To execute remote query on the server side.
 oracle.toplink.internal.remote.Transporter getDefaultReadOnlyClasses()
          To get the default read-only classes from the server side.
 oracle.toplink.internal.remote.Transporter getDescriptor(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
          To get descriptor from the server side
 oracle.toplink.internal.remote.Transporter getLogin()
          To get login from the server side
 oracle.toplink.internal.remote.Transporter initializeIdentityMapsOnServerSession()
           
 oracle.toplink.internal.remote.Transporter instantiateRemoteValueHolderOnServer(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
          To instantiate remote value holder on the server side.
 oracle.toplink.internal.remote.Transporter rollbackTransaction()
          Rollback a transaction on the database.
 oracle.toplink.internal.remote.Transporter scrollableCursorAbsolute(oracle.toplink.internal.remote.Transporter $param_Transporter_1, int $param_int_2)
          Moves the cursor to the given row number in the result set
 oracle.toplink.internal.remote.Transporter scrollableCursorAfterLast(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
          Moves the cursor to the end of the result set, just after the last row.
 oracle.toplink.internal.remote.Transporter scrollableCursorBeforeFirst(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
          Moves the cursor to the front of the result set, just before the first row
 oracle.toplink.internal.remote.Transporter scrollableCursorClose(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
          Used for closing scrollable cursor across RMI.
 oracle.toplink.internal.remote.Transporter scrollableCursorCurrentIndex(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
          Retrieves the current row index number
 oracle.toplink.internal.remote.Transporter scrollableCursorFirst(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
          Moves the cursor to the first row in the result set
 oracle.toplink.internal.remote.Transporter scrollableCursorIsAfterLast(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
          Indicates whether the cursor is after the last row in the result set.
 oracle.toplink.internal.remote.Transporter scrollableCursorIsBeforeFirst(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
          Indicates whether the cursor is before the first row in the result set.
 oracle.toplink.internal.remote.Transporter scrollableCursorIsFirst(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
          Indicates whether the cursor is on the first row of the result set.
 oracle.toplink.internal.remote.Transporter scrollableCursorIsLast(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
          Indicates whether the cursor is on the last row of the result set.
 oracle.toplink.internal.remote.Transporter scrollableCursorLast(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
          Moves the cursor to the last row in the result set
 oracle.toplink.internal.remote.Transporter scrollableCursorRelative(oracle.toplink.internal.remote.Transporter $param_Transporter_1, int $param_int_2)
          Moves the cursor to the given row number in the result set
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RMIRemoteSessionControllerDispatcher_Stub

public RMIRemoteSessionControllerDispatcher_Stub(java.rmi.server.RemoteRef ref)
Method Detail

beginTransaction

public oracle.toplink.internal.remote.Transporter beginTransaction()
                                                            throws java.rmi.RemoteException
Specified by:
beginTransaction in interface RMIRemoteSessionController
Throws:
java.rmi.RemoteException

commitRootUnitOfWork

public oracle.toplink.internal.remote.Transporter commitRootUnitOfWork(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
                                                                throws java.rmi.RemoteException
Description copied from interface: oracle.toplink.remote.rmi.RMIRemoteSessionController
To commit remote unit of work on the server side.

Specified by:
commitRootUnitOfWork in interface RMIRemoteSessionController
Throws:
java.rmi.RemoteException

commitTransaction

public oracle.toplink.internal.remote.Transporter commitTransaction()
                                                             throws java.rmi.RemoteException
Description copied from interface: oracle.toplink.remote.rmi.RMIRemoteSessionController
Commit a transaction on the database.

Specified by:
commitTransaction in interface RMIRemoteSessionController
Throws:
java.rmi.RemoteException

cursorSelectObjects

public oracle.toplink.internal.remote.Transporter cursorSelectObjects(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
                                                               throws java.rmi.RemoteException
Description copied from interface: oracle.toplink.remote.rmi.RMIRemoteSessionController
To get remote cursor stub in a transporter

Specified by:
cursorSelectObjects in interface RMIRemoteSessionController
Throws:
java.rmi.RemoteException

cursoredStreamClose

public oracle.toplink.internal.remote.Transporter cursoredStreamClose(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
                                                               throws java.rmi.RemoteException
Description copied from interface: oracle.toplink.remote.rmi.RMIRemoteSessionController
Used for closing cursored streams across RMI.

Specified by:
cursoredStreamClose in interface RMIRemoteSessionController
Throws:
java.rmi.RemoteException

cursoredStreamNextPage

public oracle.toplink.internal.remote.Transporter cursoredStreamNextPage(oracle.toplink.internal.remote.Transporter $param_Transporter_1,
                                                                         int $param_int_2)
                                                                  throws java.rmi.RemoteException
Description copied from interface: oracle.toplink.remote.rmi.RMIRemoteSessionController
Retrieve next page size of objects from the remote cursored stream

Specified by:
cursoredStreamNextPage in interface RMIRemoteSessionController
Throws:
java.rmi.RemoteException

executeNamedQuery

public oracle.toplink.internal.remote.Transporter executeNamedQuery(oracle.toplink.internal.remote.Transporter $param_Transporter_1,
                                                                    oracle.toplink.internal.remote.Transporter $param_Transporter_2,
                                                                    oracle.toplink.internal.remote.Transporter $param_Transporter_3)
                                                             throws java.rmi.RemoteException
Description copied from interface: oracle.toplink.remote.rmi.RMIRemoteSessionController
A remote query after serialization is executed locally.

Specified by:
executeNamedQuery in interface RMIRemoteSessionController
Throws:
java.rmi.RemoteException

executeQuery

public oracle.toplink.internal.remote.Transporter executeQuery(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
                                                        throws java.rmi.RemoteException
Description copied from interface: oracle.toplink.remote.rmi.RMIRemoteSessionController
To execute remote query on the server side.

Specified by:
executeQuery in interface RMIRemoteSessionController
Throws:
java.rmi.RemoteException

getDefaultReadOnlyClasses

public oracle.toplink.internal.remote.Transporter getDefaultReadOnlyClasses()
                                                                     throws java.rmi.RemoteException
Description copied from interface: oracle.toplink.remote.rmi.RMIRemoteSessionController
To get the default read-only classes from the server side.

Specified by:
getDefaultReadOnlyClasses in interface RMIRemoteSessionController
Throws:
java.rmi.RemoteException

getDescriptor

public oracle.toplink.internal.remote.Transporter getDescriptor(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
                                                         throws java.rmi.RemoteException
Description copied from interface: oracle.toplink.remote.rmi.RMIRemoteSessionController
To get descriptor from the server side

Specified by:
getDescriptor in interface RMIRemoteSessionController
Throws:
java.rmi.RemoteException

getLogin

public oracle.toplink.internal.remote.Transporter getLogin()
                                                    throws java.rmi.RemoteException
Description copied from interface: oracle.toplink.remote.rmi.RMIRemoteSessionController
To get login from the server side

Specified by:
getLogin in interface RMIRemoteSessionController
Throws:
java.rmi.RemoteException

initializeIdentityMapsOnServerSession

public oracle.toplink.internal.remote.Transporter initializeIdentityMapsOnServerSession()
                                                                                 throws java.rmi.RemoteException
Specified by:
initializeIdentityMapsOnServerSession in interface RMIRemoteSessionController
Throws:
java.rmi.RemoteException

instantiateRemoteValueHolderOnServer

public oracle.toplink.internal.remote.Transporter instantiateRemoteValueHolderOnServer(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
                                                                                throws java.rmi.RemoteException
Description copied from interface: oracle.toplink.remote.rmi.RMIRemoteSessionController
To instantiate remote value holder on the server side.

Specified by:
instantiateRemoteValueHolderOnServer in interface RMIRemoteSessionController
Throws:
java.rmi.RemoteException

rollbackTransaction

public oracle.toplink.internal.remote.Transporter rollbackTransaction()
                                                               throws java.rmi.RemoteException
Description copied from interface: oracle.toplink.remote.rmi.RMIRemoteSessionController
Rollback a transaction on the database.

Specified by:
rollbackTransaction in interface RMIRemoteSessionController
Throws:
java.rmi.RemoteException

scrollableCursorAbsolute

public oracle.toplink.internal.remote.Transporter scrollableCursorAbsolute(oracle.toplink.internal.remote.Transporter $param_Transporter_1,
                                                                           int $param_int_2)
                                                                    throws java.rmi.RemoteException
Description copied from interface: oracle.toplink.remote.rmi.RMIRemoteSessionController
Moves the cursor to the given row number in the result set

Specified by:
scrollableCursorAbsolute in interface RMIRemoteSessionController
Throws:
java.rmi.RemoteException

scrollableCursorAfterLast

public oracle.toplink.internal.remote.Transporter scrollableCursorAfterLast(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
                                                                     throws java.rmi.RemoteException
Description copied from interface: oracle.toplink.remote.rmi.RMIRemoteSessionController
Moves the cursor to the end of the result set, just after the last row.

Specified by:
scrollableCursorAfterLast in interface RMIRemoteSessionController
Throws:
java.rmi.RemoteException

scrollableCursorBeforeFirst

public oracle.toplink.internal.remote.Transporter scrollableCursorBeforeFirst(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
                                                                       throws java.rmi.RemoteException
Description copied from interface: oracle.toplink.remote.rmi.RMIRemoteSessionController
Moves the cursor to the front of the result set, just before the first row

Specified by:
scrollableCursorBeforeFirst in interface RMIRemoteSessionController
Throws:
java.rmi.RemoteException

scrollableCursorClose

public oracle.toplink.internal.remote.Transporter scrollableCursorClose(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
                                                                 throws java.rmi.RemoteException
Description copied from interface: oracle.toplink.remote.rmi.RMIRemoteSessionController
Used for closing scrollable cursor across RMI.

Specified by:
scrollableCursorClose in interface RMIRemoteSessionController
Throws:
java.rmi.RemoteException

scrollableCursorCurrentIndex

public oracle.toplink.internal.remote.Transporter scrollableCursorCurrentIndex(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
                                                                        throws java.rmi.RemoteException
Description copied from interface: oracle.toplink.remote.rmi.RMIRemoteSessionController
Retrieves the current row index number

Specified by:
scrollableCursorCurrentIndex in interface RMIRemoteSessionController
Throws:
java.rmi.RemoteException

scrollableCursorFirst

public oracle.toplink.internal.remote.Transporter scrollableCursorFirst(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
                                                                 throws java.rmi.RemoteException
Description copied from interface: oracle.toplink.remote.rmi.RMIRemoteSessionController
Moves the cursor to the first row in the result set

Specified by:
scrollableCursorFirst in interface RMIRemoteSessionController
Throws:
java.rmi.RemoteException

scrollableCursorIsAfterLast

public oracle.toplink.internal.remote.Transporter scrollableCursorIsAfterLast(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
                                                                       throws java.rmi.RemoteException
Description copied from interface: oracle.toplink.remote.rmi.RMIRemoteSessionController
Indicates whether the cursor is after the last row in the result set.

Specified by:
scrollableCursorIsAfterLast in interface RMIRemoteSessionController
Throws:
java.rmi.RemoteException

scrollableCursorIsBeforeFirst

public oracle.toplink.internal.remote.Transporter scrollableCursorIsBeforeFirst(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
                                                                         throws java.rmi.RemoteException
Description copied from interface: oracle.toplink.remote.rmi.RMIRemoteSessionController
Indicates whether the cursor is before the first row in the result set.

Specified by:
scrollableCursorIsBeforeFirst in interface RMIRemoteSessionController
Throws:
java.rmi.RemoteException

scrollableCursorIsFirst

public oracle.toplink.internal.remote.Transporter scrollableCursorIsFirst(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
                                                                   throws java.rmi.RemoteException
Description copied from interface: oracle.toplink.remote.rmi.RMIRemoteSessionController
Indicates whether the cursor is on the first row of the result set.

Specified by:
scrollableCursorIsFirst in interface RMIRemoteSessionController
Throws:
java.rmi.RemoteException

scrollableCursorIsLast

public oracle.toplink.internal.remote.Transporter scrollableCursorIsLast(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
                                                                  throws java.rmi.RemoteException
Description copied from interface: oracle.toplink.remote.rmi.RMIRemoteSessionController
Indicates whether the cursor is on the last row of the result set.

Specified by:
scrollableCursorIsLast in interface RMIRemoteSessionController
Throws:
java.rmi.RemoteException

scrollableCursorLast

public oracle.toplink.internal.remote.Transporter scrollableCursorLast(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
                                                                throws java.rmi.RemoteException
Description copied from interface: oracle.toplink.remote.rmi.RMIRemoteSessionController
Moves the cursor to the last row in the result set

Specified by:
scrollableCursorLast in interface RMIRemoteSessionController
Throws:
java.rmi.RemoteException

scrollableCursorRelative

public oracle.toplink.internal.remote.Transporter scrollableCursorRelative(oracle.toplink.internal.remote.Transporter $param_Transporter_1,
                                                                           int $param_int_2)
                                                                    throws java.rmi.RemoteException
Description copied from interface: oracle.toplink.remote.rmi.RMIRemoteSessionController
Moves the cursor to the given row number in the result set

Specified by:
scrollableCursorRelative in interface RMIRemoteSessionController
Throws:
java.rmi.RemoteException

Copyright © 1998, 2010, Oracle. All Rights Reserved.