Interface IExplorerImportExport
- All Superinterfaces:
IExplorerAbstractImportExport
Deprecated.
Superseded by IExplorerRuntimeImportExport.
Interface for contributing import and export within WebSphere MQ Explorer
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
exportData
(String categoryId, String subcategoryId, OutputStream outputStream) Deprecated.Export to the specified output stream for the specified categoryId and subcategoryId.boolean
importData
(String categoryId, String subcategoryId, InputStream inputStream) Deprecated.Import from the specified input stream for the specified categoryId and subcategoryId.
-
Field Details
-
COPYRIGHT_NOTICE
Deprecated.Common copyright notice- See Also:
-
SCCSID
Deprecated.CMVC descriptors - expanded during extraction- See Also:
-
-
Method Details
-
importData
Deprecated.Import from the specified input stream for the specified categoryId and subcategoryId.- Parameters:
categoryId
- the category id to import forsubcategoryId
- the subcategory id to import forinputStream
- the input stream to import from. THIS STREAM SHOULD NOT BE CLOSED.- Returns:
- boolean true if successful, false otherwise
-
exportData
Deprecated.Export to the specified output stream for the specified categoryId and subcategoryId.- Parameters:
categoryId
- the category id to export forsubcategoryId
- the subcategory id to export foroutputStream
- the output stream to export to. THIS STREAM SHOULD NOT BE CLOSED.- Returns:
- boolean true if successful, false otherwise
-