org.mule.providers.ftp.server
Class Server

java.lang.Object
  extended byorg.mule.providers.ftp.server.Server

public class Server
extends Object

An initial wrapper for the Apache ftpServer. This will progress into a provider of its own, but for now is necessary to avoid duplicating code in FTP tests using FTPClient.


Constructor Summary
Server(int port)
           
 
Method Summary
 void awaitStart(long ms)
           
 NamedPayload awaitUpload(long ms)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Server

public Server(int port)
       throws Exception
Method Detail

awaitStart

public void awaitStart(long ms)
                throws InterruptedException
Throws:
InterruptedException

awaitUpload

public NamedPayload awaitUpload(long ms)
                         throws InterruptedException
Throws:
InterruptedException

stop

public void stop()


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.