Uses of Class
org.glassfish.grizzly.monitoring.jmx.GrizzlyJmxManager

Packages that use GrizzlyJmxManager
org.glassfish.grizzly.memory.jmx   
org.glassfish.grizzly.monitoring.jmx   
org.glassfish.grizzly.nio.transport.jmx   
org.glassfish.grizzly.threadpool.jmx   
 

Uses of GrizzlyJmxManager in org.glassfish.grizzly.memory.jmx
 

Methods in org.glassfish.grizzly.memory.jmx with parameters of type GrizzlyJmxManager
protected  void MemoryManager.onDeregister(GrizzlyJmxManager mom)
           
protected  void MemoryManager.onRegister(GrizzlyJmxManager mom, org.glassfish.gmbal.GmbalMBean bean)
           
 

Uses of GrizzlyJmxManager in org.glassfish.grizzly.monitoring.jmx
 

Methods in org.glassfish.grizzly.monitoring.jmx that return GrizzlyJmxManager
static GrizzlyJmxManager GrizzlyJmxManager.instance()
          Return the GrizzlyJmxManager instance.
 

Methods in org.glassfish.grizzly.monitoring.jmx with parameters of type GrizzlyJmxManager
protected abstract  void JmxObject.onDeregister(GrizzlyJmxManager mom)
          Method will be called right after this JmxObject is unregistered by the JMX manager.
protected abstract  void JmxObject.onRegister(GrizzlyJmxManager mom, org.glassfish.gmbal.GmbalMBean bean)
          Method will be called right after this JmxObject is registered by the JMX manager.
 

Uses of GrizzlyJmxManager in org.glassfish.grizzly.nio.transport.jmx
 

Methods in org.glassfish.grizzly.nio.transport.jmx with parameters of type GrizzlyJmxManager
protected  void NIOTransport.onDeregister(GrizzlyJmxManager mom)
           
protected  void NIOTransport.onRegister(GrizzlyJmxManager mom, org.glassfish.gmbal.GmbalMBean bean)
           
 

Uses of GrizzlyJmxManager in org.glassfish.grizzly.threadpool.jmx
 

Methods in org.glassfish.grizzly.threadpool.jmx with parameters of type GrizzlyJmxManager
protected  void ThreadPool.onDeregister(GrizzlyJmxManager mom)
          Method will be called right after this JmxObject is unregistered by the JMX manager.
protected  void ThreadPool.onRegister(GrizzlyJmxManager mom, org.glassfish.gmbal.GmbalMBean bean)
          Method will be called right after this JmxObject is registered by the JMX manager.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.