org.acplt.oncrpc
Interface OncRpcPortmapServices


public abstract interface OncRpcPortmapServices

A collection of constants used for ONC/RPC messages to identify the remote procedure calls offered by ONC/RPC portmappers.


Field Summary
static int PMAP_CALLIT
          Procedure number of portmap service to indirectly call a remote procedure an ONC/RPC server through the ONC/RPC portmapper.
static int PMAP_DUMP
          Procedure number of portmap service to return information about all currently registered ONC/RPC servers.
static int PMAP_GETPORT
          Procedure number of portmap service to retrieve port number of a particular ONC/RPC server.
static int PMAP_SET
          Procedure number of portmap service to register an ONC/RPC server.
static int PMAP_UNSET
          Procedure number of portmap service to unregister an ONC/RPC server.
 

Field Detail

PMAP_SET

public static final int PMAP_SET
Procedure number of portmap service to register an ONC/RPC server.

PMAP_UNSET

public static final int PMAP_UNSET
Procedure number of portmap service to unregister an ONC/RPC server.

PMAP_GETPORT

public static final int PMAP_GETPORT
Procedure number of portmap service to retrieve port number of a particular ONC/RPC server.

PMAP_DUMP

public static final int PMAP_DUMP
Procedure number of portmap service to return information about all currently registered ONC/RPC servers.

PMAP_CALLIT

public static final int PMAP_CALLIT
Procedure number of portmap service to indirectly call a remote procedure an ONC/RPC server through the ONC/RPC portmapper.