Academic Tutorials



English | French | Portugese | German | Italian
Google

Home Source Codes E-Books Downloads Contact Us About Us

JMX Tutorial
jmx introduction
jmx architecture
jmx resources
jmx programming model
jmx remote management
jmx summary

HTML Tutorials
HTML Tutorial
XHTML Tutorial
CSS Tutorial
TCP/IP Tutorial
XML Tutorials
XML Tutorial
XSL Tutorial
XSLT Tutorial
DTD Tutorial
Schema Tutorial
XForms Tutorial
XSL-FO Tutorial
XML DOM Tutorial
XLink Tutorial
XQuery Tutorial
XPath Tutorial
XPointer Tutorial
RDF Tutorial
SOAP Tutorial
WSDL Tutorial
RSS Tutorial
WAP Tutorial
Web Services Tutorial
Browser Scripting
JavaScript Tutorial
VBScript Tutorial
AJAX Tutorial
DHTML Tutorial
HTML DOM Tutorial
WMLScript Tutorial
E4X Tutorial
Server Scripting
ASP Tutorial
PHP Tutorial
PERL Tutorial
SQL Tutorial
ADO Tutorial
.NET (dotnet)
Microsoft.Net
XML Web Services
ASP.Net
.Net Mobile
C# : C Sharp
ADO.NET
VB.NET
Multimedia
SVG Tutorial
Flash Tutorial
Media Tutorial
SMIL Tutorial
Web Building
Web Browsers
Web Hosting
W3C Tutorial
Web Building
Web Quality
Web Semantic
Web Careers
Java Tutorials
Java Tutorial
JSP Tutorial
Servlets Tutorial
Struts Tutorial
EJB Tutorial
JMS Tutorial
JMX Tutorial
Programming Langauges
C Tutorial
C++ Tutorial
Visual Basic Tutorial
Data Structures Using C
Soft Skills
Communication Skills
Time Management
Project Management
Team Work
Leadership Skills
Corporate Communication
Negotiation Skills


JMX Introduction

Previous Next



Java Management Extensions



JMX?

Java Management Extensions provides the tools for building Web-based, distributed, dynamic and modular solutions for managing and monitoring devices, applications, and service-driven networks. To adapt legacy systems, implementing new management and monitoring solutions, and plugging into those of the future all standard are well suitable.

Prior knowledge

You should have a knowledge of the following technology before going details of JMX :

  • Java programming language and its development environment
  • Java 2 Platform, Standard Edition (J2SE) software



JMX Technology

It was developed by Java Community ProcessSM (JCPSM) as two closely related Java Specification Requests (JSRs):

  • JSR 3, Java Management Extensions Instrumentation and Agent Specification
  • JSR 160, Java Management Extensions Remote API

The JMX specification defines an JMX architecture, the design patterns, the APIs, and the services for application and network management and monitoring in the Java programming language.

Through JMX technology, a given resource is instrumented by one or more Java objects known as Managed Beans(MBeans). These MBeans are registered in a core managed object server called MBean server, that acts as a management agent and can run on most devices enabled for the Java programming language.

A JMX agent consists of MBean server, which gets registered, and a set of services for handling MBeans. In this way, JMX agents directly control resources and make them available to remote management applications(RMA).

Resources are instrumented in completely independent from the management infrastructure. Resources can therefore be rendered manageable regardless of how their management applications are implemented.

JMX technology defines standard connectors known as JMX connectors that allow to access JMX agents from remote management applications. By using JMX connectors different protocols provide the same management interface. Hence a management application can manage resources transparently, regardless of the communication protocol used. JMX agents can also be used by applications or system that are not compliant with the JMX specification but which support JMX agents.




Use of JMX Technology?

Java Management extensions technology provides all Java developers across industries with a flexible means to instrument Java code, create smart Java agents, implement distributed management middleware and managers, and smoothly integrate these solutions into existing management and monitoring systems.

  • JMX technology enables Java applications to be managed with minimum investment: Java applications can become manageable with little impact on their design because JMX technology agent can run on most Java technology-enabled devices. A Java application simply needs to embed a managed object server and make some of its functionality available for managed beans (MBeans) registered in the object server; that is all it takes to benefit from the management infrastructure.

  • JMX technology provides a standard way to manage Java technology-based systems, and networks & applications. For example, the Java 2 Platform, Enterprise Edition (J2EE) 1.4 Application Server conforms to the JMX architecture and consequently can be managed using JMX technology.

  • JMX technology can be used for management of the JVM. The Java Virtual Machine (JVM) is highly instrumented using JMX technology. You can easily start a JMX agent to access the built-in JVM instrumentation, and thereby monitor and manage the JVM remotely.

  • JMX technology provides a dynamic, scalable management architecture. Depending on the requirements Every JMX agent service is an independent module that can be plugged into the management agent. This component-based approach means that JMX solutions can scale from small-footprint devices to large telecommunications switches and beyond. The JMX specification provides a set of core agent services. Additional services can be developed and dynamically loaded, unloaded, or updated in the management infrastructure.

  • JMX technology leverages existing standard Java technologies. The JMX specification references existing Java specifications whenever needed. e.g. the Java Naming and Directory Interface (JNDI).

  • JMX technology integrates existing management solutions and emerging technologies. e.g. JMX agents could be managed through an HTML browser. The JMX Application Programming Interfaces are open interfaces that any management system vendor can leverage. JMX solutions can use lookup and discovery services and protocols such as JiniTM network technology and the Service Location Protocol (SLP).




Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • blinkbits
  • BlinkList
  • blogmarks
  • co.mments
  • connotea
  • del.icio.us
  • De.lirio.us
  • digg
  • Fark
  • feedmelinks
  • Furl
  • LinkaGoGo
  • Ma.gnolia
  • NewsVine
  • Netvouz
  • RawSugar
  • Reddit
  • scuttle
  • Shadows
  • Simpy
  • Smarking
  • Spurl
  • TailRank
  • Wists
  • YahooMyWeb

Previous Next

Keywords: open source jmx, web services introduction, jmx tutorial, java jmx, jsp introduction, j2ee introduction, ejb introduction, java introduction, jboss introduction, websphere introduction, jmx examples, struts introduction, jmx api, xml introduction, hibernate introduction, jmx example, eclipse jmx, jsf introduction, corba introduction, eclipse introduction, MySQL introduction, jmx specification, tomcat jmx, websphere jmx, ldap introduction, jmx jboss, jmx sun, jmx client, jmx sample, jmx weblogic


HTML Quizes
HTML Quiz
XHTML Quiz
CSS Quiz
TCP/IP Quiz
XML Quizes
XML Quiz
XSL Quiz
XSLT Quiz
DTD Quiz
Schema Quiz
XForms Quiz
XSL-FO Quiz
XML DOM Quiz
XLink Quiz
XQuery Quiz
XPath Quiz
XPointer Quiz
RDF Quiz
SOAP Quiz
WSDL Quiz
RSS Quiz
WAP Quiz
Web Services Quiz
Browser Scripting Quizes
JavaScript Quiz
VBScript Quiz
AJAX Quiz
DHTML Quiz
HTML DOM Quiz
WMLScript Quiz
E4X Quiz
Server Scripting Quizes
ASP Quiz
PHP Quiz
PERL Quiz
SQL Quiz
ADO Quiz
.NET (dotnet) Quizes
Microsoft.Net Quiz
XML Web Services Quiz
ASP.Net Quiz
.Net Mobile Quiz
C# : C Sharp Quiz
ADO.NET Quiz
VB.NET Quiz
Multimedia Quizes
SVG Quiz
Flash Quiz
Media Quiz
SMIL Quiz
Web Building  Quizes
Web Browsers Quiz
Web Hosting Quiz
W3C Quiz
Web Building Quiz
Web Quality Quiz
Web Semantic Quiz
Web Careers Quiz
Java Quizes
Java Quiz
JSP Quiz
Servlets Quiz
Struts Quiz
EJB Quiz
JMS Quiz
JMX Quiz
Programming Langauges Quizes
C Quiz
C++ Quiz
Visual Basic Quiz
Data Structures Using C Quiz
Soft Skills Quizes
Communication Skills Quiz
Time Management Quiz
Project Management Quiz
Team Work Quiz
Leadership Skills Quiz
Corporate Communication Quiz
Negotiation Skills Quiz

Privacy Policy
Copyright © 2003-2008 Vyom Technosoft Pvt. Ltd., All Rights Reserved.