wt.ixb.publicforapps
Interface ApplicationExpImportHandler
- All Known Subinterfaces:
- ApplicationExportHandler, ApplicationImportHandler
- All Known Implementing Classes:
- ApplicationExportHandlerForJar, ApplicationExportHandlerTemplate, ApplicationImportHandlerTemplate
public interface ApplicationExpImportHandler
This interface is the base class for both 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: true
|
Method Summary |
void |
storeLogMessage(String resourceBundle,
String messageKey,
Object[] textInserts,
int importanceLevel)
Supplies the localized log message for the application. |
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