|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransferDelegate | |
wt.transfer | |
wt.transfer.delegate |
Uses of TransferDelegate in wt.transfer |
Fields in wt.transfer declared as TransferDelegate | |
private TransferDelegate |
TransferServiceEvent.service
|
Methods in wt.transfer that return TransferDelegate | |
TransferDelegate |
TransferServiceEvent.getService()
Gets the object for the association that plays role: service. |
abstract TransferDelegate |
AbstractTransferDelegateFactory.getDelegate(TransferOperation operation)
Supported API: false |
abstract TransferDelegate |
AbstractTransferDelegateFactory.getDelegate(TransferOperation operation,
Class target)
Supported API: false |
Methods in wt.transfer with parameters of type TransferDelegate | |
void |
TransferServiceEvent.setService(TransferDelegate a_Service)
Sets the object for the association that plays role: service. |
private void |
TransferServiceEvent.serviceValidate(TransferDelegate a_Service)
|
Constructors in wt.transfer with parameters of type TransferDelegate | |
TransferServiceEvent(TransferDelegate service,
String eventType,
Object eventTarget)
Constructs an transfer service's event from the specified service and its event type and target. |
Uses of TransferDelegate in wt.transfer.delegate |
Subinterfaces of TransferDelegate in wt.transfer.delegate | |
interface |
BasicTransferDelegate
Provides an interface that specifies methods to basically read and write one or a group of attributes. |
Classes in wt.transfer.delegate that implement TransferDelegate | |
class |
AbstractExportDelegate
Adapts the general TransferDelegate's interface to enforce that a subclass only implements the write methods whereas the read methods are final
and not overridable. |
class |
AbstractImportDelegate
Supported API: false Extendable: false |
class |
AbstractTransferDelegate
Provides value-add functionality that all transfer delegates can emply. |
class |
DefaultAdHocBasedTransferDelegate
Supported API: false Extendable: false |
class |
DefaultTemplateBasedExportDelegate
Supported API: false Extendable: false |
Methods in wt.transfer.delegate that return TransferDelegate | |
TransferDelegate |
TransferDelegateFactory.getDelegate(TransferOperation operation)
Supported API: false |
TransferDelegate |
TransferDelegateFactory.getDelegate(TransferOperation operation,
Class target)
Supported API: false |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |