|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.ixb.publicforapps.ExpImporter
public abstract class ExpImporter
This abstract class represents common part of Exporter
and Importer classes.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
wt.ixb.publicforhandlers.AttributeExporterImporterManager |
attributeExporterImporterManager
Represents manager for export/import attribute handlers Supported API: true |
Hashtable |
generalContext
Represents general export/import context Supported API: true |
wt.ixb.publicforhandlers.IxbHandlersManager |
ixbHandlersManager
Represents manager for export/import handlers Supported API: true |
| Method Summary | |
|---|---|
abstract void |
logMessage(String resourceBundle,
String messageKey,
Object[] textInserts)
Sends log message to export/import application Supported API: true |
abstract void |
logMessage(String resourceBundle,
String messageKey,
Object[] textInserts,
int importanceLevel)
Sends log message to export/import application Supported API: true |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Hashtable generalContext
public wt.ixb.publicforhandlers.IxbHandlersManager ixbHandlersManager
public wt.ixb.publicforhandlers.AttributeExporterImporterManager attributeExporterImporterManager
| Method Detail |
|---|
public abstract void logMessage(String resourceBundle,
String messageKey,
Object[] textInserts)
throws WTException
resourceBundle - messageKey - textInserts -
WTException
public abstract void logMessage(String resourceBundle,
String messageKey,
Object[] textInserts,
int importanceLevel)
throws WTException
resourceBundle - messageKey - textInserts - importanceLevel -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||