org.mule.transport.ftp.server
Interface ServerState
- All Known Implementing Classes:
- InOutState
public interface ServerState
pushLastUpload
void pushLastUpload(NamedPayload payload)
getDownload
NamedPayload getDownload(String name)
getDownloadNames
Collection getDownloadNames()
started
void started()
awaitStart
void awaitStart(long ms)
throws InterruptedException
- Throws:
InterruptedException
awaitUpload
NamedPayload awaitUpload(long ms)
throws InterruptedException
- Throws:
InterruptedException
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.