All Packages Class Hierarchy This Package Previous Next Index
Every skeleton class generated by the rmic stub compiler implements this interface. A skeleton for a remote object is a server-side entity that dispatches calls to the actual remote object implementation.
public abstract void dispatch(Remote obj, RemoteCall theCall, int opnum, long hash) throws Exception
public abstract java.rmi.server.Operation[] getOperations()
All Packages Class Hierarchy This Package Previous Next Index