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

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.