org.mule.providers.ftp.server
Interface ServerState

All Known Implementing Classes:
InOutState

public interface ServerState


Method Summary
 void awaitStart(long ms)
           
 NamedPayload awaitUpload(long ms)
           
 NamedPayload getDownload(String name)
           
 Collection getDownloadNames()
           
 void pushLastUpload(NamedPayload payload)
           
 void started()
           
 

Method Detail

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.