Modifier and Type | Method and Description |
---|---|
protected abstract JmxObject |
AbstractTransport.createJmxManagementObject()
Create the Transport JMX managment object.
|
Modifier and Type | Method and Description |
---|---|
protected JmxObject |
HttpCodecFilter.createJmxManagementObject() |
protected JmxObject |
KeepAlive.createJmxManagementObject() |
Modifier and Type | Class and Description |
---|---|
class |
HttpCodecFilter
JMX management object for the
HttpCodecFilter . |
class |
KeepAlive
JMX management object for
KeepAlive . |
Modifier and Type | Field and Description |
---|---|
protected JmxObject |
HttpServer.managementObject |
Modifier and Type | Method and Description |
---|---|
protected JmxObject |
HttpServerFilter.createJmxManagementObject() |
JmxObject |
NetworkListener.createManagementObject() |
JmxObject |
HttpServer.getManagementObject(boolean clear) |
Modifier and Type | Method and Description |
---|---|
protected JmxObject |
FileCache.createJmxManagementObject() |
Modifier and Type | Class and Description |
---|---|
class |
FileCache
This class provides a JMX view of the current operating state of the
FileCache.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpServer
JMX management object for
HttpServer . |
class |
HttpServerFilter
JMX management object for the
HttpServerFilter . |
class |
NetworkListener
JMX management object for
NetworkListener . |
Modifier and Type | Method and Description |
---|---|
JmxObject |
Monitorable.createManagementObject() |
Modifier and Type | Method and Description |
---|---|
protected abstract JmxObject |
AbstractMemoryManager.createJmxManagementObject() |
protected JmxObject |
ByteBufferManager.createJmxManagementObject()
Create the Memory Manager JMX management object.
|
protected JmxObject |
HeapMemoryManager.createJmxManagementObject() |
Modifier and Type | Class and Description |
---|---|
class |
ByteBufferManager
ByteBufferManager JMX object. |
class |
HeapMemoryManager
HeapMemoryManager JMX object. |
class |
MemoryManager
MemoryManager JMX object. |
Modifier and Type | Method and Description |
---|---|
JmxObject |
JmxMonitoringConfig.createManagementObject()
Create the
JmxObject , which represents this object. |
Modifier and Type | Method and Description |
---|---|
void |
GrizzlyJmxManager.deregister(JmxObject object)
Unregister Grizzly
JmxObject . |
org.glassfish.gmbal.GmbalMBean |
GrizzlyJmxManager.register(Object parent,
JmxObject object,
String name)
Register Grizzly
JmxObject as child of the passed parent object
with the specific name. |
org.glassfish.gmbal.GmbalMBean |
GrizzlyJmxManager.registerAtRoot(JmxObject object,
String name)
Register Grizzly
JmxObject at the root with the passed name. |
Modifier and Type | Method and Description |
---|---|
protected JmxObject |
UDPNIOTransport.createJmxManagementObject()
Create the Transport JMX managment object.
|
protected JmxObject |
TCPNIOTransport.createJmxManagementObject()
Create the Transport JMX managment object.
|
Modifier and Type | Class and Description |
---|---|
class |
NIOTransport
NIO Transport JMX object.
|
class |
TCPNIOTransport
TCP NIO Transport JMX object.
|
class |
UDPNIOTransport
UDP NIO Transport JMX object.
|
Modifier and Type | Class and Description |
---|---|
class |
ThreadPool
JMX managed object for Grizzly thread pool implementations.
|
Copyright © 2013 Oracle Corporation. All Rights Reserved.