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

Class TaminoAPI4JDbPm

public class TaminoAPI4JDbPm extends TaminoAPI4JPm

org.apache.ws.jaxme.PM implementation for accessing a Tamino database via the basic version of the TaminoAPI4J.
Method Summary
StringgetPassword()
Returns the database users password.
protected TConnectiongetTConnection()
StringgetUrl()
Sets the database URL.
StringgetUser()
Returns the database user.
voidinit(JMManager pManager)
voidsetPassword(String pPassword)
Sets the database users password.
voidsetUrl(String pUrl)
Returns the database URL.
voidsetUser(String pUser)
Sets the database user.

Method Detail

getPassword

public String getPassword()
Returns the database users password.

getTConnection

protected TConnection getTConnection()

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)

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.