EmbeddedManagedProcess
, StandaloneServer
or HostController
interface
and not this implementation class@Deprecated public final class EmbeddedServerReference extends Object implements StandaloneServer, HostController
StandaloneServer
and HostController
.Modifier and Type | Method and Description |
---|---|
HostController |
getHostController()
Deprecated.
|
ModelControllerClient |
getModelControllerClient()
Deprecated.
Gets the client that can be used to manage the embedded process.
|
StandaloneServer |
getStandaloneServer()
Deprecated.
|
boolean |
isHostController()
Deprecated.
|
void |
start()
Deprecated.
Start the embedded process.
|
void |
stop()
Deprecated.
Stop the embedded process.
|
public void start()
EmbeddedManagedProcess
start
in interface EmbeddedManagedProcess
public void stop()
EmbeddedManagedProcess
stop
in interface EmbeddedManagedProcess
public ModelControllerClient getModelControllerClient()
EmbeddedManagedProcess
getModelControllerClient
in interface EmbeddedManagedProcess
null
if the process is not startedpublic StandaloneServer getStandaloneServer()
public HostController getHostController()
public boolean isHostController()
Copyright © 2023 JBoss by Red Hat. All rights reserved.