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.

Version:
$Rev: 368994 $ $Date: 2006-01-14 02:07:18 -0500 (Sat, 14 Jan 2006) $

Method Summary
 int getDefaultPort()
           
 String getDriverClassName()
           
 String getName()
           
 org.apache.geronimo.kernel.repository.Artifact getRAR()
           
 String[] getURLParameters()
           
 String getURLPrototype()
           
 boolean isXA()
           
 

Method Detail

getName

public String getName()

getURLPrototype

public String getURLPrototype()

getURLParameters

public String[] getURLParameters()

getDriverClassName

public String getDriverClassName()

getDefaultPort

public int getDefaultPort()

isXA

public boolean isXA()

getRAR

public org.apache.geronimo.kernel.repository.Artifact getRAR()


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