Uses of Interface
org.glassfish.grizzly.monitoring.MonitoringAware

Packages that use MonitoringAware
org.glassfish.grizzly   
org.glassfish.grizzly.memory   
org.glassfish.grizzly.monitoring.jmx   
org.glassfish.grizzly.nio   
org.glassfish.grizzly.nio.transport   
org.glassfish.grizzly.threadpool   
 

Uses of MonitoringAware in org.glassfish.grizzly
 

Subinterfaces of MonitoringAware in org.glassfish.grizzly
 interface Connection<L>
          Common interface, which represents any kind of connection.
 interface Transport
          Transport interface describes the transport unit used in Grizzly.
 

Classes in org.glassfish.grizzly that implement MonitoringAware
 class AbstractTransport
          Abstract Transport.
 

Uses of MonitoringAware in org.glassfish.grizzly.memory
 

Subinterfaces of MonitoringAware in org.glassfish.grizzly.memory
 interface MemoryManager<E extends Buffer>
          MemoryManager, responsible for allocating and releasing memory, required during application runtime.
 

Classes in org.glassfish.grizzly.memory that implement MonitoringAware
 class AbstractMemoryManager<E extends Buffer>
          A MemoryManager abstraction to provide utilities that may be useful across different MemoryManager implementations.
 class ByteBufferManager
          The simple Buffer manager implementation, which works as wrapper above ByteBuffers.
 class HeapMemoryManager
          A WrapperAware MemoryManager implementation for managing HeapBuffer instances.
 

Uses of MonitoringAware in org.glassfish.grizzly.monitoring.jmx
 

Subinterfaces of MonitoringAware in org.glassfish.grizzly.monitoring.jmx
 interface JmxMonitoringAware<E>
          The interface, which could be used by the objects, which support JMX monitoring.
 

Uses of MonitoringAware in org.glassfish.grizzly.nio
 

Classes in org.glassfish.grizzly.nio that implement MonitoringAware
 class NIOConnection
          Common Connection implementation for Java NIO Connections.
 class NIOTransport
           
 

Uses of MonitoringAware in org.glassfish.grizzly.nio.transport
 

Classes in org.glassfish.grizzly.nio.transport that implement MonitoringAware
 class TCPNIOConnection
          Connection implementation for the TCPNIOTransport
 class TCPNIOServerConnection
           
 class TCPNIOTransport
          TCP Transport NIO implementation
 class UDPNIOConnection
          Connection implementation for the UDPNIOTransport
 class UDPNIOServerConnection
          Server Connection implementation for the UDPNIOTransport
 class UDPNIOTransport
          UDP NIO transport implementation
 

Uses of MonitoringAware in org.glassfish.grizzly.threadpool
 

Classes in org.glassfish.grizzly.threadpool that implement MonitoringAware
 class AbstractThreadPool
          Abstract ExecutorService implementation.
 class FixedThreadPool
          Minimalistic fixed thread pool to allow for nice scalability if a good Queue impl is used.
 class GrizzlyExecutorService
           
 class SyncThreadPool
          ExecutorService implementation, which function the similar way as former Grizzly 1.x Pipeline based thread pools.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.