public class JMXHtmlServer
extends com.sun.jdmk.comm.HtmlAdaptorServer
| Modifier and Type | Field and Description |
|---|---|
protected net.e6tech.elements.common.logging.Logger |
logger |
| Constructor and Description |
|---|
JMXHtmlServer() |
JMXHtmlServer(int port)
Constructs the
HtmlAdaptorServer that will use the specified port. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doBind() |
java.net.InetAddress |
getBindAddress() |
void |
setBindAddress(java.net.InetAddress bindAddress) |
addUserAuthenticationInfo, createParser, doError, doProcess, doReceive, doUnbind, getActiveClientCount, getAttribute, getAttributes, getLastConnectedClient, getMaxActiveClientCount, getMBeanInfo, getParser, getProtocol, getServedClientCount, invoke, isAuthenticationOn, postDeregister, postRegister, preDeregister, preRegister, removeUserAuthenticationInfo, resetParser, setAttribute, setAttributes, setMaxActiveClientCount, setParser, stoppublic JMXHtmlServer()
public JMXHtmlServer(int port)
HtmlAdaptorServer that will use the specified port.port - An integer representing a valid port number.public java.net.InetAddress getBindAddress()
public void setBindAddress(java.net.InetAddress bindAddress)
protected void doBind()
throws java.lang.InterruptedException
doBind in class com.sun.jdmk.comm.HtmlAdaptorServerjava.lang.InterruptedException