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


Method Index

 o Clone()
 o getArray(int)
 o xdr(XDR)
Encoding/decoding the object itself through the XDR stream

Methods

 o xdr
 public abstract void xdr(XDR xdrs) throws XDRError
Encoding/decoding the object itself through the XDR stream

Parameters:
xdrs - the XDR stream
 o Clone
 public abstract XDT Clone()
 o getArray
 public abstract XDT[] getArray(int len)

All Packages  Class Hierarchy  This Package  Previous  Next  Index