Skip navigation links
GemFire XD 1.5.6-rc1

Package com.gemstone.gemfire.admin

Contains DUnit tests that exercise the external admin API.

See: Description

Package com.gemstone.gemfire.admin Description

Contains DUnit tests that exercise the external admin API. The classes in this package are designed so that they may extended to test multiple administraion configurations. The root test class is AdminDUnitTestCase whose subclasses test the admin API. All administration performed by these tests are VM-local. These tests are also extends by classes in the com.gemstone.gemfire.admin.jmx package that test administation via JMX. That package also contains an implementation of the admin interface API that is backed by JMX ObjectNames allowing for remote administration. The below diagram depicts the relationship of the admin DUnit tests. The most important thing to note is that test methods are all defined once in the superclass and are inherited by all of the subclasses.

JMXAdminImpl JMXGemFireHealth JMXDistributedSystem GemFireHealthDUnitTest AdminDUnitTestCase GemFireHealthJMXRMIDUnitTest
Skip navigation links
GemFire XD 1.5.6-rc1

Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.