< prev index next >

src/java.management/share/classes/javax/management/package.html

Print this page

        

*** 28,38 **** </head> <body bgcolor="white"> <p>Provides the core classes for the Java Management Extensions.</p> <p>The Java Management Extensions ! (JMX<sup><font size="-1">TM</font></sup>) API is a standard API for management and monitoring. Typical uses include:</p> <ul> <li>consulting and changing application configuration</li> --- 28,38 ---- </head> <body bgcolor="white"> <p>Provides the core classes for the Java Management Extensions.</p> <p>The Java Management Extensions ! (JMX&trade;) API is a standard API for management and monitoring. Typical uses include:</p> <ul> <li>consulting and changing application configuration</li>
*** 85,96 **** <p>To make MBean implementation simple, the JMX API includes the notion of <em>Standard MBeans</em>. A Standard MBean is one whose attributes and operations are deduced from a Java interface using certain naming patterns, similar to those used ! by JavaBeans<sup><font size="-1">TM</font></sup>. For ! example, consider an interface like this:</p> <pre> public interface ConfigurationMBean { public int getCacheSize(); public void setCacheSize(int size); --- 85,95 ---- <p>To make MBean implementation simple, the JMX API includes the notion of <em>Standard MBeans</em>. A Standard MBean is one whose attributes and operations are deduced from a Java interface using certain naming patterns, similar to those used ! by JavaBeans&trade;. For example, consider an interface like this:</p> <pre> public interface ConfigurationMBean { public int getCacheSize(); public void setCacheSize(int size);
< prev index next >