wt.ixb.publicforapps
Interface ApplicationExpImportHandler
- All Known Subinterfaces:
- ApplicationExportHandler, ApplicationImportHandler
- All Known Implementing Classes:
- ApplicationExportHandlerTemplate, ApplicationImportHandlerTemplate, ContainerTemplateHandler, NMHandler
- 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. |
IMPORTANCE_LEVEL_DEFAULT
public static final int IMPORTANCE_LEVEL_DEFAULT
Supported API: false
- See Also:
- Constant Field Values
storeLogMessage
public 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