
public interface JMXTestRunnerMBean extends NotificationBroadcaster
| Modifier and Type | Field and Description |
|---|---|
static String |
OBJECT_NAME
The ObjectName for this service: jboss.arquillian:service=jmx-test-runner
|
| Modifier and Type | Method and Description |
|---|---|
void |
push(String eventId,
byte[] command)
Client side to push a
Command result back to container. |
Command<?> |
receive()
Receive
Command results |
byte[] |
runTestMethod(String className,
String methodName)
Deprecated.
|
byte[] |
runTestMethod(String className,
String methodName,
Map<String,String> protocolProps)
Runs a test method on the given test class
|
void |
send(Command<?> command)
Broadcast
Command commands to any listeners |
addNotificationListener, getNotificationInfo, removeNotificationListenerstatic final String OBJECT_NAME
@Deprecated byte[] runTestMethod(String className, String methodName)
className - the test class namemethodName - the test method nameTestResultbyte[] runTestMethod(String className, String methodName, Map<String,String> protocolProps)
className - the test class namemethodName - the test method nameprotocol - configuration propertiesTestResultvoid send(Command<?> command)
Command commands to any listenerscommand - Command object containing the requestCommand<?> receive()
Command resultsCopyright © 2016 JBoss by Red Hat. All rights reserved.