public interface TestMBean extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
doValidation(JMXOperations ops) |
void |
executeTest(JMXOperations ops,
ObjectName name) |
String[] |
getAttributes() |
Object[][] |
getOperations() |
String |
getTemplateObjectName()
This method will return an method filled with
arguments and correct signature.
|
String[] |
getTests() |
String |
getType() |
String getType()
String[] getAttributes()
Object[][] getOperations()
String getTemplateObjectName()
op - Object[] getOperation(ObjectName name,String op);String[] getTests()
void executeTest(JMXOperations ops, ObjectName name)
void doValidation(JMXOperations ops)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.