API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.rmi.server. Skeleton View Source
Author(s)
Ann Wollrath
Since
JDK1.1
Version
1.20, 11/17/05
Serial
Hierarchy
 Skeleton
Subinterfaces
Description
@Deprecated
public interface Skeleton
  The Skeleton interface is used solely by the RMI implementation.
See also:   
Methods
Hide/Show inherited methods
@Deprecated
public void dispatch (Remote obj, RemoteCall theCall, int opnum, long hash) throws Exception
  Unmarshals arguments, calls the actual remote object implementation, and marshals the return value or any exception.
@Deprecated
public Operation getOperations ()
  Returns the operations supported by the skeleton.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar