public interface WildFly10StandaloneServer
| 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 name) |
Set<String> |
getSubsystems() |
boolean |
isStarted() |
void |
removeExtension(String extension) |
void |
removeSubsystem(String subsystem) |
Path |
resolvePath(String path) |
void |
start() |
void |
stop() |
void start()
void stop()
boolean isStarted()
WildFly10Server getServer()
Set<String> getExtensions() throws IOException
IOExceptionList<org.jboss.dmr.ModelNode> getSecurityRealms() throws IOException
IOExceptionorg.jboss.dmr.ModelNode getSubsystem(String name) throws IOException
IOExceptionSet<String> getSubsystems() throws IOException
IOExceptionvoid removeSubsystem(String subsystem) throws IOException
IOExceptionvoid removeExtension(String extension) throws IOException
IOExceptionPath resolvePath(String path) throws IOException
IOExceptionorg.jboss.dmr.ModelNode executeManagementOperation(org.jboss.dmr.ModelNode operation)
throws IOException
IOExceptionorg.jboss.as.controller.client.ModelControllerClient getModelControllerClient()
Copyright © 2016 JBoss by Red Hat. All rights reserved.