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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTccl, setTcclpublic void start()
EmbeddedManagedProcessstart in interface EmbeddedManagedProcesspublic void stop()
EmbeddedManagedProcessstop in interface EmbeddedManagedProcesspublic ModelControllerClient getModelControllerClient()
EmbeddedManagedProcessgetModelControllerClient in interface EmbeddedManagedProcessnull if the process is not startedpublic StandaloneServer getStandaloneServer()
public HostController getHostController()
public boolean isHostController()
Copyright © 2018 JBoss by Red Hat. All rights reserved.