org.apache.ws.jaxme.pm.ino.api4j

Class TaminoAPI4JDbPm

Implemented Interfaces:
PM

public class TaminoAPI4JDbPm
extends TaminoAPI4JPm

PM implementation for accessing a Tamino database via the basic version of the TaminoAPI4J.

Nested Class Summary

Nested classes/interfaces inherited from class org.apache.ws.jaxme.pm.impl.PMImpl

PMImpl.ListObserver

Method Summary

String
getPassword()
Returns the database users password.
protected TConnection
getTConnection()
String
getUrl()
Sets the database URL.
String
getUser()
Returns the database user.
void
init(JMManager pManager)
void
setPassword(String pPassword)
Sets the database users password.
void
setUrl(String pUrl)
Returns the database URL.
void
setUser(String pUser)
Sets the database user.

Methods inherited from class org.apache.ws.jaxme.pm.ino.api4j.TaminoAPI4JPm

delete, getCollection, getTConnection, getTSAXObjectModel, getTXMLObject, init, insert, select, setCollection, update

Methods inherited from class org.apache.ws.jaxme.pm.impl.PMImpl

create, getManager, init, parseQuery, select, select, select

Method Details

getPassword

public String getPassword()
Returns the database users password.

getTConnection

protected TConnection getTConnection()
            throws PMException
Overrides:
getTConnection in interface TaminoAPI4JPm

getUrl

public String getUrl()
Sets the database URL. This includes the database name, but not the database collection.

getUser

public String getUser()
Returns the database user.

init

public void init(JMManager pManager)
            throws JAXBException
Specified by:
init in interface PM
Overrides:
init in interface TaminoAPI4JPm

setPassword

public void setPassword(String pPassword)
Sets the database users password.

setUrl

public void setUrl(String pUrl)
Returns the database URL. This includes the database name, but not the database collection.

setUser

public void setUser(String pUser)
Sets the database user.