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


Field Summary
static int IMPORTANCE_LEVEL_DEFAULT
          

Supported API: false
 
Method Summary
 void storeLogMessage(String resourceBundle, String messageKey, Object[] textInserts, int importanceLevel)
          Supplies the localized log message for the application.
 

Field Detail

IMPORTANCE_LEVEL_DEFAULT

public static final int IMPORTANCE_LEVEL_DEFAULT


Supported API: false

See Also:
Constant Field Values
Method Detail

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