|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLObject | |
org.dbxml.core | This is the top-level package for all dbXML Core functionality. |
org.dbxml.core.objects | Defines the dbXML XMLObject interface and implements XMLObjectManager, a reflection/invokation system and a Simple XMLObject implementation. |
org.dbxml.core.request | Implements several interfaces for extending dbXML resources into the standard Java URLConnection system. |
org.dbxml.core.system | This package contains system-level classes and XMLObjects. |
org.dbxml.tests | Implements a few tools used to test various aspects of dbXML as it is under development. |
Uses of XMLObject in org.dbxml.core |
Methods in org.dbxml.core that return XMLObject | |
XMLObject |
Collection.getXMLObject(java.lang.String name)
getXMLObject retrieves an XMLObject by name. |
XMLObject |
Collection.createXMLObject(org.dbxml.server.Configuration config)
createXMLObject creates a new XMLObject object and any associated system resources that the XMLObject will need. |
Methods in org.dbxml.core with parameters of type XMLObject | |
boolean |
Collection.dropXMLObject(XMLObject xmlObject)
dropXMLObject physically removes the specified XMLObject and any associated system resources that the XMLObject uses. |
Uses of XMLObject in org.dbxml.core.objects |
Classes in org.dbxml.core.objects that implement XMLObject | |
class |
SimpleXMLObject
SimpleXMLObject |
Methods in org.dbxml.core.objects that return XMLObject | |
XMLObject |
XMLObjectManager.create(org.dbxml.server.Configuration cfg)
create creates a new XMLObject object and any associated system resources that the XMLObject will need. |
XMLObject |
XMLObjectManager.register(java.lang.Class c,
org.dbxml.server.Configuration cfg)
|
XMLObject |
XMLObjectManager.get(java.lang.String name)
get retrieves an XMLObject by name, and will also do the work of instantiation and pool-retrieval. |
Uses of XMLObject in org.dbxml.core.request |
Methods in org.dbxml.core.request that return XMLObject | |
XMLObject |
URIMapper.getXMLObject()
getXMLObject returns the XMLObject that was resolved in the parsing of the URI. |
Uses of XMLObject in org.dbxml.core.system |
Classes in org.dbxml.core.system that implement XMLObject | |
class |
Sequencer
Sequencer is a system-level sequencer for creating auto-incrementing values. |
Uses of XMLObject in org.dbxml.tests |
Classes in org.dbxml.tests that implement XMLObject | |
class |
TestSecurity
Simple portal demo application. |
class |
TestXmlObject
|
|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |