MX4J English Documentation


Table of Contents

1. MX4J and JMX Overview
Overview
MX4J
What is JMX ?
For what can you use JMX ?
MX4J's JMX implementation
License
2. JMX 1.2 Explained
javax.management.ObjectName changes
The getInstance() methods
The quote() and unquote() methods
Support for remote API
Overview
The javax.management.MBeanServer class inherits from javax.management.MBeanServerConnection
The javax.management.MBeanServerBuilder class
Introduction
How to use MX4J's MBeanServer implementation with Sun's JMX Reference Implementation.
How to "decorate" MBeanServer methods.
More complex MBeanServer "decorations".
Possible usages of MBeanServer "decorators"
The javax.management.MBeanServerInvocationHandler class
Introduction
MBeanServerInvocationHandler usage
Porting examples for mx4j.util.StandardMBeanProxy
3. JSR 160 (JMX Remoting) Explained
What is JSR 160 ?
Introduction
MX4J's JSR 160 implementation
How to use JSR 160
Introduction
JMXServiceURLs
Creating a JMXConnectorServer
Creating a JMXConnector
Remote Notifications
JSR 160 Security
Requiring user authentication to connect to a JMXConnectorServer
Running under SecurityManager and Subject Delegation
Advanced JSR 160
Intercepting calls between the JSR 160 JMXConnectorServer and the MBeanServer
Standard JSR 160 JMXConnectors and JMXConnectorServers
Overview of RMIConnector and RMIConnectorServer
Connecting to the RMIConnectorServer
ORB properties for JMXConnector and JMXConnectorServer over IIOP
RMI socket factories (over SSL) for the RMIConnectorServer over JRMP
MX4J's JSR 160 JMXConnectors and JMXConnectorServers
The SOAP JSR 160 connector
The HESSIAN and BURLAP JSR 160 connectors
Using HTTP-based connectors over HTTPS
Configuration of the web container
Configuration of the keystore
Code examples
Porting old MX4J remoting code to JSR 160
Introduction
Porting Examples
MX4J Remote Tools and Utilities
Remote MBean Proxying
4. MX4J Extensions and utilities
Extensions
Standard MBean descriptions
Interacting with the MX4J implementation
Internal logging redirection
MBeanServerInterceptor configuration
5. MX4J HTTP Adaptor
HttpAdaptor
Introduction
Parameters and operations
Security
Usage
Available requests
XSLTProcessor
Introduction
Compatibility
Attributes
XSL Development
Internationalization
6. MX4J Tools
XML Configuration Loader
Loading and starting MBeans using XML files
Dynamic MBeans
AbstractDynamicMBean base class for DynamicMBean implementation
Naming MBeans
The NamingService MBean
The CosNamingService MBean
Mailer MBean
Introduction
Configuration
Keyword expanding
Jython MBean
Introduction
Configuration
Built-in functions
7. MX4J Examples
Services
The Relation Service example
MBeans
RMI MBean example
Tools
Using XDoclet
FilePersister example
8. FAQ
MX4J Frequently Asked Questions
9. MX4J Developer's guide
Introduction
Coding conventions
Using logging
Writing documentation
Releasing MX4J
MX4J Implementation Architecture