public abstract class AbstractManageableServerConfiguration extends Object implements ManageableServerConfiguration
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractManageableServerConfiguration(WildFly10Server server) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.dmr.ModelNode |
executeManagementOperation(org.jboss.dmr.ModelNode operation) |
org.jboss.as.controller.client.ModelControllerClient |
getModelControllerClient() |
WildFly10Server |
getServer() |
boolean |
isStarted() |
protected void |
processResult(org.jboss.dmr.ModelNode result) |
Path |
resolvePath(String pathName) |
void |
start() |
protected abstract org.jboss.as.controller.client.ModelControllerClient |
startConfiguration() |
void |
stop() |
protected abstract void |
stopConfiguration() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExtensionsManagement, getInterfacesManagement, getSocketBindingGroupsManagementprotected AbstractManageableServerConfiguration(WildFly10Server server)
public void start()
start in interface ManageableServerConfigurationprotected abstract org.jboss.as.controller.client.ModelControllerClient startConfiguration()
public void stop()
stop in interface ManageableServerConfigurationprotected abstract void stopConfiguration()
public boolean isStarted()
isStarted in interface ManageableServerConfigurationpublic WildFly10Server getServer()
getServer in interface ManageableServerConfigurationprotected void processResult(org.jboss.dmr.ModelNode result)
throws ManagementOperationException
ManagementOperationExceptionpublic org.jboss.dmr.ModelNode executeManagementOperation(org.jboss.dmr.ModelNode operation)
throws IOException
executeManagementOperation in interface ManageableServerConfigurationIOExceptionpublic Path resolvePath(String pathName) throws IOException
resolvePath in interface ManageableServerConfigurationIOExceptionpublic org.jboss.as.controller.client.ModelControllerClient getModelControllerClient()
getModelControllerClient in interface ManageableServerConfigurationCopyright © 2016 JBoss by Red Hat. All rights reserved.