|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the public methods remote connection can invoke on the remote session controller.
Method Summary | |
Transporter |
beginTransaction() |
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 |
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 |
getLogin() To get login from the server side |
Transporter |
initializeIdentityMapsOnServerSession() |
Transporter |
instantiateRemoteValueHolderOnServer(Transporter remoteValueHolder) To instantiate remote value holder on the server side. |
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 |
scrollableCursorRelative(Transporter remoteScrollableCursor, int rows) Moves the cursor to the given row number in the result set |
Method Detail |
public Transporter beginTransaction() throws java.rmi.RemoteException
java.rmi.RemoteException
public Transporter commitRootUnitOfWork(Transporter remoteUnitOfWork) throws java.rmi.RemoteException
java.rmi.RemoteException
public Transporter commitTransaction() throws java.rmi.RemoteException
java.rmi.RemoteException
public Transporter cursoredStreamClose(Transporter remoetCursoredStreamID) throws java.rmi.RemoteException
java.rmi.RemoteException
public Transporter cursoredStreamNextPage(Transporter remoteCursoredStream, int pageSize) throws java.rmi.RemoteException
java.rmi.RemoteException
public Transporter cursorSelectObjects(Transporter policy) throws java.rmi.RemoteException
java.rmi.RemoteException
public Transporter executeNamedQuery(Transporter name, Transporter theClass, Transporter arguments) throws java.rmi.RemoteException
java.rmi.RemoteException
public Transporter executeQuery(Transporter query) throws java.rmi.RemoteException
java.rmi.RemoteException
public Transporter getDefaultReadOnlyClasses() throws java.rmi.RemoteException
java.rmi.RemoteException
public Transporter getDescriptor(Transporter domainClass) throws java.rmi.RemoteException
java.rmi.RemoteException
public Transporter getLogin() throws java.rmi.RemoteException
java.rmi.RemoteException
public Transporter initializeIdentityMapsOnServerSession() throws java.rmi.RemoteException
java.rmi.RemoteException
public Transporter instantiateRemoteValueHolderOnServer(Transporter remoteValueHolder) throws java.rmi.RemoteException
java.rmi.RemoteException
public Transporter rollbackTransaction() throws java.rmi.RemoteException
java.rmi.RemoteException
public Transporter scrollableCursorAbsolute(Transporter remoteScrollableCursorOid, int rows) throws java.rmi.RemoteException
java.rmi.RemoteException
public Transporter scrollableCursorAfterLast(Transporter remoteScrollableCursorOid) throws java.rmi.RemoteException
java.rmi.RemoteException
public Transporter scrollableCursorBeforeFirst(Transporter remoteScrollableCursor) throws java.rmi.RemoteException
java.rmi.RemoteException
public Transporter scrollableCursorClose(Transporter remoteScrollableCursorOid) throws java.rmi.RemoteException
java.rmi.RemoteException
public Transporter scrollableCursorCurrentIndex(Transporter remoteScrollableCursor) throws java.rmi.RemoteException
java.rmi.RemoteException
public Transporter scrollableCursorFirst(Transporter remoteScrollableCursor) throws java.rmi.RemoteException
java.rmi.RemoteException
public Transporter scrollableCursorIsAfterLast(Transporter remoteScrollableCursor) throws java.rmi.RemoteException
java.rmi.RemoteException
public Transporter scrollableCursorIsBeforeFirst(Transporter remoteScrollableCursor) throws java.rmi.RemoteException
java.rmi.RemoteException
public Transporter scrollableCursorIsFirst(Transporter remoteScrollableCursor) throws java.rmi.RemoteException
java.rmi.RemoteException
public Transporter scrollableCursorIsLast(Transporter remoteScrollableCursor) throws java.rmi.RemoteException
java.rmi.RemoteException
public Transporter scrollableCursorLast(Transporter remoteScrollableCursor) throws java.rmi.RemoteException
java.rmi.RemoteException
public Transporter scrollableCursorRelative(Transporter remoteScrollableCursor, int rows) throws java.rmi.RemoteException
java.rmi.RemoteException
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |