@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) |
protected void |
onRegister(GrizzlyJmxManager mom,
org.glassfish.gmbal.GmbalMBean bean) |
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 JmxObjectprotected void onDeregister(GrizzlyJmxManager mom)
onDeregister in class JmxObject@ManagedAttribute(id="started") @Description(value="Indicates whether or not this server instance has been started.") public boolean isStarted()
HttpServer.isStarted()protected void rebuildSubTree()
Copyright © 2013 Oracle Corporation. All Rights Reserved.