wt.transfer.delegate
Class AbstractImportDelegate

java.lang.Object
  extended bywt.transfer.delegate.AbstractTransferDelegate
      extended bywt.transfer.delegate.AbstractImportDelegate
All Implemented Interfaces:
BasicTransferDelegate, Serializable, TransferDelegate

public abstract class AbstractImportDelegate
extends AbstractTransferDelegate
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Constructor Summary
AbstractImportDelegate()
           
 
Method Summary
 void doExport(TransferOperation operation)
          

Supported API: false
abstract  void doImport(TransferOperation operation)
          

Supported API: false
 
Methods inherited from class wt.transfer.delegate.AbstractTransferDelegate
dispatchVetoableEvent, invoke, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

AbstractImportDelegate

public AbstractImportDelegate()
Method Detail

doExport

public final void doExport(TransferOperation operation)
                    throws WTException,
                           TransferDelegateException


Supported API: false

Specified by:
doExport in interface BasicTransferDelegate
Parameters:
operation -
Throws:
WTException
TransferDelegateException

doImport

public abstract void doImport(TransferOperation operation)
                       throws WTException,
                              TransferDelegateException


Supported API: false

Specified by:
doImport in interface BasicTransferDelegate
Parameters:
operation -
Throws:
WTException
TransferDelegateException