Interface MonitoringAware<E>

All Known Subinterfaces:
Connection<L>, MemoryManager<E>, Transport
All Known Implementing Classes:
AbstractMemoryManager, AbstractThreadPool, AbstractTransport, ByteBufferManager, FixedThreadPool, GrizzlyExecutorService, HeapMemoryManager, NIOConnection, NIOTransport, PooledMemoryManager, 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