public interface PortmapInterface
Modifier and Type | Interface and Description |
---|---|
static class |
PortmapInterface.Procedure |
Modifier and Type | Method and Description |
---|---|
XDR |
dump(int xid,
XDR in,
XDR out)
This procedure enumerates all entries in the port mapper's database.
|
XDR |
getport(int xid,
XDR in,
XDR out)
Given a program number "prog", version number "vers", and transport
protocol number "prot", this procedure returns the port number on which the
program is awaiting call requests.
|
XDR |
nullOp(int xidd,
XDR in,
XDR out)
This procedure does no work.
|
XDR |
set(int xid,
XDR in,
XDR out)
When a program first becomes available on a machine, it registers itself
with the port mapper program on the same machine.
|
XDR |
unset(int xid,
XDR in,
XDR out)
When a program becomes unavailable, it should unregister itself with the
port mapper program on the same machine.
|
XDR nullOp(int xidd, XDR in, XDR out)
XDR set(int xid, XDR in, XDR out)
XDR unset(int xid, XDR in, XDR out)
XDR getport(int xid, XDR in, XDR out)
Copyright © 2013 Apache Software Foundation. All rights reserved.