oracle.toplink.remote.rmi
Class RMIRemoteSessionControllerDispatcher_Skel

java.lang.Object
  |
  +--oracle.toplink.remote.rmi.RMIRemoteSessionControllerDispatcher_Skel
All Implemented Interfaces:
java.rmi.server.Skeleton

public final class RMIRemoteSessionControllerDispatcher_Skel
extends java.lang.Object
implements java.rmi.server.Skeleton


Constructor Summary
RMIRemoteSessionControllerDispatcher_Skel()
           
 
Method Summary
TypeMethod
 void dispatch(java.rmi.Remote obj, java.rmi.server.RemoteCall call, int opnum, long hash)
           
 java.rmi.server.Operation[] getOperations()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMIRemoteSessionControllerDispatcher_Skel

public RMIRemoteSessionControllerDispatcher_Skel()
Method Detail

getOperations

public java.rmi.server.Operation[] getOperations()
Specified by:
getOperations in interface java.rmi.server.Skeleton

dispatch

public void dispatch(java.rmi.Remote obj,
                     java.rmi.server.RemoteCall call,
                     int opnum,
                     long hash)
              throws java.lang.Exception
Specified by:
dispatch in interface java.rmi.server.Skeleton