org.apache.ws.jaxme.pm.jdbc
Class PMJdbcImpl
java.lang.Object
   org.apache.ws.jaxme.pm.impl.PMImpl
org.apache.ws.jaxme.pm.impl.PMImpl
       org.apache.ws.jaxme.pm.jdbc.PMJdbcImpl
org.apache.ws.jaxme.pm.jdbc.PMJdbcImpl
- All Implemented Interfaces: 
- PM
- public abstract class PMJdbcImpl- extends PMImpl
- Author:
- Jochen Wiedmann
 
 
| Constructor Summary | 
| PMJdbcImpl()Creates a new instance of PMJdbcImpl.
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
PMJdbcImpl
public PMJdbcImpl()
- Creates a new instance of PMJdbcImpl. - 
 
init
public void init(JMManager pManager)
          throws JAXBException
- Description copied from interface: PM
- Initializes the PM. Called from the
 - JAXBContextImplupon initialization.
 - 
 
- 
- Specified by:
- initin interface- PM
- Overrides:
- initin class- PMImpl
 
- 
- Throws:
- JAXBException
 
getJdbcDriver
public java.lang.String getJdbcDriver()
- 
 
getJdbcUrl
public java.lang.String getJdbcUrl()
- 
 
getJdbcUser
public java.lang.String getJdbcUser()
- 
 
getJdbcPassword
public java.lang.String getJdbcPassword()
- 
 
getConnection
public java.sql.Connection getConnection()
                                  throws java.sql.SQLException
- 
- Throws:
- java.sql.SQLException