Package com.adventnet.adaptors.html

This package acts as a JMX adaptor for HTTP and facilitates accessing mbeans and Http Server. 

See:
          Description

Interface Summary
HtmlAuthMBean  
HtmlPagePropMBean This class helps to generate run time or dynamic html pages for the instrumented MBeans.
HttpServerInterface Interface to plug-in user's WebServer to the HTML Adaptor and HTTP Connector.
UserViewInterface Interface for the user for providing his own view for the user defined objects.
 

Class Summary
ClientProperties This class will have all the properties of a client.
HtmlAdaptor This class acts as a JMX adaptor for HTTP access to mbeans.
HtmlAdaptorInitializer  
HtmlAdaptorServerImpl This class plugs in the Tomcat WebServer to the HtmlAdaptor.
HtmlAuth  
HtmlAuthEntry Contains the data handling under htmlAuthEntry group
HtmlAuthTable Handles all requests under htmlAuthTable group
HtmlAuthTableXMLToVector  
HtmlPageProp This class helps to generate run time or dynamic html pages for the instrumented MBeans.
ServerOperations This class is a wrapper over the MBeanServer.This class has methods like getAttribute, setAttribute, etc which is called from DataProvider class.This class in turn calls the MBeanserver methods.
TomcatServer Starter for Tomcat using XML.
UserInfo  
 

Package com.adventnet.adaptors.html Description

This package acts as a JMX adaptor for HTTP and facilitates accessing mbeans and Http Server.