wt.ixb.clientAccess
Class StandardIXBService.ExportHandler

java.lang.Object
  extended bywt.ixb.publicforapps.ApplicationExportHandlerTemplate
      extended bywt.ixb.publicforapps.ApplicationExportHandlerForJar
          extended bywt.ixb.clientAccess.StandardIXBService.ExportHandler
All Implemented Interfaces:
ApplicationExpImportHandler, ApplicationExportHandler
Enclosing class:
StandardIXBService

private class StandardIXBService.ExportHandler
extends ApplicationExportHandlerForJar


Field Summary
(package private)  IXBExpImpStatus exportResult
           
(package private)  boolean ixbWithGUI
           
(package private)  Locale userLocale
           
(package private)  int userLogLevel
           
 
Fields inherited from class wt.ixb.publicforapps.ApplicationExportHandlerForJar
CONTENTS_DIR_NAME, NAME_IS_TAG
 
Fields inherited from interface wt.ixb.publicforapps.ApplicationExpImportHandler
IMPORTANCE_LEVEL_DEFAULT
 
Constructor Summary
(package private) StandardIXBService.ExportHandler(IXBExpImpStatus _res, Locale locale)
           
 
Method Summary
 void storeLogMessage(String resourceBundle, String messageKey, Object[] textInserts)
           
 void storeLogMessage(String resourceBundle, String messageKey, Object[] textInserts, int importanceLevel)
          Supplies the localized log message for the application.
 
Methods inherited from class wt.ixb.publicforapps.ApplicationExportHandlerForJar
addObjectToManifest, cleanTempDir, computeUniqueFileName, createManifest, createManifest, finalizeAdditionalInfo, getJarFile, getJarWriter, getSaveDir, prepareStoreApplicationData, reallyStoreContent, storeAdditionalInfo, storeContent, storeContent, storeContent, storeDocument
 
Methods inherited from class wt.ixb.publicforapps.ApplicationExportHandlerTemplate
storeDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exportResult

IXBExpImpStatus exportResult

userLogLevel

int userLogLevel

userLocale

Locale userLocale

ixbWithGUI

boolean ixbWithGUI
Constructor Detail

StandardIXBService.ExportHandler

StandardIXBService.ExportHandler(IXBExpImpStatus _res,
                                 Locale locale)
                           throws WTException
Method Detail

storeLogMessage

public void storeLogMessage(String resourceBundle,
                            String messageKey,
                            Object[] textInserts)
                     throws WTException
Overrides:
storeLogMessage in class ApplicationExportHandlerTemplate
Throws:
WTException

storeLogMessage

public void storeLogMessage(String resourceBundle,
                            String messageKey,
                            Object[] textInserts,
                            int importanceLevel)
                     throws WTException
Description copied from class: ApplicationExportHandlerTemplate
Supplies the localized log message for the application.

Supported API: true

Specified by:
storeLogMessage in interface ApplicationExpImportHandler
Overrides:
storeLogMessage in class ApplicationExportHandlerTemplate
Parameters:
resourceBundle -
messageKey -
textInserts -
importanceLevel -
Throws:
WTException