See: Description
| Class | Description |
|---|---|
| AdminDistributedSystemDisconnectDUnitTest | |
| CoLocatedAgentDUnitTest |
Tests JMX
Agents that are co-located in a GemFire
application VM. |
| DistributedSystemJMXDUnitTest |
Tests the functionality of the
DistributedSystem admin
interface via JMX MBeans. |
| DistributedSystemJMXRMIDUnitTest |
Tests the functionality of the
DistributedSystem admin
interface via JMX MBeans accessed remotely using RMI. |
| DistributedSystemJMXRMISSLDUnitTest |
Tests the functionality of the
DistributedSystem admin
interface via JMX MBeans accessed remotely using RMI secured with SSL. |
| GemFireHealthJMXDUnitTest |
Tests the functionality of the GemFire health monitoring via JMX
MBeans.
|
| GemFireHealthJMXRMIDUnitTest |
Tests the functionality of the
GemFireHealth admin
interface via JMX MBeans accessed remotely using RMI. |
| JMXAdminDistributedSystem |
An implementation of
AdminDistributedSystem that
communicates via JMX. |
| JMXDistributedSystemConfig |
An implementation of
DistributedSystemConfig that
communicates via JMX. |
| JMXHelper |
A helper class that contains methods for performing various
JMX-related operations.
|
| JMXManagedEntityConfig |
A
ManagedEntityConfig that delegates its work to JMX. |
| MailManagerDUnitTest |
tesing functionality of mail manager
|
| SystemMemberCacheJMXDUnitTest |
Tests the functionality of the
SystemMemberCache admin
interface via JMX MBeans. |
| SystemMemberJMXDUnitTest |
Tests the functionality of the
SystemMember admin
interface via JMX MBeans. |
| SystemMemberRegionJMXDUnitTest |
Tests the functionality of the
SystemMemberRegion admin
interface via JMX MBeans. |
Contains tests for administering GemFire via JMX. It also contains
classes that provide an implementation of the external admin API that uses JMX to do all of the
admin work, the JMX "facade". This allows us test both the external
admin API and JMX acceess using the same test code.
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.