public class EmbeddedWildFly10StandaloneServer extends Object implements WildFly10StandaloneServer
| Constructor and Description |
|---|
EmbeddedWildFly10StandaloneServer(String config,
WildFly10Server server) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.dmr.ModelNode |
executeManagementOperation(org.jboss.dmr.ModelNode operation) |
Set<String> |
getExtensions() |
org.jboss.as.controller.client.ModelControllerClient |
getModelControllerClient() |
List<org.jboss.dmr.ModelNode> |
getSecurityRealms() |
WildFly10Server |
getServer() |
org.jboss.dmr.ModelNode |
getSubsystem(String subsystem) |
Set<String> |
getSubsystems() |
boolean |
isStarted() |
void |
removeExtension(String extension) |
void |
removeSubsystem(String subsystem) |
Path |
resolvePath(String pathName) |
void |
start() |
void |
stop() |
public EmbeddedWildFly10StandaloneServer(String config, WildFly10Server server)
public void start()
start in interface WildFly10StandaloneServerpublic void stop()
stop in interface WildFly10StandaloneServerpublic boolean isStarted()
isStarted in interface WildFly10StandaloneServerpublic Set<String> getExtensions() throws IOException
getExtensions in interface WildFly10StandaloneServerIOExceptionpublic WildFly10Server getServer()
getServer in interface WildFly10StandaloneServerpublic org.jboss.dmr.ModelNode getSubsystem(String subsystem) throws IOException
getSubsystem in interface WildFly10StandaloneServerIOExceptionpublic Set<String> getSubsystems() throws IOException
getSubsystems in interface WildFly10StandaloneServerIOExceptionpublic List<org.jboss.dmr.ModelNode> getSecurityRealms() throws IOException
getSecurityRealms in interface WildFly10StandaloneServerIOExceptionpublic void removeSubsystem(String subsystem) throws IOException
removeSubsystem in interface WildFly10StandaloneServerIOExceptionpublic void removeExtension(String extension) throws IOException
removeExtension in interface WildFly10StandaloneServerIOExceptionpublic Path resolvePath(String pathName) throws IOException
resolvePath in interface WildFly10StandaloneServerIOExceptionpublic org.jboss.dmr.ModelNode executeManagementOperation(org.jboss.dmr.ModelNode operation)
throws IOException
executeManagementOperation in interface WildFly10StandaloneServerIOExceptionpublic org.jboss.as.controller.client.ModelControllerClient getModelControllerClient()
getModelControllerClient in interface WildFly10StandaloneServerCopyright © 2016 JBoss by Red Hat. All rights reserved.