org.glassfish.grizzly.monitoring
Interface MonitoringAware<E>

All Known Subinterfaces:
Connection<L>, JmxMonitoringAware<E>, MemoryManager<E>, Transport
All Known Implementing Classes:
AbstractMemoryManager, AbstractThreadPool, AbstractTransport, ByteBufferManager, FixedThreadPool, GrizzlyExecutorService, HeapMemoryManager, NIOConnection, NIOTransport, SyncThreadPool, TCPNIOConnection, TCPNIOServerConnection, TCPNIOTransport, UDPNIOConnection, UDPNIOServerConnection, UDPNIOTransport

public interface MonitoringAware<E>

General interface for the objects, which could be monitored during the lifecycle.

Author:
Alexey Stashok

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

Method Detail

getMonitoringConfig

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

Returns:
the object associated MonitoringConfig.


Copyright © 2012 Oracle Corporation. All Rights Reserved.