KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > NotificationEmitter > Top Examples

  • test.compliance.server.MBeanServerInvocationHandlerTestCase
    Tests the MBeanServerInvocationHandler @author <a HREF="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock</a>.
  • com.caucho.jmx.MBeanWrapper
    Wrapper around the dynamic mbean to handle classloader lifecycle. Returns the object instance for the mbean.
  • org.jboss.mx.server.AbstractMBeanInvoker
    A base MBeanInvoker class that provides common state as well as @author <a HREF="mailto:juha@jboss.org">Juha Lindfors</a>. @author Scott.Stark@jboss.org @author <a HREF="mailto:dimitris@jboss.org">Dimitris Andreadis</a>. @version $Revision: 1.34.2.3 $
  • org.jboss.mx.server.MBeanInvoker
    This interface represents an invoker for an MBean. An invoker is registered to the MBean server to represent an user MBean. The invoker itself implements a <tt>DynamicMBean</tt> interface and therefore receives all attribute accessor and operation invocations targeted at the user MBean ...
  • com.caucho.jmx.MBeanServerImpl
    The main interface for retrieving and managing JMX objects. Creats a new MBeanServer implementation.
Popular Tags