OncRpcClientStub class is the base class to
/// build ONC/RPC-program specific clients upon. This class is typically
/// only used by jrpcgen generated clients, which provide a particular
/// set of remote procedures as defined in a x-file.
///
/// When you do not need the client proxy object any longer, you should /// return the resources it occupies to the system. Use the {@link #close} /// method for this. /// ///
/// client.Close (); /// client = null; // Hint to the garbage collector //////
OncRpcClientStub for communication with
/// a remote ONC/RPC server.
/// OncRpcClientStub which uses the given
/// client proxy object for communication with a remote ONC/RPC server.
///