JADE Java Persistence API
1.0

Package com.jadeworld.jade.rootschema

Class Summary
Application The Application class provides a superclass of all user JADE application classes.
Array<M> Superclass of all JADE Array classes.
ArrayIterator<E> Internal class for JADE array iterators.
BinaryArray  
BooleanArray  
ByteArray  
CharacterArray  
Collection<M> The base class for all JADE collections.
DateArray  
DecimalArray  
Dictionary<M> The Dictionary class encapsulate the behavior required to store and retrieve objects in a collection by a user-defined key or keys.
DictIterator<E> Internal class for JADE dictionary iterators.
DynaDictionary<M> The transient DynaDictionary class encapsulates the behavior required to access entries in member key dictionary subclasses; that is, in dictionaries in which the keys are properties in the member objects.
ExtKeyDictionary<M> The MemberKeyDictionary class encapsulate the behavior required to store and retrieve objects in a collection by a user-defined key or keys, where the keys are not derived from the properties in the member objects but are external values supplied as parameters to the access methods.
Global The Global class provides a means by which application-specific data can be shared among users of a JADE application.
Integer64Array  
IntegerArray  
Iterator<E> The Iterator class encapsulates the behavior required to sequentially access elements of a collection.
JadeBytes JadeBytes
JadeDynamicObject The transient JadeDynamicObject class implements the structure and behavior of dynamic objects.
JadeDynamicObjectArray<JadeDynamicObject> An array-based container whose members are dynamic objects (JadeDynamicObject).
Lock Instances of the Lock class are used to describe the locks and lock requests maintained by the JADE system.
LockArray Array of Lock
MemberKeyDictionary<M> The MemberKeyDictionary class encapsulate the behavior required to store and retrieve objects in a collection by a user-defined key or keys, where the keys are properties in the member objects.
Node A JADE runtime Node.
NodeDict<Node> Dictionary of Node, keyed on name.
Notification  
NotificationArray<Notification> Array of Notification
Object The base class for all JADE-derived classes.
ObjectArray<M> The superclass of all arrays that contain objects.
ObjectSet<M> The Set class encapsulates the behavior of a set collection.
PointArray  
Process A JADE runtime Process.
ProcessDict<Process> Dictionary of Process, keyed on name.
RealArray  
Schema Internal class.
SetIterator<E> Internal class for JADE set iterators.
StringArray  
StringUtf8Array  
System  
TimeArray  
TimeStampArray  
TimeStampIntervalArray  
VCollIterator<E> Internal class for JADE virtual collection iterators.
VirtualColl<M> Internal class for JADE virtual collections (such as returned from EntityManager.instances.
WebSession Internal class.
 


JADE Java Persistence API
1.0

Copyright © 2007 Jade Software Corporation