Serialized Form
Package org.objectweb.speedo |
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 |
Package org.objectweb.speedo.api |
nestedException
java.lang.Exception nestedException
Package org.objectweb.speedo.genclass |
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 |
accessor
ListAccessor accessor
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.
accessor
SetAccessor accessor
accessor
ListAccessor accessor
loadedSize
int loadedSize
- Indicates the number of elements existing on the data support. All
element added after this index must be marked as CREATED.
accessor
ListAccessor accessor
Package org.objectweb.speedo.genclass.map |
accessor
MapAccessor accessor
accessor
MapAccessor accessor
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.
accessor
MapAccessor accessor
accessor
MapAccessor accessor
Package org.objectweb.speedo.genclass.merger |
Package org.objectweb.speedo.generation.api |
Package org.objectweb.speedo.generation.enhancer |
Package org.objectweb.speedo.generation.generator.api |
Package org.objectweb.speedo.generation.start |
Package org.objectweb.speedo.jca |
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.
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 |
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 |
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 |
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 |
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.
nestedException
java.lang.Exception nestedException
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 |
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