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

Class TaminoAPI4JRaPm

Implemented Interfaces:
PM

public class TaminoAPI4JRaPm
extends TaminoAPI4JPm

PM implementation for accessing a Tamino database via the resource adapter 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
getJndiReference()
Returns the JNDI reference.
protected TConnection
getTConnection()
void
init(JMManager pManager)
Initializes the PM.
void
setJndiReference(String pJndiReference)
Sets the JNDI reference.

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

getJndiReference

public String getJndiReference()
Returns the JNDI reference.

getTConnection

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

init

public void init(JMManager pManager)
            throws JAXBException
Initializes the PM. Called from the JAXBContextImpl upon initialization.
Specified by:
init in interface PM
Overrides:
init in interface TaminoAPI4JPm
Parameters:
pManager - The manager being queried for configuration details.

setJndiReference

public void setJndiReference(String pJndiReference)
Sets the JNDI reference.