public interface EmbeddedManagedProcess
ModelControllerClient.| Modifier and Type | Method and Description |
|---|---|
ModelControllerClient |
getModelControllerClient()
Gets the client that can be used to manage the embedded 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()
static ClassLoader getTccl()
static void setTccl(ClassLoader cl)
Copyright © 2019 JBoss by Red Hat. All rights reserved.