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.
|
org.jboss.as.controller.client.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()
EmbeddedManagedProcessstart in interface EmbeddedManagedProcesspublic void stop()
EmbeddedManagedProcessstop in interface EmbeddedManagedProcesspublic org.jboss.as.controller.client.ModelControllerClient getModelControllerClient()
EmbeddedManagedProcessgetModelControllerClient in interface EmbeddedManagedProcessnull if the process is not startedpublic StandaloneServer getStandaloneServer()
public HostController getHostController()
public boolean isHostController()
Copyright © 2016 JBoss by Red Hat. All rights reserved.