[jboss-dev-forums] [IronJacamar Development] - IronJacamar Management

Jesper Pedersen do-not-reply at jboss.com
Wed Mar 30 12:57:39 EDT 2011


Jesper Pedersen [http://community.jboss.org/people/jesper.pedersen] created the document:

"IronJacamar Management"

To view the document, visit: http://community.jboss.org/docs/DOC-16674

--------------------------------------------------------------
h1. IronJacamar management

The goal of this page is to describe the management features of the IronJacamar container, the design and key implementation classes.

* 
 #IronJacamar_management IronJacamar management


** 
 #Requirements Requirements


** 
 #Design Design


** 
 #Features Features


** 
 #Implementation Implementation


** 
 #Test_suite Test suite


** 
 #Related Related




h2. Requirements

The overall requirements are


* Show the configuration of deployed resource adapters and datasources
* Show statistics for resource adapters and datasources
* Apply changes to the configuration of deployed resource adapters and datasources
* Invoke operations on the deployed resource adapters and datasources

h2. Design

We should a central place where the management view of resource adapters and datasources are registered (ManagementRepository).

This repository provides access to classes (Connector / DataSource) that represent a single deployment of either a resource adapter or a datasource.

Each of these classes are split into a hierarchy where information about the deployment and references to the live objects are maintained. It must be a design goal that the management classes uses methods from the public API of the IronJacamar container.

  ManagementRepository
    |
    |- Connector
    |    |
    |    |- Resource Adapter 
    |    |
    |    |- Connection Factories
    |    |
    |    |- Admin Objects
    |
    |- DataSource


See a description of each class below.

h2. Features


h2. 
Implementation

The implementation is located in the core module of the IronJacamar repository. The package is

org.jboss.jca.core.api.management



h2. Test suite


h2. Related

* JBoss Application Server 7
*  http://community.jboss.org/docs/DOC-16378 RHQ platform
--------------------------------------------------------------

Comment by going to Community
[http://community.jboss.org/docs/DOC-16674]

Create a new document in IronJacamar Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=102&containerType=14&container=2099]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20110330/8136c322/attachment.html 


More information about the jboss-dev-forums mailing list