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