Package org.glassfish.grizzly.monitoring
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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MonitoringConfig<E>getMonitoringConfig()Return the object associatedMonitoringConfig.
-
-
-
Method Detail
-
getMonitoringConfig
MonitoringConfig<E> getMonitoringConfig()
Return the object associatedMonitoringConfig.- Returns:
- the object associated
MonitoringConfig.
-
-