Index  Developers Guides  Admin Guide  Close

skeleton

A server-side representation of a remote object that takes serialized requests from a stub, deserializes and unpacks it, and submits it as a method call to be invoked on the object's implementation. The server-side skeleton is responsible for deserializing and unpacking the request from its companion client-side stub.

See also

Using WebLogic RMI