|
Xindice API | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Configurable | Configurable is a simple interface used to pass configuration information to an object. |
ConfigurationCallback | ConfigurationCallback is a callback interface that can be implemented in performing a set process on a Configuration. |
Disposable | Disposable is an interface that is implemented by Xindice Scripts, Services and ScriptComponents in order to be deinitialized before ultimately being garbage collected. |
Named | Named identifies an object as having a contextually important Name. |
Poolable | Poolable is an interface that must be implemented by Objects that are capable of being managed in a pooled fashion by Xindice. |
Class Summary | |
ByteArrayInput | ByteArrayInput is a wrapper around ByteArrayInputStream that allows one access to the underlying array and position pointer. |
ByteBuffer | ByteBuffer manages volatile arrays of bytes. |
Configuration | Configuration is a utility class that allows Configurable objects to easily manage configuration information in a simple and consistent fashion. |
DateUtilities | DateUtilities provides a set of commonly used Date processing routines. |
DirectoryClassLoader | DirectoryClassLoader reads classes relative to the constructor-provided base directory. |
FileCache | FileCache caches the content of files in memory. |
LockManager | LockManager manages resource locks. |
MD5 | |
ObjectPool | ObjectPool is an abstract Object Pool implementation. |
ObjectQueue | ObjectQueue is a simple linked list implemention that can be used for FIFO queuing. |
ObjectStack | ObjectQueue is a simple linked list implemention that can be used for LIFO stacking |
SimpleConfigurable | SimpleConfigurable |
StringUtilities | StringUtilities provides a set of commonly used String parsing and processing routines. |
Exception Summary | |
ReadOnlyException | A ReadOnlyException is thrown when an Object's property cannot be modified. |
XindiceException | A XindiceException is the base class for all Xindice related Exceptions. |
This package contains many of the utility classes required by Xindice
|
Xindice API | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |