|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransferFilter
TransferFilter contract. It allows to pre-process input before transfer.
Method Summary | |
---|---|
void |
clean()
Clean Filter such as deleting temporary files. |
java.lang.Object |
execute(java.lang.Object input)
Execute the Filter such as file content checking or modification. |
void |
init(TransferController tc,
java.lang.String id)
Initialize Filter such as loading configuration file. |
Method Detail |
---|
void init(TransferController tc, java.lang.String id) throws ClientException
tc
- id
- identifier
ClientException
java.lang.Object execute(java.lang.Object input) throws ClientException
input
-
ClientException
void clean()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |