public class _RMIRemoteSessionController_Stub extends javax.rmi.CORBA.Stub implements RMIRemoteSessionController
Constructor and Description |
---|
_RMIRemoteSessionController_Stub() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
_ids() |
Transporter |
beginEarlyTransaction()
Begin an early unit of work transaction.
|
Transporter |
beginTransaction()
Begin a transaction on the database.
|
Transporter |
commitRootUnitOfWork(Transporter remoteUnitOfWork)
To commit remote unit of work on the server side.
|
Transporter |
commitTransaction()
Commit a transaction on the database.
|
Transporter |
cursoredStreamClose(Transporter remoetCursoredStreamID)
Used for closing cursored streams across RMI.
|
Transporter |
cursoredStreamNextPage(Transporter remoteCursoredStream,
int pageSize)
Retrieve next page size of objects from the remote cursored stream
|
Transporter |
cursoredStreamSize(Transporter cursoredStream)
INTERNAL:
Return the cursored stream size
|
Transporter |
cursorSelectObjects(Transporter policy)
To get remote cursor stub in a transporter
|
Transporter |
executeNamedQuery(Transporter name,
Transporter theClass,
Transporter arguments)
A remote query after serialization is executed locally.
|
Transporter |
executeQuery(Transporter query)
To execute remote query on the server side.
|
Transporter |
getDefaultReadOnlyClasses()
To get the default read-only classes from the server side.
|
Transporter |
getDescriptor(Transporter domainClass)
To get descriptor from the server side
|
Transporter |
getDescriptorForAlias(Transporter alias)
To get descriptor from the server side
|
Transporter |
getLogin()
To get login from the server side
|
Transporter |
getSequenceNumberNamed(Transporter remoteFunctionCall)
INTERNAL:
Get the value returned by remote function call
|
Transporter |
initializeIdentityMapsOnServerSession() |
Transporter |
instantiateRemoteValueHolderOnServer(Transporter remoteValueHolder)
To instantiate remote value holder on the server side.
|
Transporter |
processCommand(Transporter remoteTransporter)
INTERNAL:
This method is intended to be used by by sessions that wish to execute a command on a
remote session
|
static Transporter |
readTransporter(org.omg.CORBA.portable.InputStream stream)
Insert the method's description here.
|
Transporter |
rollbackTransaction()
Rollback a transaction on the database.
|
Transporter |
scrollableCursorAbsolute(Transporter remoteScrollableCursorOid,
int rows)
Moves the cursor to the given row number in the result set
|
Transporter |
scrollableCursorAfterLast(Transporter remoteScrollableCursorOid)
Moves the cursor to the end of the result set, just after the last row.
|
Transporter |
scrollableCursorBeforeFirst(Transporter remoteScrollableCursor)
Moves the cursor to the front of the result set, just before the first row
|
Transporter |
scrollableCursorClose(Transporter remoteScrollableCursorOid)
Used for closing scrollable cursor across RMI.
|
Transporter |
scrollableCursorCurrentIndex(Transporter remoteScrollableCursor)
Retrieves the current row index number
|
Transporter |
scrollableCursorFirst(Transporter remoteScrollableCursor)
Moves the cursor to the first row in the result set
|
Transporter |
scrollableCursorIsAfterLast(Transporter remoteScrollableCursor)
Indicates whether the cursor is after the last row in the result set.
|
Transporter |
scrollableCursorIsBeforeFirst(Transporter remoteScrollableCursor)
Indicates whether the cursor is before the first row in the result set.
|
Transporter |
scrollableCursorIsFirst(Transporter remoteScrollableCursor)
Indicates whether the cursor is on the first row of the result set.
|
Transporter |
scrollableCursorIsLast(Transporter remoteScrollableCursor)
Indicates whether the cursor is on the last row of the result set.
|
Transporter |
scrollableCursorLast(Transporter remoteScrollableCursor)
Moves the cursor to the last row in the result set
|
Transporter |
scrollableCursorNextObject(Transporter scrollableCursorOid)
INTERNAL:
Retrieve next object from the scrollable cursor
|
Transporter |
scrollableCursorPreviousObject(Transporter scrollableCursorOid)
INTERNAL:
Retrieve previous object from the scrollable cursor
|
Transporter |
scrollableCursorRelative(Transporter remoteScrollableCursor,
int rows)
Moves the cursor to the given row number in the result set
|
Transporter |
scrollableCursorSize(Transporter cursoredStream)
INTERNAL:
Return the cursor size
|
static void |
writeTransporter(Transporter transporter,
org.omg.CORBA.portable.OutputStream stream)
Insert the method's description here.
|
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override
public java.lang.String[] _ids()
_ids
in class org.omg.CORBA.portable.ObjectImpl
public Transporter processCommand(Transporter remoteTransporter) throws java.rmi.RemoteException
RMIRemoteSessionController
processCommand
in interface RMIRemoteSessionController
remoteTransporter
- The Transporter carrying the command to be executed on the remote sessionjava.rmi.RemoteException
public Transporter beginTransaction() throws java.rmi.RemoteException
RMIRemoteSessionController
beginTransaction
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter beginEarlyTransaction() throws java.rmi.RemoteException
RMIRemoteSessionController
beginEarlyTransaction
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter commitRootUnitOfWork(Transporter remoteUnitOfWork) throws java.rmi.RemoteException
RMIRemoteSessionController
commitRootUnitOfWork
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter commitTransaction() throws java.rmi.RemoteException
RMIRemoteSessionController
commitTransaction
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter cursoredStreamClose(Transporter remoetCursoredStreamID) throws java.rmi.RemoteException
RMIRemoteSessionController
cursoredStreamClose
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter cursoredStreamNextPage(Transporter remoteCursoredStream, int pageSize) throws java.rmi.RemoteException
RMIRemoteSessionController
cursoredStreamNextPage
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter cursoredStreamSize(Transporter cursoredStream) throws java.rmi.RemoteException
RMIRemoteSessionController
cursoredStreamSize
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter cursorSelectObjects(Transporter policy) throws java.rmi.RemoteException
RMIRemoteSessionController
cursorSelectObjects
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter executeNamedQuery(Transporter name, Transporter theClass, Transporter arguments) throws java.rmi.RemoteException
RMIRemoteSessionController
executeNamedQuery
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter executeQuery(Transporter query) throws java.rmi.RemoteException
RMIRemoteSessionController
executeQuery
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter getDescriptor(Transporter domainClass) throws java.rmi.RemoteException
RMIRemoteSessionController
getDescriptor
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter getDescriptorForAlias(Transporter alias) throws java.rmi.RemoteException
RMIRemoteSessionController
getDescriptorForAlias
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter getDefaultReadOnlyClasses() throws java.rmi.RemoteException
RMIRemoteSessionController
getDefaultReadOnlyClasses
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter getLogin() throws java.rmi.RemoteException
RMIRemoteSessionController
getLogin
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter getSequenceNumberNamed(Transporter remoteFunctionCall) throws java.rmi.RemoteException
RMIRemoteSessionController
getSequenceNumberNamed
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter initializeIdentityMapsOnServerSession() throws java.rmi.RemoteException
initializeIdentityMapsOnServerSession
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter instantiateRemoteValueHolderOnServer(Transporter remoteValueHolder) throws java.rmi.RemoteException
RMIRemoteSessionController
instantiateRemoteValueHolderOnServer
in interface RMIRemoteSessionController
java.rmi.RemoteException
public static Transporter readTransporter(org.omg.CORBA.portable.InputStream stream)
stream
- org.omg.CORBA_2_3.portable.InputStreampublic Transporter rollbackTransaction() throws java.rmi.RemoteException
RMIRemoteSessionController
rollbackTransaction
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter scrollableCursorAbsolute(Transporter remoteScrollableCursorOid, int rows) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorAbsolute
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter scrollableCursorAfterLast(Transporter remoteScrollableCursorOid) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorAfterLast
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter scrollableCursorBeforeFirst(Transporter remoteScrollableCursor) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorBeforeFirst
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter scrollableCursorClose(Transporter remoteScrollableCursorOid) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorClose
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter scrollableCursorCurrentIndex(Transporter remoteScrollableCursor) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorCurrentIndex
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter scrollableCursorFirst(Transporter remoteScrollableCursor) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorFirst
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter scrollableCursorIsAfterLast(Transporter remoteScrollableCursor) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorIsAfterLast
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter scrollableCursorIsBeforeFirst(Transporter remoteScrollableCursor) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorIsBeforeFirst
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter scrollableCursorIsFirst(Transporter remoteScrollableCursor) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorIsFirst
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter scrollableCursorIsLast(Transporter remoteScrollableCursor) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorIsLast
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter scrollableCursorLast(Transporter remoteScrollableCursor) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorLast
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter scrollableCursorNextObject(Transporter scrollableCursorOid) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorNextObject
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter scrollableCursorPreviousObject(Transporter scrollableCursorOid) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorPreviousObject
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter scrollableCursorRelative(Transporter remoteScrollableCursor, int rows) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorRelative
in interface RMIRemoteSessionController
java.rmi.RemoteException
public Transporter scrollableCursorSize(Transporter cursoredStream) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorSize
in interface RMIRemoteSessionController
java.rmi.RemoteException
public static void writeTransporter(Transporter transporter, org.omg.CORBA.portable.OutputStream stream)
stream
- org.omg.CORBA_2_3.portable.OutputStreamtransporter
- org.eclipse.persistence.internal.sessions.remote.TransporterEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference