<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Interface java.rmi.server.Skeleton
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.rmi.server.html">This Package</a>  <a href="java.rmi.server.ServerRef.html#_top_">Previous</a>  <a href="java.rmi.server.Unreferenced.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Interface java.rmi.server.Skeleton
</h1>
<dl>
  <dt> public interface <b>Skeleton</b>
</dl>
Used solely by the implementation.<p>
 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.
<p>
<hr>
<a name="index"></a>
<h2>
  <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#dispatch(java.rmi.Remote, java.rmi.server.RemoteCall, int, long)"><b>dispatch</b></a>(Remote, RemoteCall, int, long)
  <dd>  Unmarshals arguments, calls the actual remote object implementation,
 and marshals the return value or any exception.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getOperations()"><b>getOperations</b></a>()
  <dd> 
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="dispatch(java.rmi.Remote, java.rmi.server.RemoteCall, int, long)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="dispatch"><b>dispatch</b></a>
<pre>
 public abstract void dispatch(<a href="java.rmi.Remote.html#_top_">Remote</a> obj,
                               <a href="java.rmi.server.RemoteCall.html#_top_">RemoteCall</a> theCall,
                               int opnum,
                               long hash) throws <a href="java.lang.Exception.html#_top_">Exception</a>
</pre>
<dl>
  <dd> Unmarshals arguments, calls the actual remote object implementation,
 and marshals the return value or any exception.
<p>
  <dd><dl>
    <dt> <b>Throws:</b> <a href="java.lang.Exception.html#_top_">Exception</a>
    <dd> if a general exception occurs.
  </dl></dd>
</dl>
<a name="getOperations()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getOperations"><b>getOperations</b></a>
<pre>
 public abstract <a href="java.rmi.server.Operation.html#_top_">Operation</a>[] getOperations()
</pre>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.rmi.server.html">This Package</a>  <a href="java.rmi.server.ServerRef.html#_top_">Previous</a>  <a href="java.rmi.server.Unreferenced.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
