Syntax
struct TransferResult;
Description
Information about a transfer activity.
Field Summary
|
Source |
The URL of the source object.
|
|
Target |
The URL of the target folder into which to transfer (a copy of) the
source object.
|
|
Result |
Either void if the transfer has been carried out successfully, or an
exception indicating the kind of failure.
|
|
Field Details
|
|
Syntax
string Source;
Description
The URL of the source object.
Syntax
string Target;
Description
The URL of the target folder into which to transfer (a copy of) the
source object.
Syntax
any Result;
Description
Either void if the transfer has been carried out successfully, or an
exception indicating the kind of failure.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.