Interface MBeanSession

All Known Implementing Classes:
SimpleMBeanSession

public interface MBeanSession
Provide useful things for classes implements the JMXService.
Author:
rob
  • Method Details

    • 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.