|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
void |
invoke(TransferOperation operation)
Supported API: false |
Method Detail |
public void invoke(TransferOperation operation) throws WTException, TransferException
operation
-
WTException
TransferException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |