| Package | Description |
|---|---|
| management | |
| management.jmx | |
| management.jmx.validation | |
| management.operations.ops.jmx |
| Modifier and Type | Method and Description |
|---|---|
static Expectation |
Expectations.forMBean(javax.management.ObjectName mbean) |
| Modifier and Type | Method and Description |
|---|---|
Expectation |
Expectation.expectAttribute(java.lang.String attribute,
java.lang.Object value) |
Expectation |
Expectation.expectMBeanAt(java.lang.String url) |
Expectation |
Expectation.expectNotification(java.lang.String notificationType,
java.lang.Object source,
java.lang.String message,
int matchCount,
int mode) |
Expectation |
Expectation.expectNotification(java.lang.String notificationType,
java.lang.Object source,
java.lang.String message,
java.lang.Object userData,
int mode)
Make sure you add notification to expectation in order expected so that
validation happens in correct order.
|
Expectation |
Expectation.expectOperation(java.lang.String operationName,
java.lang.Object result) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Expectation> |
JMXBlackboard.getExpectedState() |
| Modifier and Type | Method and Description |
|---|---|
void |
JMXBlackboard.addExpectation(Expectation ex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JMXValidator.validateAttributes(Expectation expectation,
java.util.List<ValidationResult> list,
javax.management.MBeanServerConnection remoteMBS) |
void |
JMXValidator.validateNotifications(Expectation expectation,
java.util.List<ValidationResult> list,
java.util.List<JMXNotification> recordedNotificationList) |
void |
JMXValidator.validateOperations(Expectation expectation,
java.util.List<ValidationResult> list,
java.util.List<JMXOperation> recordedOpList) |
| Constructor and Description |
|---|
JMXValidator(JMXEventRecorder recorder,
java.util.List<Expectation> expectedEvents) |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<Expectation> |
AbstractTestMBean.InPlaceJMXNotifValidator.expectationList |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.