org.apache.geronimo.console.databasemanager.wizard
Interface DatabaseDriver

All Known Implementing Classes:
DatabaseDriverGBean

public interface DatabaseDriver

Interface for GBeans that provide information about a database driver and the associated deployment procedure.


Method Summary
 int getDefaultPort()
           
 Set<Artifact> getDependencyFilters()
           
 String getDriverClassName()
           
 String getName()
           
 Artifact getRAR()
           
 List<String> getURLParameters()
           
 String getURLPrototype()
           
 boolean isSpecific()
           
 

Method Detail

getName

String getName()

getURLPrototype

String getURLPrototype()

getURLParameters

List<String> getURLParameters()

getDriverClassName

String getDriverClassName()

getDefaultPort

int getDefaultPort()

isSpecific

boolean isSpecific()

getRAR

Artifact getRAR()

getDependencyFilters

Set<Artifact> getDependencyFilters()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.