public interface TransferTarget
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
canTransfer(TransferDescriptor transferDescriptor,
           java.lang.String type)
Returns true if the transfer as described by  
TransferDescriptor
 will support the specified type. | 
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()
boolean canTransfer(TransferDescriptor transferDescriptor, java.lang.String type) throws TransferFailedException
TransferDescriptor
 will support the specified type.TransferFailedException