Class ProxyOperationExecutor
java.lang.Object
org.wildfly.extension.mod_cluster.ProxyOperationExecutor
- All Implemented Interfaces:
OperationExecutor<org.jboss.modcluster.ModClusterServiceMBean>
public class ProxyOperationExecutor
extends Object
implements OperationExecutor<org.jboss.modcluster.ModClusterServiceMBean>
- Author:
- Radoslav Husar
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProxyOperationExecutor(org.wildfly.subsystem.service.capture.FunctionExecutorRegistry<org.jboss.modcluster.ModClusterServiceMBean> executors) -
Method Summary
-
Field Details
-
HOST
public static final org.jboss.as.controller.SimpleAttributeDefinition HOST -
PORT
public static final org.jboss.as.controller.SimpleAttributeDefinition PORT
-
-
Constructor Details
-
ProxyOperationExecutor
public ProxyOperationExecutor(org.wildfly.subsystem.service.capture.FunctionExecutorRegistry<org.jboss.modcluster.ModClusterServiceMBean> executors)
-
-
Method Details
-
execute
public org.jboss.dmr.ModelNode execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, Operation<org.jboss.modcluster.ModClusterServiceMBean> executable) throws org.jboss.as.controller.OperationFailedException - Specified by:
executein interfaceOperationExecutor<org.jboss.modcluster.ModClusterServiceMBean>- Throws:
org.jboss.as.controller.OperationFailedException
-