|
Commons Modeler example source code file (index.xml)
The Commons Modeler index.xml source code<?xml version="1.0"?> <!-- /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ --> <document> <properties> <title>Commons <author email="commons-dev@jakarta.apache.org">Commons Documentation Team </properties> <body> <section name="The Modeler Component"> <p>Java Management Extensions (JMX) is an API that facilitates building management applications that can configure, and perform operations on, a server application. In general, each manageable component of the server application is represented by a <em>Management Bean (or MBean, for short). JMX defines three types of MBeans, of which <em>Model MBeans are the most flexible. Model MBeans provide a way to define MBeans for many different components, without having to write a specific MBean implementation class for each one.</p> <p>However, this power comes at a price. It is necessary to set up a substantial amount of metadata about each MBean, including the attributes it should expose (similar to JavaBeans properties), the operations it should make available (similar to calling methods of a Java object via reflection), and other related information. The <em>Modeler component is designed to make this process fairly painless -- the required metadata is configured from an XML description of each Model MBean to be supported. In addition, Modeler provides a factory mechanism to create the actual Model MBean instances themselves.</p> <p>For further information, see the <a href="apidocs/org/apache/commons/modeler/package-summary.html"> package description for the Modeler package.</p> </section> <section name="Releases"> <p> See the <a href="downloads.html">downloads page for information on obtaining releases. </p> <br/> </section> <section name="Documentation"> <p> The <a href="apidocs/index.html">JavaDoc API documents are available online. </p> </section> </body> </document> Other Commons Modeler examples (source code examples)Here is a short list of links related to this Commons Modeler index.xml source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.