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
 ArooaSession getArooaSession()
          Get the current Oddjob ArooaSession.
 MBeanCache getMBeanCache()
          Get the current MBeanCache.
 

Method Detail

getArooaSession

ArooaSession getArooaSession()
Get the current Oddjob ArooaSession.

Returns:
The session. Never null.

getMBeanCache

MBeanCache getMBeanCache()
Get the current MBeanCache.

Returns:
The cache. Never null.