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
-
-
Constructor Summary
Constructors Constructor Description ProxyOperationExecutor(FunctionExecutorRegistry<org.jboss.modcluster.ModClusterServiceMBean> executors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.dmr.ModelNodeexecute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, Operation<org.jboss.modcluster.ModClusterServiceMBean> executable)
-
-
-
Constructor Detail
-
ProxyOperationExecutor
public ProxyOperationExecutor(FunctionExecutorRegistry<org.jboss.modcluster.ModClusterServiceMBean> executors)
-
-
Method Detail
-
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
-
-