|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.rmi.server.RemoteObject | +--java.rmi.server.RemoteStub | +--oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Stub
Constructor Summary |
RMIRemoteSessionControllerDispatcher_Stub()
|
RMIRemoteSessionControllerDispatcher_Stub(java.rmi.server.RemoteRef ref)
|
Method Summary |
Type | Method |
---|---|
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 |
compareObjects(oracle.toplink.internal.remote.Transporter $param_Transporter_1,
oracle.toplink.internal.remote.Transporter $param_Transporter_2)
TESTING: Return if the two object match completely. |
oracle.toplink.internal.remote.Transporter |
compareObjectsDontMatch(oracle.toplink.internal.remote.Transporter $param_Transporter_1,
oracle.toplink.internal.remote.Transporter $param_Transporter_2)
TESTING: Return true if the object do not match. |
oracle.toplink.internal.remote.Transporter |
containsObjectInIdentityMap(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
ADVANCED: Return if their is an object for the primary key. |
oracle.toplink.internal.remote.Transporter |
containsObjectInIdentityMap(oracle.toplink.internal.remote.Transporter $param_Transporter_1,
oracle.toplink.internal.remote.Transporter $param_Transporter_2)
ADVANCED: Return if their is an object for the primary key. |
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 |
getExceptionHandler()
PUBLIC: Return the ExceptionHandler.Exception handler can catch errors that occur on queries or during database access. |
oracle.toplink.internal.remote.Transporter |
getFromIdentityMap(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
ADVANCED: Return the object from the identity with primary and class of the given object. |
oracle.toplink.internal.remote.Transporter |
getFromIdentityMap(oracle.toplink.internal.remote.Transporter $param_Transporter_1,
oracle.toplink.internal.remote.Transporter $param_Transporter_2)
ADVANCED: Return the object from the identity with the primary and class. |
oracle.toplink.internal.remote.Transporter |
getLogin()
To get login from the server side |
oracle.toplink.internal.remote.Transporter |
getProfiler()
PUBLIC: Return the profiler. |
oracle.toplink.internal.remote.Transporter |
getRemoteLog()
PUBLIC: Return the writer to which an accessor writes logged messages and SQL. |
oracle.toplink.internal.remote.Transporter |
getSessionLog()
PUBLIC: Return the session log to which an accessor logs messages and SQL. |
oracle.toplink.internal.remote.Transporter |
initializeIdentityMap(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
PUBLIC: Reset the identity map for only the instances of the class. |
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 |
isConnected()
Return if remote session is connected or not |
oracle.toplink.internal.remote.Transporter |
log(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
Log the log entry. |
oracle.toplink.internal.remote.Transporter |
printIdentityMap(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
PUBLIC: Used to print all the objects in the identity map of the passed in class. |
oracle.toplink.internal.remote.Transporter |
printIdentityMaps()
PUBLIC: Used to print all the objects in every identity map in this session. |
oracle.toplink.internal.remote.Transporter |
removeFromIdentityMap(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
ADVANCED: Remove the object from the object cache. |
oracle.toplink.internal.remote.Transporter |
removeFromIdentityMap(oracle.toplink.internal.remote.Transporter $param_Transporter_1,
oracle.toplink.internal.remote.Transporter $param_Transporter_2)
ADVANCED: Remove the object from the object cache. |
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 |
oracle.toplink.internal.remote.Transporter |
setExceptionHandler(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
PUBLIC: Set the exceptionHandler. |
oracle.toplink.internal.remote.Transporter |
setLog(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
PUBLIC: Set the writer to which an accessor writes logged messages and SQL. |
oracle.toplink.internal.remote.Transporter |
setProfiler(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
PUBLIC: Set the profiler for the session. |
oracle.toplink.internal.remote.Transporter |
setSessionLog(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
PUBLIC: Set the session log to which an accessor logs messages and SQL. |
oracle.toplink.internal.remote.Transporter |
setShouldLogMessages(oracle.toplink.internal.remote.Transporter $param_Transporter_1)
PUBLIC: Set messages logging. |
oracle.toplink.internal.remote.Transporter |
shouldLogMessages()
Return if all messages such as executed SQL commands should be logged. |
oracle.toplink.internal.remote.Transporter |
validateCache()
ADVANCED: This can be used to help debugging an object identity problem. |
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 |
public RMIRemoteSessionControllerDispatcher_Stub()
public RMIRemoteSessionControllerDispatcher_Stub(java.rmi.server.RemoteRef ref)
Method Detail |
public oracle.toplink.internal.remote.Transporter beginTransaction() throws java.rmi.RemoteException
beginTransaction
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter commitRootUnitOfWork(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
commitRootUnitOfWork
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter commitTransaction() throws java.rmi.RemoteException
RMIRemoteSessionController
commitTransaction
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter compareObjects(oracle.toplink.internal.remote.Transporter $param_Transporter_1, oracle.toplink.internal.remote.Transporter $param_Transporter_2) throws java.rmi.RemoteException
RMIRemoteSessionController
compareObjects
in interface
RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter compareObjectsDontMatch(oracle.toplink.internal.remote.Transporter $param_Transporter_1, oracle.toplink.internal.remote.Transporter $param_Transporter_2) throws java.rmi.RemoteException
RMIRemoteSessionController
compareObjectsDontMatch
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter containsObjectInIdentityMap(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
containsObjectInIdentityMap
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter containsObjectInIdentityMap(oracle.toplink.internal.remote.Transporter $param_Transporter_1, oracle.toplink.internal.remote.Transporter $param_Transporter_2) throws java.rmi.RemoteException
RMIRemoteSessionController
containsObjectInIdentityMap
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter cursorSelectObjects(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
cursorSelectObjects
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter cursoredStreamClose(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
cursoredStreamClose
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter cursoredStreamNextPage(oracle.toplink.internal.remote.Transporter $param_Transporter_1, int $param_int_2) throws java.rmi.RemoteException
RMIRemoteSessionController
cursoredStreamNextPage
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter cursoredStreamSize(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
cursoredStreamSize
in interface RMIRemoteSessionController
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
RMIRemoteSessionController
executeNamedQuery
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter executeQuery(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
executeQuery
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter getDefaultReadOnlyClasses() throws java.rmi.RemoteException
RMIRemoteSessionController
getDefaultReadOnlyClasses
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter getDescriptor(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
getDescriptor
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter getExceptionHandler() throws java.rmi.RemoteException
RMIRemoteSessionController
getExceptionHandler
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter getFromIdentityMap(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
getFromIdentityMap
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter getFromIdentityMap(oracle.toplink.internal.remote.Transporter $param_Transporter_1, oracle.toplink.internal.remote.Transporter $param_Transporter_2) throws java.rmi.RemoteException
RMIRemoteSessionController
getFromIdentityMap
in interface
RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter getLogin() throws java.rmi.RemoteException
RMIRemoteSessionController
getLogin
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter getProfiler() throws java.rmi.RemoteException
RMIRemoteSessionController
getProfiler
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter getRemoteLog() throws java.rmi.RemoteException
RMIRemoteSessionController
getRemoteLog
in interface RMIRemoteSessionController
oracle.toplink.remote.rmi.RMIRemoteSessionController
#logMessages()
public oracle.toplink.internal.remote.Transporter getSequenceNumberNamed(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
getSequenceNumberNamed
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter getSessionLog() throws java.rmi.RemoteException
RMIRemoteSessionController
getSessionLog
in interface RMIRemoteSessionController
oracle.toplink.remote.rmi.RMIRemoteSessionController
#logMessages()
public oracle.toplink.internal.remote.Transporter initializeIdentityMap(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
initializeIdentityMap
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter initializeIdentityMapsOnServerSession() throws java.rmi.RemoteException
initializeIdentityMapsOnServerSession
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter instantiateRemoteValueHolderOnServer(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
instantiateRemoteValueHolderOnServer
in interface
RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter isConnected() throws java.rmi.RemoteException
RMIRemoteSessionController
isConnected
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter log(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
log
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter mergeChangesIntoRemoteSession(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
mergeChangesIntoRemoteSession
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter printIdentityMap(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
printIdentityMap
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter printIdentityMaps() throws java.rmi.RemoteException
RMIRemoteSessionController
printIdentityMaps
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter processCommand(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
processCommand
in interface RMIRemoteSessionController
oracle.toplink.remote.rmi.RMIRemoteSessionController
remoteCommand
- RemoteCommand The command to be executed on the remote sessionpublic oracle.toplink.internal.remote.Transporter removeFromIdentityMap(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
removeFromIdentityMap
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter removeFromIdentityMap(oracle.toplink.internal.remote.Transporter $param_Transporter_1, oracle.toplink.internal.remote.Transporter $param_Transporter_2) throws java.rmi.RemoteException
RMIRemoteSessionController
removeFromIdentityMap
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter rollbackTransaction() throws java.rmi.RemoteException
RMIRemoteSessionController
rollbackTransaction
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter scrollableCursorAbsolute(oracle.toplink.internal.remote.Transporter $param_Transporter_1, int $param_int_2) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorAbsolute
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter scrollableCursorAfterLast(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorAfterLast
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter scrollableCursorBeforeFirst(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorBeforeFirst
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter scrollableCursorClose(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorClose
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter scrollableCursorCurrentIndex(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorCurrentIndex
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter scrollableCursorFirst(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorFirst
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter scrollableCursorIsAfterLast(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorIsAfterLast
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter scrollableCursorIsBeforeFirst(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorIsBeforeFirst
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter scrollableCursorIsFirst(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorIsFirst
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter scrollableCursorIsLast(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorIsLast
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter scrollableCursorLast(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorLast
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter scrollableCursorNextObject(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorNextObject
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter scrollableCursorRelative(oracle.toplink.internal.remote.Transporter $param_Transporter_1, int $param_int_2) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorRelative
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter scrollableCursorSize(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
scrollableCursorSize
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter setExceptionHandler(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
setExceptionHandler
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter setLog(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
setLog
in interface RMIRemoteSessionController
oracle.toplink.remote.rmi.RMIRemoteSessionController
#logMessages()
public oracle.toplink.internal.remote.Transporter setLogin(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
setLogin
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter setProfiler(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
setProfiler
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter setSessionLog(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
setSessionLog
in interface RMIRemoteSessionController
oracle.toplink.remote.rmi.RMIRemoteSessionController
#logMessages()
public oracle.toplink.internal.remote.Transporter setShouldLogMessages(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
setShouldLogMessages
in interface RMIRemoteSessionController
oracle.toplink.remote.rmi.RMIRemoteSessionController
#setLog(Writer)
public oracle.toplink.internal.remote.Transporter shouldLogMessages() throws java.rmi.RemoteException
RMIRemoteSessionController
shouldLogMessages
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter validateCache() throws java.rmi.RemoteException
RMIRemoteSessionController
validateCache
in interface RMIRemoteSessionController
public oracle.toplink.internal.remote.Transporter verifyDelete(oracle.toplink.internal.remote.Transporter $param_Transporter_1) throws java.rmi.RemoteException
RMIRemoteSessionController
verifyDelete
in interface RMIRemoteSessionController
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |