Serialized Form


Package org.objectweb.speedo

Class org.objectweb.speedo.Speedo extends java.lang.Object implements Serializable

Serialized Fields

delegate

javax.jdo.PersistenceManagerFactory delegate
The persistence manager factory delegate


pmfComponent

ProxyManagerFactory pmfComponent

logger

org.objectweb.util.monolog.api.Logger logger

speedo

org.objectweb.fractal.api.Component speedo

isPropertiesInitialized

boolean isPropertiesInitialized


Package org.objectweb.speedo.ant

Class org.objectweb.speedo.ant.AntSpeedo extends Task implements Serializable

Class org.objectweb.speedo.ant.AntSpeedo.Description extends MatchingTask implements Serializable


Package org.objectweb.speedo.api

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

org.objectweb.util.monolog.api.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.


deltaForMerge

java.util.List deltaForMerge


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.genclass.merger

Class org.objectweb.speedo.genclass.merger.GenClassMerger extends MatchingTask implements Serializable


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.SpeedoEnhancerException extends SpeedoInstanceGenerationException 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.generation.start

Class org.objectweb.speedo.generation.start.Main.Description extends MatchingTask implements Serializable


Package org.objectweb.speedo.jca

Class org.objectweb.speedo.jca.JdoConnectionFactory extends java.lang.Object implements Serializable

Serialized Fields

logger

org.objectweb.util.monolog.api.Logger logger
The logger into which traces about JdoConnectionFactory are produced.


jndiReference

javax.naming.Reference jndiReference
The JNDI Reference associated to this adapter.


connectionManager

javax.resource.spi.ConnectionManager connectionManager
The ConnectionManager used to actually get Connection.


mcf

JdoManagedConnectionFactory mcf
The ManagedConnectionFactory associated to this ConnectionFactory.


transactionMode

byte transactionMode
The transaction mode within a j2ee context.

Class org.objectweb.speedo.jca.JdoManagedConnectionFactory extends java.lang.Object implements Serializable

Serialized Fields

logger

org.objectweb.util.monolog.api.Logger logger
The logger into which traces about JdoManagedConnectionFactory are produced.


connectionFactory

JdoConnectionFactory connectionFactory
It is assumed that only one ConnectionFactory is actually created by a ManagedConnectionFactory.


loggerFactory

org.objectweb.util.monolog.api.LoggerFactory loggerFactory
For creating all loggers related to JDO and its adapter.


pmf

ProxyManagerFactory pmf
The factory for managing JDO transaction contexts.


propertiesFileName

java.lang.String propertiesFileName
The name of the property file of the PersistenceManagerFactory associated with this JDO connector.


connectionManager

javax.resource.spi.ConnectionManager connectionManager
The factory for managing JDO transaction contexts.


printWriter

java.io.PrintWriter printWriter

started

boolean started

tmName

java.lang.String tmName
the JNDI Name of the transaction manager


tm

javax.transaction.TransactionManager tm

xid2xac

java.util.HashMap xid2xac
The hashed structure that stores JdoTransaction that have been associated with a particular XID.


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 version is allocated: - before attach - before detach - before commit


detachedStatus

byte detachedStatus

isToMerge

boolean isToMerge

proxy

SpeedoProxy proxy

hasBeenFlush

boolean hasBeenFlush


Package org.objectweb.speedo.pm.lib

Class org.objectweb.speedo.pm.lib.SpeedoProxyManagerFactory extends java.lang.Object implements Serializable

Serialized Fields

imbricatedAuthorized

boolean imbricatedAuthorized

managedPM

org.objectweb.perseus.pool.api.Pool managedPM
Pool of PersistenceManager


logger

org.objectweb.util.monolog.api.Logger logger
Manages the log's traces


mapper

org.objectweb.jorm.api.PMapper mapper
JORM object encapsulating the datastore


connectionProperties

java.util.Properties connectionProperties

pms

ProxyManagerSwitch pms

_this

java.lang.Object _this

csf

ConnectionSpecFactory csf

started

boolean started

cacheManager

org.objectweb.perseus.cache.api.CacheManager cacheManager

unbindManager

org.objectweb.perseus.cache.api.UnbindManager unbindManager

jormFactory

JormFactory jormFactory

tpm

org.objectweb.perseus.persistence.api.TransactionalPersistenceManager tpm

sequenceManager

SequenceManager sequenceManager

class2listeners

java.util.Map class2listeners

listener2classes

java.util.Map listener2classes


Package org.objectweb.speedo.query.lib

Class org.objectweb.speedo.query.lib.SpeedoQuery extends QueryDefinitionImpl implements Serializable

Serialized Fields

queryManager

QueryManager queryManager
The queryManager object is used to create or return a CompiledQuery object.


logger

org.objectweb.util.monolog.api.Logger logger
Logger for monolog.


hasChanged

boolean hasChanged

pm

ProxyManager pm
PersistenceManager which manages this query.


results

java.util.List results

qc

CompiledQuery qc
sQueryCompiler is the query, this object can compile and execute the query. This object is reused in the past, or future.


fetchPlan

javax.jdo.FetchPlan fetchPlan
The fetch plan. When a Query is retrieved from a PersistenceManager, its FetchPlan is initialized to the same settings as that of the PersistenceManager. Subsequent modifications of the Query's FetchPlan are not reflected in the FetchPlan of the PersistenceManager.


extensions

java.util.Map extensions

modifiable

boolean modifiable


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.sequence.lib

Class org.objectweb.speedo.sequence.lib.SpeedoSequence extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The name of the sequence


datastoreName

java.lang.String datastoreName
The name of the sequence in the datastore Can be null or ""


factoryClass

java.lang.String factoryClass
The name of the factory class Can be null or ""


strategy

byte strategy
The strategy of the sequence (NON_TRANSACTIONAL | CONTIGUOUS | NON_CONTIGUOUS)


packageName

java.lang.String packageName
The name of the package in which the sequence has been defined


increment

java.lang.Integer increment

start

java.lang.Integer start

cache

java.lang.Integer cache

sequenceManager

SequenceManager sequenceManager

longGen

org.objectweb.jorm.facility.naming.generator.LongGen longGen

countDown

int countDown

currentId

long currentId