@ManagedObject @Description(value="The HttpServer.") public class HttpServer extends JmxObject
HttpServer.| Constructor and Description |
|---|
HttpServer(HttpServer gws) |
| Modifier and Type | Method and Description |
|---|---|
String |
getJmxName() |
boolean |
isStarted() |
protected void |
onDeregister(GrizzlyJmxManager mom)
Method will be called right after this JmxObject is unregistered by the JMX manager.
|
protected void |
onRegister(GrizzlyJmxManager mom,
org.glassfish.gmbal.GmbalMBean bean)
Method will be called right after this JmxObject is registered by the JMX manager.
|
protected void |
rebuildSubTree() |
public HttpServer(HttpServer gws)
public String getJmxName()
getJmxName in class JmxObjectprotected void onRegister(GrizzlyJmxManager mom, org.glassfish.gmbal.GmbalMBean bean)
onRegister in class JmxObjectmom - GrizzlyJmxManager Grizzly JMX manager.bean - GmbalMBean, which represents the registration.protected void onDeregister(GrizzlyJmxManager mom)
onDeregister in class JmxObjectmom - GrizzlyJmxManager Grizzly JMX manager.@ManagedAttribute(id="started") @Description(value="Indicates whether or not this server instance has been started.") public boolean isStarted()
HttpServer.isStarted()protected void rebuildSubTree()
Copyright © 2016 Oracle Corporation. All rights reserved.