wt.transfer
Interface TransferDelegate

All Known Subinterfaces:
BasicTransferDelegate
All Known Implementing Classes:
AbstractTransferDelegate

public interface TransferDelegate

Provides an interface that specifies methods to basically read and write one or a group of attributes. This interface can be implemented "as is" without further adaptation if a specialized delegate must handle special cases for both output and input.

Otherwise, the TransferDelegate interface is adapted by two abstract classes that provide either a means of only reading or writing, but not requiring the opposite. For example, these adapters may be useful where the standard delegate can be reused for reading purposes but the writing may require specialized access.



Supported API: false

Extendable: false


Method Summary
 void invoke(TransferOperation operation)
          

Supported API: false
 

Method Detail

invoke

public void invoke(TransferOperation operation)
            throws WTException,
                   TransferException


Supported API: false

Parameters:
operation -
Throws:
WTException
TransferException