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

Class TaminoAPI4JPm

public abstract class TaminoAPI4JPm extends PMImpl

Common base class for TaminoAPI4JRaPm, and TaminoAPI4JDbPm.
Method Summary
voiddelete(Element pElement)
StringgetCollection()
Returns the Tamino database collection.
protected abstract TConnectiongetTConnection()
protected TSAXObjectModelgetTSAXObjectModel()
protected TXMLObjectgetTXMLObject(InoObject pElement)
voidinit(JMManager pManager)
voidinsert(Element pElement)
voidselect(Observer pObserver, String pQuery, PMParams pParams)
voidsetCollection(String pCollection)
Sets the Tamino database collection.
voidupdate(Element pElement)

Method Detail

delete

public void delete(Element pElement)

getCollection

public String getCollection()
Returns the Tamino database collection.

getTConnection

protected abstract TConnection getTConnection()

getTSAXObjectModel

protected TSAXObjectModel getTSAXObjectModel()

getTXMLObject

protected TXMLObject getTXMLObject(InoObject pElement)

init

public void init(JMManager pManager)

insert

public void insert(Element pElement)

select

public void select(Observer pObserver, String pQuery, PMParams pParams)

setCollection

public void setCollection(String pCollection)
Sets the Tamino database collection.

update

public void update(Element pElement)