Serialized Form


Package org.objectweb.speedo.api

Class org.objectweb.speedo.api.JDODetachedFieldAccessException extends JDOFatalException implements Serializable

Class org.objectweb.speedo.api.SpeedoException extends java.lang.Exception implements Serializable

Serialized Fields

nestedException

java.lang.Exception nestedException


Package org.objectweb.speedo.genclass

Class org.objectweb.speedo.genclass.GenClassAccessor extends BasicSpeedoAccessor implements Serializable

Serialized Fields

jdoProxy

SpeedoGenClassProxy jdoProxy
The SpeedoProxy attached to this state representation.


supportDelta

boolean supportDelta
Indicates if this accessor support the dela mode


tmpelem

GenClassElement tmpelem
A temporary variable which is used to search an element into the "elements" list.


logger

Logger logger

elements

java.util.List elements
The ArrayList used to store the indexed elements of the genclass. Then this list contains also the deleted elements.


Package org.objectweb.speedo.genclass.collection

Class org.objectweb.speedo.genclass.collection.ArrayListImpl extends java.util.ArrayList implements Serializable

Serialized Fields

accessor

ListAccessor accessor

Class org.objectweb.speedo.genclass.collection.CollectionAccessor extends GenClassAccessor implements Serializable

Serialized Fields

collection

java.util.Collection collection
is the internal collection used when the gen class is not active. When the proxy is active the 'elements' field is used.

Class org.objectweb.speedo.genclass.collection.HashSetImpl extends java.util.HashSet implements Serializable

Serialized Fields

accessor

SetAccessor accessor

Class org.objectweb.speedo.genclass.collection.LinkedListImpl extends java.util.LinkedList implements Serializable

Serialized Fields

accessor

ListAccessor accessor

Class org.objectweb.speedo.genclass.collection.ListAccessor extends CollectionAccessor implements Serializable

Serialized Fields

loadedSize

int loadedSize
Indicates the number of elements existing on the data support. All element added after this index must be marked as CREATED.

Class org.objectweb.speedo.genclass.collection.SetAccessor extends CollectionAccessor implements Serializable

Class org.objectweb.speedo.genclass.collection.VectorImpl extends java.util.Vector implements Serializable

Serialized Fields

accessor

ListAccessor accessor


Package org.objectweb.speedo.genclass.map

Class org.objectweb.speedo.genclass.map.HashMapImpl extends java.util.HashMap implements Serializable

Serialized Fields

accessor

MapAccessor accessor

Class org.objectweb.speedo.genclass.map.HashtableImpl extends java.util.Hashtable implements Serializable

Serialized Fields

accessor

MapAccessor accessor

Class org.objectweb.speedo.genclass.map.MapAccessor extends GenClassAccessor implements Serializable

Serialized Fields

map

java.util.Map map
A map containing the indexed elements of the genclass. It associates each element to its index. This map does NOT contain the deleted elements.

Class org.objectweb.speedo.genclass.map.PropertiesImpl extends java.util.Properties implements Serializable

Serialized Fields

accessor

MapAccessor accessor

Class org.objectweb.speedo.genclass.map.TreeMapImpl extends java.util.TreeMap implements Serializable

Serialized Fields

accessor

MapAccessor accessor


Package org.objectweb.speedo.generation.api

Class org.objectweb.speedo.generation.api.SpeedoInstanceGenerationException extends SpeedoException implements Serializable

Class org.objectweb.speedo.generation.api.SpeedoXMLError extends SpeedoInstanceGenerationException implements Serializable


Package org.objectweb.speedo.generation.enhancer

Class org.objectweb.speedo.generation.enhancer.ClassAccessorAdder extends LoggedClassAdapter implements Serializable

Class org.objectweb.speedo.generation.enhancer.ClassAccessorModifier extends LoggedClassAdapter implements Serializable

Class org.objectweb.speedo.generation.enhancer.ClassInterfaceAdder extends LoggedClassAdapter implements Serializable

Class org.objectweb.speedo.generation.enhancer.ClassRenamer extends LoggedClassAdapter implements Serializable

Class org.objectweb.speedo.generation.enhancer.DummyAccessorModifier extends LoggedClassAdapter implements Serializable

Class org.objectweb.speedo.generation.enhancer.EmptyConstructorAdder extends LoggedClassAdapter implements Serializable

Class org.objectweb.speedo.generation.enhancer.InheritanceModifier extends LoggedClassAdapter implements Serializable

Class org.objectweb.speedo.generation.enhancer.JDOImplRegistrationAdder extends LoggedClassAdapter implements Serializable

Class org.objectweb.speedo.generation.enhancer.LoggedClassAdapter extends ClassAdapter implements Serializable

Class org.objectweb.speedo.generation.enhancer.MergedClassModifier extends LoggedClassAdapter implements Serializable

Class org.objectweb.speedo.generation.enhancer.PersistenceAwareClassModifier extends LoggedClassAdapter implements Serializable

Class org.objectweb.speedo.generation.enhancer.PersistentFieldRemover extends LoggedClassAdapter implements Serializable

Class org.objectweb.speedo.generation.enhancer.PNameEnhancer extends LoggedClassAdapter implements Serializable

Class org.objectweb.speedo.generation.enhancer.RedundencyRemover extends LoggedClassAdapter implements Serializable

Class org.objectweb.speedo.generation.enhancer.SpeedoEnhancerException extends SpeedoInstanceGenerationException implements Serializable

Class org.objectweb.speedo.generation.enhancer.UserIdEnhancer extends LoggedClassAdapter implements Serializable


Package org.objectweb.speedo.generation.generator.api

Class org.objectweb.speedo.generation.generator.api.SpeedoGenerationException extends SpeedoInstanceGenerationException implements Serializable


Package org.objectweb.speedo.mapper.jca

Class org.objectweb.speedo.mapper.jca.JCAMapper extends MapperJCA implements Serializable


Package org.objectweb.speedo.mapper.rdb

Class org.objectweb.speedo.mapper.rdb.JDBCMapper extends MapperJDBC implements Serializable


Package org.objectweb.speedo.mim.lib

Class org.objectweb.speedo.mim.lib.BasicSpeedoAccessor extends java.lang.Object implements Serializable

Serialized Fields

jdoStatus

byte jdoStatus
This timestamp is allocated: - before attach - before detach - before commit


detachedStatus

byte detachedStatus

proxy

SpeedoProxy proxy

hasBeenFlush

boolean hasBeenFlush


Package org.objectweb.speedo.naming.lib

Class org.objectweb.speedo.naming.lib.LongIdNamingManager extends LongIdManager implements Serializable


Package org.objectweb.speedo.query.parser

Class org.objectweb.speedo.query.parser.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class org.objectweb.speedo.query.parser.SpeedoQLAbstractVisitor.VisitorException extends java.lang.RuntimeException implements Serializable

Serialized Fields

nestedException

java.lang.Exception nestedException

Class org.objectweb.speedo.query.parser.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.objectweb.speedo.workingset.lib

Class org.objectweb.speedo.workingset.lib.SpeedoTransaction extends BasicWorkingSet implements Serializable