|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Poolable | |
org.apache.xindice.core.objects | Defines the Xindice XMLObject interface and implements XMLObjectManager, a reflection/invokation system and a Simple XMLObject implementation. |
org.apache.xindice.core.request | Implements several interfaces for extending Xindice resources into the standard Java URLConnection system. |
org.apache.xindice.core.system | This package contains system-level classes and XMLObjects. |
org.apache.xindice.util | This package contains many of the utility classes required by Xindice |
Uses of Poolable in org.apache.xindice.core.objects |
Classes in org.apache.xindice.core.objects that implement Poolable | |
class |
SimpleReflectable
SimpleReflectable |
class |
SimpleXMLObject
SimpleXMLObject |
Uses of Poolable in org.apache.xindice.core.request |
Classes in org.apache.xindice.core.request that implement Poolable | |
class |
URIMapper
URIMapper maps a URI (from whence it came) to a Xindice object. |
Uses of Poolable in org.apache.xindice.core.system |
Classes in org.apache.xindice.core.system that implement Poolable | |
class |
Sequencer
Sequencer is a system-level sequencer for creating auto-incrementing values. |
Uses of Poolable in org.apache.xindice.util |
Methods in org.apache.xindice.util that return Poolable | |
Poolable |
ObjectPool.getObject()
getObject retrieves a Poolable object from the Object pool, creating a new instance if necessary. |
Methods in org.apache.xindice.util with parameters of type Poolable | |
void |
ObjectPool.putObject(Poolable object)
putObject should be called by Poolable objects or consumers of Poolable objects to return a Pooled object to the Object Pool. |
|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |