Class JMXMethodExecutor
- java.lang.Object
-
- org.jboss.arquillian.protocol.jmx.JMXMethodExecutor
-
- All Implemented Interfaces:
ContainerMethodExecutor
public class JMXMethodExecutor extends Object implements ContainerMethodExecutor
JMXMethodExecutor- Author:
- thomas.diesler@jboss.com
-
-
Constructor Summary
Constructors Constructor Description JMXMethodExecutor(MBeanServerConnection mbeanServer, CommandCallback callback)JMXMethodExecutor(MBeanServerConnection mbeanServer, CommandCallback callback, String objectName, Map<String,String> protocolProps)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.arquillian.test.spi.TestResultinvoke(org.jboss.arquillian.test.spi.TestMethodExecutor testMethodExecutor)
-
-
-
Constructor Detail
-
JMXMethodExecutor
public JMXMethodExecutor(MBeanServerConnection mbeanServer, CommandCallback callback)
-
JMXMethodExecutor
public JMXMethodExecutor(MBeanServerConnection mbeanServer, CommandCallback callback, String objectName, Map<String,String> protocolProps)
-
-
Method Detail
-
invoke
public org.jboss.arquillian.test.spi.TestResult invoke(org.jboss.arquillian.test.spi.TestMethodExecutor testMethodExecutor)
- Specified by:
invokein interfaceContainerMethodExecutor
-
-