public interface MountInterface
| Modifier and Type | Interface and Description |
|---|---|
static class |
MountInterface.MNTPROC
Mount procedures
|
| Modifier and Type | Method and Description |
|---|---|
XDR |
dump(XDR out,
int xid,
InetAddress client)
MNTPROC_DUMP - Return mount entries.
|
XDR |
mnt(XDR xdr,
XDR out,
int xid,
InetAddress client)
MNTPROC_MNT - Add mount entry.
|
XDR |
nullOp(XDR out,
int xid,
InetAddress client)
MNTPRC_NULL - Do Nothing.
|
XDR |
umnt(XDR xdr,
XDR out,
int xid,
InetAddress client)
MNTPROC_UMNT - Remove mount entry.
|
XDR |
umntall(XDR out,
int xid,
InetAddress client)
MNTPROC_UMNTALL - Remove all mount entries.
|
XDR nullOp(XDR out, int xid, InetAddress client)
out - XDR response used in NFS protocolxid - transaction idclient - represents IP addressXDR mnt(XDR xdr, XDR out, int xid, InetAddress client)
xdr - XDR message used in NFS protocolout - XDR response used in NFS protocolxid - transaction idclient - represents IP addressXDR dump(XDR out, int xid, InetAddress client)
out - XDR response used in NFS protocolxid - transaction idclient - represents IP addressXDR umnt(XDR xdr, XDR out, int xid, InetAddress client)
xdr - XDR message used in NFS protocolout - XDR response used in NFS protocolxid - transaction idclient - represents IP addressXDR umntall(XDR out, int xid, InetAddress client)
out - XDR response used in NFS protocolxid - transaction idclient - represents IP addressCopyright © 2008–2019 Apache Software Foundation. All rights reserved.