org.apache.geronimo.management
Interface JDBCDataSource

All Superinterfaces:
J2EEManagedObject

public interface JDBCDataSource
extends J2EEManagedObject

Represents the JSR-77 type with the same name


Method Summary
 String getJDBCDataSources()
          The driver used by this data source to connect to the database.
 
Methods inherited from interface org.apache.geronimo.management.J2EEManagedObject
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider
 

Method Detail

getJDBCDataSources

String getJDBCDataSources()
The driver used by this data source to connect to the database.

Returns:
the ObjectName of the JDBCDriver.
See Also:
"JSR77.3.26.1.1"


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