Class OncRpcDumpResult

java.lang.Object
org.acplt.oncrpc.OncRpcDumpResult
All Implemented Interfaces:
XdrAble

public class OncRpcDumpResult extends Object implements XdrAble
Objects of class OncRpcDumpResult represent the outcome of the PMAP_DUMP operation on a portmapper. OncRpcDumpResults are (de-)serializeable, so they can be flushed down XDR streams.
Version:
$Revision: 1.1.1.1 $ $Date: 2003/08/13 12:03:41 $ $State: Exp $ $Locker: $
Author:
Harald Albrecht
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Vector of server ident objects describing the currently registered ONC/RPC servers (also known as "programmes").
  • Constructor Summary

    Constructors
    Constructor
    Description
    Initialize an OncRpcServerIdent object.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Decodes -- that is: deserializes -- the result from a PMAP_DUMP remote procedure call from a XDR stream.
    void
    Encodes -- that is: serializes -- the result of a PMAP_DUMP operationg into a XDR stream.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • servers

      public Vector servers
      Vector of server ident objects describing the currently registered ONC/RPC servers (also known as "programmes").
  • Constructor Details

    • OncRpcDumpResult

      public OncRpcDumpResult()
      Initialize an OncRpcServerIdent object. Afterwards, the servers field is initialized to contain no elements.
  • Method Details