bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Programming Management Applications

 Previous Next Contents Index View as PDF  

Introduction

The following sections provide an introduction to B2B integration management applications:

 


WebLogic Integration Applications

This document introduces the following topics, which are related to WebLogic Integration applications:

MBeans are one of three types of component applications available in WebLogic Integration. In addition to MBeans, WebLogic Integration allows you to use the following kinds of applications:

For an introduction to the B2B integration system, see Introducing B2B Integration.

 


Management Applications

WebLogic Integration management applications monitor run-time activities that support B2B integration, such as message traffic and conversation statistics. WebLogic Integration provides a unified administrative tool, the WebLogic Integration B2B Console, that monitors the B2B engine at run time. In addition to the system tools provided by BEA, developers can create custom management applications that provide comparable monitoring functionality.

Developers can implement a variety of management applications to:

For all management applications, WebLogic Integration provides a set of Managed Beans, or MBeans, which are special JavaBeans with attributes and methods for management operations. These MBeans are BEA implementations of the Java Management Extensions (JMX) Managed Beans API, which is defined in the Java Management Extensions Specification published by Sun Microsystems, Inc.

 

Back to Top Previous Next