Class RegistryEntryWrapperJMX
java.lang.Object
org.serviceconnector.registry.jmx.RegistryEntryWrapperJMX
- All Implemented Interfaces:
IRegistryEntryWrapperMXBean
The Class MapBeanWrapperJMX. Wraps registry entries. Needed for JMX access.
- Author:
- JTraber
-
Constructor Summary
ConstructorsConstructorDescriptionRegistryEntryWrapperJMX(String key, Object obj) Instantiates a new RegistryEntryWrapperJMX. -
Method Summary
-
Constructor Details
-
RegistryEntryWrapperJMX
Instantiates a new RegistryEntryWrapperJMX.- Parameters:
key- the keyobj- the map bean
-
-
Method Details
-
getEntry
Gets the entry.- Specified by:
getEntryin interfaceIRegistryEntryWrapperMXBean- Returns:
- the entry
-
getKey
Gets the key.- Specified by:
getKeyin interfaceIRegistryEntryWrapperMXBean- Returns:
- the key
-