|
Arquillian Protocol JMX 1.0.0.CR2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JMXTestRunnerMBean

An MBean to run test methods in container.
| Field Summary | |
|---|---|
static String |
OBJECT_NAME
The ObjectName for this service: jboss.arquillian:service=jmx-test-runner |
| Method Summary | |
|---|---|
void |
push(String eventId,
byte[] command)
Client side to push a Command result back to container. |
Command<?> |
receive()
Receive Command results |
InputStream |
runTestMethodEmbedded(String className,
String methodName)
Runs a test method on the given test class |
org.jboss.arquillian.test.spi.TestResult |
runTestMethodRemote(String className,
String methodName)
Runs a test method on the given test class |
void |
send(Command<?> command)
Broadcast Command commands to any listeners |
| Methods inherited from interface javax.management.NotificationBroadcaster |
|---|
addNotificationListener, getNotificationInfo, removeNotificationListener |
| Field Detail |
|---|
static final String OBJECT_NAME
| Method Detail |
|---|
InputStream runTestMethodEmbedded(String className,
String methodName)
className - the test class namemethodName - the test method name
TestResult from
org.jboss.arquillian.test.spi.TestResult runTestMethodRemote(String className,
String methodName)
className - the test class namemethodName - the test method name
TestResultvoid send(Command<?> command)
Command commands to any listeners
command - Command object containing the requestCommand<?> receive()
Command results
void push(String eventId,
byte[] command)
Command result back to container.
eventId - used to correlate the resultcommand - Command object containing the result, serialized
|
Arquillian Protocol JMX 1.0.0.CR2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||