public class RunnerServer extends Object implements Runnable, org.mule.runtime.api.lifecycle.Lifecycle
| Modifier and Type | Field and Description |
|---|---|
protected static String |
MUNIT_RUNNER_SERVER_TIME_OUT |
| 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() |
void |
setComponentLocator(org.mule.runtime.api.component.location.ConfigurationComponentLocator componentLocator) |
void |
setSchedulerService(org.mule.runtime.api.scheduler.SchedulerService schedulerService) |
void |
start() |
void |
stop() |
protected static final String MUNIT_RUNNER_SERVER_TIME_OUT
protected ServerSocket createServerSocket() throws IOException
IOExceptionprotected void handleClientMessage(ObjectInput in, ObjectOutput out) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionprotected boolean isKeepRunning()
public void setSchedulerService(org.mule.runtime.api.scheduler.SchedulerService schedulerService)
public void setComponentLocator(org.mule.runtime.api.component.location.ConfigurationComponentLocator componentLocator)
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 © 2018. All rights reserved.