org.mule.test.infrastructure.process
Class CommandServer

java.lang.Object
  extended by org.mule.test.infrastructure.process.CommandServer

public class CommandServer
extends Object


Nested Class Summary
static interface CommandServer.CommandListener
           
 
Field Summary
static String MULE_CONTEXT_STARTED_COMMAND
           
 
Constructor Summary
CommandServer(int serverPort)
           
 
Method Summary
 void setCommandListener(CommandServer.CommandListener commandListener)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MULE_CONTEXT_STARTED_COMMAND

public static final String MULE_CONTEXT_STARTED_COMMAND
See Also:
Constant Field Values
Constructor Detail

CommandServer

public CommandServer(int serverPort)
Method Detail

setCommandListener

public void setCommandListener(CommandServer.CommandListener commandListener)

start

public void start()
           throws IOException
Throws:
IOException

stop

public void stop()


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.