org.apache.ws.jaxme.pm.xmldb
public class XmlDbPM extends PMIdImpl
Constructor Summary | |
---|---|
XmlDbPM() Creates a new instance of XmlDbPM . |
Method Summary | |
---|---|
void | delete(Element pElement) |
String | getCollection() Returns the collection name. |
Class | getDriverClass() Returns the driver class. |
String | getPassword() Returns the password. |
String | getUser() Returns the users name. |
protected Collection | getXmlDbCollection() Returns the database collection by invoking
{@link DatabaseManager#getCollection(String)}. |
String | getXPathQueryService() Returns the name of the XPathQueryService. |
String | getXPathQueryServiceVersion() Returns the version of the XPathQueryService. |
void | init(JMManager pManager) |
void | insert(Element pElement) |
void | select(Observer pObserver, String pQuery, PMParams pPlaceHolderArgs) |
void | setCollection(String pCollection) Sets the collection name. |
void | setDriverClass(Class pDriverClass) Sets the driver class. |
void | setPassword(String pPassword) Sets the password. |
void | setUser(String pUser) Sets the users name. |
void | setXPathQueryService(String pXpathQueryService) Sets the name of the XPathQueryService. |
void | setXPathQueryServiceVersion(String pXpathQueryServiceVersion) Sets the version of the XPathQueryService. |
void | update(Element pElement) |
XmlDbPM
.