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