public interface EmbeddedManagedProcess
ModelControllerClient.| Modifier and Type | Method and Description |
|---|---|
ModelControllerClient |
getModelControllerClient()
Gets the client that can be used to manage the embedded process.
|
String |
getProcessState()
Returns the current process state of this managed process.
|
static ClassLoader |
getTccl() |
static void |
setTccl(ClassLoader cl) |
void |
start()
Start the embedded process.
|
void |
stop()
Stop the embedded process.
|
ModelControllerClient getModelControllerClient()
null if the process is not startedvoid start()
throws EmbeddedProcessStartException
EmbeddedProcessStartExceptionvoid stop()
String getProcessState()
The returned value is a String representation of one of the possible ControlledProcessState.State values.
null if currently the process state is unknown.static ClassLoader getTccl()
static void setTccl(ClassLoader cl)
Copyright © 2020 JBoss by Red Hat. All rights reserved.