Package org.oddjob.jmx.general
Class SimpleMBeanSession
java.lang.Object
org.oddjob.jmx.general.SimpleMBeanSession
- All Implemented Interfaces:
MBeanSession
A simple implementation of an
MBeanSession.- Author:
- rob
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleMBeanSession(ArooaSession arooaSession, MBeanServerConnection mBeanServer) -
Method Summary
Modifier and TypeMethodDescriptionGet the current OddjobArooaSession.Get the currentMBeanCache.
-
Constructor Details
-
SimpleMBeanSession
-
-
Method Details
-
getArooaSession
Description copied from interface:MBeanSessionGet the current OddjobArooaSession.- Specified by:
getArooaSessionin interfaceMBeanSession- Returns:
- The session. Never null.
-
getMBeanCache
Description copied from interface:MBeanSessionGet the currentMBeanCache.- Specified by:
getMBeanCachein interfaceMBeanSession- Returns:
- The cache. Never null.
-