Interface java.rmi.server.Skeleton (1.1)


public abstract interface Skeleton {
  // Public Instance Methods
    public abstract void dispatch(Remote obj, RemoteCall theCall, int opnum, long hash) throws Exception;
    public abstract Operation[ ] getOperations( );
}