public class RunnerServer extends Object implements Runnable, org.mule.runtime.api.lifecycle.Lifecycle
| Modifier and Type | Field and Description |
|---|---|
protected static String |
MUNIT_SERVER_PORT |
| Constructor and Description |
|---|
RunnerServer() |
| Modifier and Type | Method and Description |
|---|---|
protected ServerSocket |
createServerSocket() |
void |
dispose() |
protected void |
handleClientMessage(ObjectInput in,
ObjectOutput out) |
void |
initialise() |
protected boolean |
isKeepRunning() |
void |
run() |
protected void |
setMuleContext(org.mule.runtime.core.api.MuleContext muleContext) |
void |
start() |
void |
stop() |
protected static final String MUNIT_SERVER_PORT
protected ServerSocket createServerSocket() throws IOException
IOExceptionprotected void handleClientMessage(ObjectInput in, ObjectOutput out) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionprotected void setMuleContext(org.mule.runtime.core.api.MuleContext muleContext)
protected boolean isKeepRunning()
public void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic void start()
throws org.mule.runtime.api.exception.MuleException
start in interface org.mule.runtime.api.lifecycle.Startableorg.mule.runtime.api.exception.MuleExceptionpublic void stop()
throws org.mule.runtime.api.exception.MuleException
stop in interface org.mule.runtime.api.lifecycle.Stoppableorg.mule.runtime.api.exception.MuleExceptionpublic void dispose()
dispose in interface org.mule.runtime.api.lifecycle.DisposableCopyright © 2017. All rights reserved.