org.apache.geronimo.management
Interface JDBCResource

All Superinterfaces:
J2EEManagedObject, J2EEResource

public interface JDBCResource
extends J2EEResource

Represents the JSR-77 type with the same name


Method Summary
 String[] getJDBCDataSources()
          A list of data sources this JDBC resource provides.
 
Methods inherited from interface org.apache.geronimo.management.J2EEManagedObject
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider
 

Method Detail

getJDBCDataSources

String[] getJDBCDataSources()
A list of data sources this JDBC resource provides.

Returns:
the ObjectNames of the JDBCDataSources
See Also:
"JSR77.3.25.1.1"


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.