Package wt.ixb.publicforapps
Interface ApplicationExpImportHandler
- All Known Subinterfaces:
ApplicationExportHandler,ApplicationImportHandler
- All Known Implementing Classes:
ApplicationExportHandlerForJar,ApplicationExportHandlerForXml,ApplicationExportHandlerTemplate,ApplicationImportHandlerForJar,ApplicationImportHandlerForRepository,ApplicationImportHandlerForXml,ApplicationImportHandlerTemplate,PDXExportHandler
public interface ApplicationExpImportHandler
This interface is the base class for both
It includes only one method, which is used by export/import service to supply log messages for application.
Supported API: true
Extendable: false
ApplicationExportHandler
and ApplicationImportHandler.
It includes only one method, which is used by export/import service to supply log messages for application.
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionvoidstoreLogMessage(String resourceBundle, String messageKey, Object[] textInserts, int importanceLevel) Supplies the localized log message for the application.
-
Method Details
-
storeLogMessage
void storeLogMessage(String resourceBundle, String messageKey, Object[] textInserts, int importanceLevel) throws WTException Supplies the localized log message for the application.
Supported API: true- Parameters:
resourceBundle-messageKey-textInserts-importanceLevel-- Throws:
WTException
-