Class IXBCommonStreamer

java.lang.Object
wt.ixb.clientAccess.IXBCommonStreamer
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IXBStreamer, IXBSvrStreamer

public abstract class IXBCommonStreamer extends Object implements Serializable
It is the super class for IXBStreamer and IXBSvrStreamer so that there should be separate apis for export/import functionality.

Supported API: true
Extendable: false
See Also:
  • Method Details

    • setAttrib

      public void setAttrib(Serializable name, Serializable value)
      sets the value of the attribute in Hashtable attribHash.
      Parameters:
      name -
      value -

      Supported API: true