Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.ws.jaxme.pm.impl.PMImpl
org.apache.ws.jaxme.pm.jdbc.PMJdbcImpl
public abstract class PMJdbcImpl
extends PMImpl
Nested Class Summary |
Nested classes/interfaces inherited from class org.apache.ws.jaxme.pm.impl.PMImpl | |
PMImpl.ListObserver |
Constructor Summary | |
|
Method Summary | |
Connection |
|
String |
|
String |
|
String |
|
String |
|
void |
Methods inherited from class org.apache.ws.jaxme.pm.impl.PMImpl | |
create , getManager , init , parseQuery , select , select , select |
public Connection getConnection() throws SQLException
Creates a new database connection.
public String getJdbcDriver()
Returns the configured JDBC driver.
public String getJdbcPassword()
Returns the configured JDBC password.
public String getJdbcUrl()
Returns the configured JDBC URL.
public String getJdbcUser()
Returns the configured JDBC user.
public void init(JMManager pManager) throws JAXBException
Initializes the PM. Called from theJAXBContextImpl
upon initialization.
- Parameters:
pManager
- The manager being queried for configuration details.