Class ModelControllerClientServerDeploymentManager
- java.lang.Object
-
- org.jboss.as.controller.client.helpers.standalone.impl.AbstractServerDeploymentManager
-
- org.jboss.as.controller.client.helpers.standalone.impl.ModelControllerClientServerDeploymentManager
-
- All Implemented Interfaces:
Closeable,AutoCloseable,ServerDeploymentManager
public class ModelControllerClientServerDeploymentManager extends AbstractServerDeploymentManager implements Closeable
ServerDeploymentManagerthat uses aModelControllerClient.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.client.helpers.standalone.ServerDeploymentManager
ServerDeploymentManager.Factory
-
-
Constructor Summary
Constructors Constructor Description ModelControllerClientServerDeploymentManager(ModelControllerClient client, boolean closeClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()protected Future<org.jboss.dmr.ModelNode>executeOperation(Operation operation)-
Methods inherited from class org.jboss.as.controller.client.helpers.standalone.impl.AbstractServerDeploymentManager
execute, newDeploymentPlan
-
-
-
-
Constructor Detail
-
ModelControllerClientServerDeploymentManager
public ModelControllerClientServerDeploymentManager(ModelControllerClient client, boolean closeClient)
-
-
Method Detail
-
executeOperation
protected Future<org.jboss.dmr.ModelNode> executeOperation(Operation operation)
- Specified by:
executeOperationin classAbstractServerDeploymentManager
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-