| Interface | Description |
|---|---|
| DescriptionObject |
| Class | Description |
|---|---|
| ActDefCache | |
| CastorArrayList<E> |
Wrapper for a root element to an ArrayList.
|
| CastorHashMap |
This subclass of HashMap can be marshalled and unmarshalled with Castor
|
| CastorXMLUtility |
Loads all castor mapfiles, and wraps marshalling/unmarshalling
|
| CDataFieldHandler | |
| DateUtility | |
| DescriptionObjectCache<D extends DescriptionObject> | |
| FileStringUtility | |
| GTimeStampComparator | |
| KeyValuePair | |
| LocalObjectLoader | |
| Logger |
- message string should always contain the class name and the method name: Logger.msg(1,"ItemFact::createDir()
- LifeCycle DB created");
- use meaningfull abbreviation and also use the dash to separate the 'header' from the message!
- each method should start with this 'method signature' debug: Logger.msg(1,"ItemFact::createDir() - path:" + path);
|
| ObjectProperties | |
| QueryCache | |
| SchemaCache | |
| ScriptCache | |
| SoftCache<K,V> |
SoftReferences are reaped if no strong references are left and the vm is
running out of memory.
|
| StateMachineCache | |
| TransientCache<K,V> |
TransientCache - Uses transient references to allow unused entries to be
reaped by the java garbage collector.
|
| WeakCache<K,V> |
WeakReferences are reaped if no strong references are left next time the gc has a chance.
|
| XmlElementParser |
Copyright © 1997–2017 CRISTAL-iSE. All rights reserved.