org.glassfish.grizzly.monitoring.jmx
Interface JmxMonitoringAware<E>

All Superinterfaces:
MonitoringAware<E>
All Known Subinterfaces:
MemoryManager<E>, Transport
All Known Implementing Classes:
AbstractMemoryManager, AbstractThreadPool, AbstractTransport, ByteBufferManager, FixedThreadPool, GrizzlyExecutorService, HeapMemoryManager, NIOTransport, SyncThreadPool, TCPNIOTransport, UDPNIOTransport

public interface JmxMonitoringAware<E>
extends MonitoringAware<E>

The interface, which could be used by the objects, which support JMX monitoring.

Author:
Alexey Stashok

Method Summary
 JmxMonitoringConfig<E> getMonitoringConfig()
          Return the object associated JmxMonitoringConfig.
 

Method Detail

getMonitoringConfig

JmxMonitoringConfig<E> getMonitoringConfig()
Return the object associated JmxMonitoringConfig.

Specified by:
getMonitoringConfig in interface MonitoringAware<E>
Returns:
the object associated JmxMonitoringConfig.


Copyright © 2012 Oracle Corporation. All Rights Reserved.