See: Description
| Interface | Description |
|---|---|
| TransferPolicy |
Interface for the classes which copy objects for transfer.
|
| TransferTarget |
Interface for the classes which do the transfer.
|
| Class | Description |
|---|---|
| TransferController | |
| TransferDescriptor |
Bean to encapsulte various transfer options to be used as the model for a
transfer.
|
| TransferHelper | Deprecated |
| TransferManager |
Manage the transfer of database objects.
|
| TransferState |
Object that holds the current state of a transfer process.
|
| TransferStateListener |
A listener for the TransferState object.
|
| Enum | Description |
|---|---|
| TransferState.Event |
An enumeration of events in the lifecycle of the TransferState.
|
| Exception | Description |
|---|---|
| TransferCancelledException |
Exception thrown when the transfer process is cancelled through the
TransferState.cancel() method.
|
| TransferFailedException |
Exception class used by the transfer handlers.
|
TransferManager,
oracle.javatools.db