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