|
All Packages Class Hierarchy This Package Previous Next Index Interface java.rmi.server.Skeleton
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.
dispatchpublic abstract void dispatch(Remote obj, RemoteCall theCall, int opnum, long hash) throws Exception
public abstract Operation[] getOperations() All Packages Class Hierarchy This Package Previous Next Index Submit a bug or feature |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |