Package org.acplt.oncrpc
Interface OncRpcPortmapServices
public interface OncRpcPortmapServices
A collection of constants used for ONC/RPC messages to identify the
remote procedure calls offered by ONC/RPC portmappers.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2003/08/13 12:03:41 $ $State: Exp $ $Locker: $
- Author:
- Harald Albrecht
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Procedure number of portmap service to indirectly call a remote procedure an ONC/RPC server through the ONC/RPC portmapper.static final int
Procedure number of portmap service to return information about all currently registered ONC/RPC servers.static final int
Procedure number of portmap service to retrieve port number of a particular ONC/RPC server.static final int
Procedure number of portmap service to register an ONC/RPC server.static final int
Procedure number of portmap service to unregister an ONC/RPC server.
-
Field Details
-
PMAP_SET
static final int PMAP_SETProcedure number of portmap service to register an ONC/RPC server.- See Also:
-
PMAP_UNSET
static final int PMAP_UNSETProcedure number of portmap service to unregister an ONC/RPC server.- See Also:
-
PMAP_GETPORT
static final int PMAP_GETPORTProcedure number of portmap service to retrieve port number of a particular ONC/RPC server.- See Also:
-
PMAP_DUMP
static final int PMAP_DUMPProcedure number of portmap service to return information about all currently registered ONC/RPC servers.- See Also:
-
PMAP_CALLIT
static final int PMAP_CALLITProcedure number of portmap service to indirectly call a remote procedure an ONC/RPC server through the ONC/RPC portmapper.- See Also:
-