Package wt.ixb.clientAccess
Class IXBCommonStreamer
java.lang.Object
wt.ixb.clientAccess.IXBCommonStreamer
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IXBStreamer,IXBSvrStreamer
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
Supported API: true Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetAttrib(Serializable name, Serializable value) sets the value of the attribute in Hashtable attribHash.
-
Method Details
-
setAttrib
sets the value of the attribute in Hashtable attribHash.- Parameters:
name-value-
Supported API: true
-