All Packages Class Hierarchy This Package Previous Next Index
Interface netbula.ORPC.XDT
- public interface XDT
External data type interface, an XDT knows how to encode/decode itself through an XDR
-
Clone()
-
-
getArray(int)
-
-
xdr(XDR)
- Encoding/decoding the object itself through the XDR stream
xdr
public abstract void xdr(XDR xdrs) throws XDRError
- Encoding/decoding the object itself through the XDR stream
- Parameters:
- xdrs - the XDR stream
Clone
public abstract XDT Clone()
getArray
public abstract XDT[] getArray(int len)
All Packages Class Hierarchy This Package Previous Next Index