Package org.deepsymmetry.cratedigger.rpc
Class MountList
- java.lang.Object
-
- org.deepsymmetry.cratedigger.rpc.MountList
-
- All Implemented Interfaces:
org.acplt.oncrpc.XdrAble
public class MountList extends Object implements org.acplt.oncrpc.XdrAble
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
xdrDecode(org.acplt.oncrpc.XdrDecodingStream xdr)
void
xdrEncode(org.acplt.oncrpc.XdrEncodingStream xdr)
-
-
-
Constructor Detail
-
MountList
public MountList()
-
MountList
public MountList(org.acplt.oncrpc.XdrDecodingStream xdr) throws org.acplt.oncrpc.OncRpcException, IOException
- Throws:
org.acplt.oncrpc.OncRpcException
IOException
-
-
Method Detail
-
xdrEncode
public void xdrEncode(org.acplt.oncrpc.XdrEncodingStream xdr) throws org.acplt.oncrpc.OncRpcException, IOException
- Specified by:
xdrEncode
in interfaceorg.acplt.oncrpc.XdrAble
- Throws:
org.acplt.oncrpc.OncRpcException
IOException
-
xdrDecode
public void xdrDecode(org.acplt.oncrpc.XdrDecodingStream xdr) throws org.acplt.oncrpc.OncRpcException, IOException
- Specified by:
xdrDecode
in interfaceorg.acplt.oncrpc.XdrAble
- Throws:
org.acplt.oncrpc.OncRpcException
IOException
-
-