public class CommandServer extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
CommandServer.CommandListener |
| Modifier and Type | Field and Description |
|---|---|
static String |
MULE_CONTEXT_STARTED_COMMAND |
| Constructor and Description |
|---|
CommandServer(int serverPort) |
| Modifier and Type | Method and Description |
|---|---|
void |
setCommandListener(CommandServer.CommandListener commandListener) |
void |
start() |
void |
stop() |
public static final String MULE_CONTEXT_STARTED_COMMAND
public void setCommandListener(CommandServer.CommandListener commandListener)
public void start()
throws IOException
IOExceptionpublic void stop()
Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.