org.objectweb.jonas.dbm.JDBCResource Class Reference

List of all members.

Public Member Functions

 JDBCResource (String objectName)
String[] getJdbcDataSources ()
void addJdbcDataSource (String jdbcDataSourceName)
void removeJdbcDataSource (String jdbcDataSourceName)

Detailed Description

MBean class for JDBCResource Management

Author:
Eric Hardesty JSR 77 (J2EE Management Standard)

Adriana Danes improve JDBCDataSource management

Definition at line 39 of file JDBCResource.java.


Constructor & Destructor Documentation

org.objectweb.jonas.dbm.JDBCResource.JDBCResource String  objectName  ) 
 

Create q JDBCResource MBean.

Parameters:
objectName This MBean's OBJECT_NAME

Definition at line 50 of file JDBCResource.java.

Referenced by org.objectweb.jonas.dbm.DataBaseServiceImpl.doStop().


Member Function Documentation

void org.objectweb.jonas.dbm.JDBCResource.addJdbcDataSource String  jdbcDataSourceName  ) 
 

Parameters:
jdbcDataSourceName Add an OBJECT_NAME to the list of OBJECT_NAMEs associated to the JDBCResource MBean (means new JDBCDataSource created).

Definition at line 65 of file JDBCResource.java.

Referenced by org.objectweb.jonas.dbm.DataBaseServiceImpl.createDataSource().

String [] org.objectweb.jonas.dbm.JDBCResource.getJdbcDataSources  ) 
 

Returns:
The OBJECT_NAMEs of the JDBCDataSource MBeans.

Definition at line 57 of file JDBCResource.java.

Referenced by org.objectweb.jonas.dbm.DataBaseServiceImpl.unbindDataSources().

void org.objectweb.jonas.dbm.JDBCResource.removeJdbcDataSource String  jdbcDataSourceName  ) 
 

Parameters:
jdbcDataSourceName Remove an OBJECT_NAME from the list of OBJECT_NAMEs associated to the JDBCResource MBean (means JDBCDataSource removed).

Definition at line 73 of file JDBCResource.java.

Referenced by org.objectweb.jonas.dbm.DataBaseServiceImpl.unbindDataSources(), and org.objectweb.jonas.dbm.DataBaseServiceImpl.unloadDataSource().


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:06:45 2005 for JOnAS by  doxygen 1.3.9.1