Class OncRpcGetPortResult

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

public class OncRpcGetPortResult extends Object implements XdrAble
The OncRpcGetPortResult class represents the result from a PMAP_GETPORT remote procedure call to the ONC/RPC portmapper.
Version:
$Revision: 1.1.1.1 $ $Date: 2003/08/13 12:03:41 $ $State: Exp $ $Locker: $
Author:
Harald Albrecht
  • Field Details

    • port

      public int port
      The port number of the ONC/RPC in question. This is the only interesting piece of information in this class. Go live with it, you don't have alternatives.
  • Constructor Details

    • OncRpcGetPortResult

      public OncRpcGetPortResult()
      Default constructor for initializing an OncRpcGetPortParams result object. It sets the port member to a useless value.
  • Method Details