org.jboss.arquillian.protocol.jmx
Class JMXMethodExecutor

java.lang.Object
  extended by 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
JMXMethodExecutor(MBeanServerConnection mbeanServer, CommandCallback callbac)
           
 
Method Summary
 TestResult invoke(TestMethodExecutor testMethodExecutor)
          Invoke a test method deployed in the container.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXMethodExecutor

public JMXMethodExecutor(MBeanServerConnection mbeanServer,
                         CommandCallback callbac)
Method Detail

invoke

public TestResult invoke(TestMethodExecutor testMethodExecutor)
Description copied from interface: ContainerMethodExecutor
Invoke a test method deployed in the container.

Specified by:
invoke in interface ContainerMethodExecutor
Returns:


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.