Package org.oddjob.jmx.general
Interface MBeanSession
- All Known Implementing Classes:
SimpleMBeanSession
public interface MBeanSession
Provide useful things for classes implements the JMXService.
- Author:
- rob
-
Method Summary
Modifier and TypeMethodDescriptionGet the current OddjobArooaSession.Get the currentMBeanCache.
-
Method Details
-
getArooaSession
ArooaSession getArooaSession()Get the current OddjobArooaSession.- Returns:
- The session. Never null.
-
getMBeanCache
MBeanCache getMBeanCache()Get the currentMBeanCache.- Returns:
- The cache. Never null.
-