public interface TransferTarget
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Get summary text.
|
SystemObject[] |
transfer(ResultSet rs)
Complete the transfer by applying the given result set to the transfer target.
|
SystemObject[] transfer(ResultSet rs) throws TransferFailedException
TransferFailedException - if creating the objects in the transfer target fails.java.lang.String getDescription()