Class | Description |
---|---|
EncodableList<E> |
Generic implementation of a list structure that can be stored in SLEE CMP fields with sensible serialisation semantics.
|
EncodableMap<K,V> |
Generic implementation of a map structure that can be stored in SLEE CMP fields with sensible serialisation semantics.
|
EncodableSet<E> |
Generic implementation of a set structure that can be stored in SLEE CMP fields with sensible serialisation semantics.
|
Enum | Description |
---|---|
EncodableList.BackingStore |
Pre-defined backing stores for the
EncodableList . |
EncodableMap.BackingStore |
Pre-defined backing stores for the
EncodableMap . |
EncodableSet.BackingStore |
Pre-defined backing stores for the
EncodableSet . |