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) throws Exception
All Packages Class Hierarchy This Package Previous Next Index