Table of Contents
- Title and Copyright Information
- Preface
- 1 Introduction
- 2 Understanding JMX
-
3
Designing Manageable Applications
- Benefits of Oracle Best Practices
- Use Standard MBeans
- Registering Custom MBeans in the WebLogic Server Runtime Bean Server
- Registering Custom MBeans in the Domain Runtime MBean Server
- Use ApplicationLifecycleListener to Register Application MBeans
- Unregister Application MBeans When Applications Are Undeployed
- Place Management Logic for EJBs and Servlets in a Delegate Class
- Use Open MBean Data Types
- Emit Notifications Only When Necessary
- Additional Design Considerations
- 4 Instrumenting and Registering Custom MBeans
- 5 Using the WebLogic Server JMX Timer Service
- 6 Accessing Custom MBeans