- 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
-
Method Summary
-
Method Details
-
getMonitoringConfig
MonitoringConfig<E> getMonitoringConfig()Return the object associatedMonitoringConfig.- Returns:
- the object associated
MonitoringConfig.
-