Serialized Form


Package org.castor.cache

Class org.castor.cache.CacheAcquireException extends Exception implements Serializable

serialVersionUID: 6282797357450171990L

Serialized Fields

_cause

Throwable _cause
The cause for this exception.


Package org.castor.cache.hashbelt.container

Class org.castor.cache.hashbelt.container.MapContainer extends HashMap<K,V> implements Serializable

serialVersionUID: -7215860376133906243L

Serialized Fields

_timestamp

long _timestamp
Timestamp of this container.


Package org.castor.cpa.jpa.info

Class org.castor.cpa.jpa.info.GeneratorNameAlreadyUsedException extends Exception implements Serializable

serialVersionUID: 1721448018301715685L

Class org.castor.cpa.jpa.info.MultipleVersionFieldDefinitionException extends Exception implements Serializable

serialVersionUID: 1172019711964808828L


Package org.castor.cpa.query

Class org.castor.cpa.query.ParseException extends Exception implements Serializable

serialVersionUID: 2528650342802529459L

Class org.castor.cpa.query.TokenManagerError extends Error implements Serializable

serialVersionUID: -5521765675285442176L


Package org.castor.cpa.query.castorql

Class org.castor.cpa.query.castorql.ParseException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

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

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

String eol
The end of line string for this machine.

Class org.castor.cpa.query.castorql.Token extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

kind

int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.


beginLine

int beginLine
The line number of the first character of this Token.


beginColumn

int beginColumn
The column number of the first character of this Token.


endLine

int endLine
The line number of the last character of this Token.


endColumn

int endColumn
The column number of the last character of this Token.


image

String image
The string image of the token.


next

Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.


specialToken

Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.

Class org.castor.cpa.query.castorql.TokenMgrError extends Error implements Serializable

serialVersionUID: 1L

Serialized Fields

errorCode

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


Package org.castor.cpa.query.ejbql

Class org.castor.cpa.query.ejbql.ParseException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

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

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

String eol
The end of line string for this machine.

Class org.castor.cpa.query.ejbql.Token extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

kind

int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.


beginLine

int beginLine
The line number of the first character of this Token.


beginColumn

int beginColumn
The column number of the first character of this Token.


endLine

int endLine
The line number of the last character of this Token.


endColumn

int endColumn
The column number of the last character of this Token.


image

String image
The string image of the token.


next

Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.


specialToken

Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.

Class org.castor.cpa.query.ejbql.TokenMgrError extends Error implements Serializable

serialVersionUID: 1L

Serialized Fields

errorCode

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


Package org.castor.jdo.conf

Class org.castor.jdo.conf.ClassMapping extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.

Class org.castor.jdo.conf.Database extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_engine

String _engine
Field _engine.


_databaseChoice

DatabaseChoice _databaseChoice
Field _databaseChoice.


_mappingList

List<E> _mappingList
Field _mappingList.


_packageMappingList

List<E> _packageMappingList
Field _packageMappingList.


_classMappingList

List<E> _classMappingList
Field _classMappingList.

Class org.castor.jdo.conf.DatabaseChoice extends Object implements Serializable

Serialized Fields

_driver

Driver _driver
Field _driver.


_dataSource

DataSource _dataSource
Field _dataSource.


_jndi

Jndi _jndi
Field _jndi.

Class org.castor.jdo.conf.DataSource extends Object implements Serializable

Serialized Fields

_className

String _className
Field _className.


_paramList

List<E> _paramList
Field _paramList.

Class org.castor.jdo.conf.Driver extends Object implements Serializable

Serialized Fields

_url

String _url
Field _url.


_className

String _className
Field _className.


_paramList

List<E> _paramList
Field _paramList.

Class org.castor.jdo.conf.JdoConf extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_databaseList

List<E> _databaseList
Field _databaseList.


_transactionDemarcation

TransactionDemarcation _transactionDemarcation
Field _transactionDemarcation.

Class org.castor.jdo.conf.Jndi extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.

Class org.castor.jdo.conf.Mapping extends Object implements Serializable

Serialized Fields

_href

String _href
Field _href.

Class org.castor.jdo.conf.PackageMapping extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.

Class org.castor.jdo.conf.Param extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_value

String _value
Field _value.

Class org.castor.jdo.conf.TransactionDemarcation extends Object implements Serializable

Serialized Fields

_mode

String _mode
Field _mode.


_transactionManager

TransactionManager _transactionManager
Field _transactionManager.

Class org.castor.jdo.conf.TransactionManager extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_paramList

List<E> _paramList
Field _paramList.


Package org.castor.persist.cache

Class org.castor.persist.cache.CacheEntry extends Object implements Serializable

serialVersionUID: -5165311222436920871L

Serialized Fields

_oid

OID _oid
OID of the entity cached.


_values

Object[] _values
Actual values of the entity cached.


_version

long _version
Associated version of the entity.


Package org.castor.persist.proxy

Class org.castor.persist.proxy.SingleProxy extends Object implements Serializable

serialVersionUID: -1498354553937679053L

Serialized Fields

_tx

TransactionContext _tx

_classMolder

ClassMolder _classMolder

_clazz

Class<T> _clazz

_identity

Identity _identity

_object

Object _object

_accessMode

AccessMode _accessMode

_hasMaterialized

boolean _hasMaterialized

Package org.castor.transactionmanager

Class org.castor.transactionmanager.TransactionManagerAcquireException extends Exception implements Serializable

serialVersionUID: -4473907453496999735L

Serialized Fields

_cause

Throwable _cause
The cause for this exception.


Package org.exolab.castor.gui

Class org.exolab.castor.gui.QueryHistory extends Object implements Serializable

serialVersionUID: 235997211123063614L

Serialized Fields

_querys

Vector<E> _querys

_currentPos

int _currentPos

_maxsize

int _maxsize

Package org.exolab.castor.jdo

Class org.exolab.castor.jdo.ClassNotPersistenceCapableException extends PersistenceException implements Serializable

serialVersionUID: 5245544645253972901L

Class org.exolab.castor.jdo.ConnectionFailedException extends PersistenceException implements Serializable

serialVersionUID: 4841105599318131969L

Class org.exolab.castor.jdo.DatabaseNotFoundException extends PersistenceException implements Serializable

serialVersionUID: 4192500303396449687L

Class org.exolab.castor.jdo.DataObjectAccessException extends RuntimeException implements Serializable

serialVersionUID: -6741547483776196810L

Serialized Fields

_cause

Throwable _cause
The cause for this exception.

Class org.exolab.castor.jdo.DuplicateIdentityException extends PersistenceException implements Serializable

serialVersionUID: 2342174728260237572L

Class org.exolab.castor.jdo.FatalPersistenceException extends PersistenceException implements Serializable

serialVersionUID: -1790155244161250371L

Class org.exolab.castor.jdo.JDOManager extends Object implements Serializable

serialVersionUID: -7108469291509131893L

Serialized Fields

_jdoConfURI

InputSource _jdoConfURI
The URL of the configuration file. If the URL is specified, the first attempt to load a database of this type will use the specified configuration file.


_callbackInterceptor

CallbackInterceptor _callbackInterceptor
The callback interceptor to which all persistent state events to be sent.


_instanceFactory

InstanceFactory _instanceFactory
The instance factory which create new instances of data objects.


_lockTimeout

int _lockTimeout
The lock timeout for this database. Zero for immediate timeout, an infinite value for no timeout. The timeout is specified in seconds.


_description

String _description
Description of this database.


_txDbPool

TxDatabaseMap _txDbPool
The transactions to databases map for database pooling for J2EE transaction instances.

This pool only affects JDOManager in a J2EE environment where a transaction is associated with the thread that calls JDOManager.getDatabase(). If database pooling is enabled, JDOManager will first search this pool for a Database instance that is mapped to current transaction. If such a Database instance is found, the Database will be returned; if not, a new one will be created, associated with the transaction and return to the caller.

See Also:
JDOManager.setDatabasePooling(boolean)

_autoStore

boolean _autoStore
True if user prefer all reachable object to be stored automatically. False (default) if user want only dependent object to be stored.


_databaseName

String _databaseName
The name of this database.

Class org.exolab.castor.jdo.LockNotGrantedException extends PersistenceException implements Serializable

serialVersionUID: 2630541411648246369L

Class org.exolab.castor.jdo.ObjectDeletedException extends ObjectNotPersistentException implements Serializable

serialVersionUID: -5294966338473275287L

Class org.exolab.castor.jdo.ObjectModifiedException extends TransactionAbortedException implements Serializable

serialVersionUID: -8642522064664513348L

Class org.exolab.castor.jdo.ObjectNotFoundException extends PersistenceException implements Serializable

serialVersionUID: -8122627187057596546L

Class org.exolab.castor.jdo.ObjectNotPersistentException extends PersistenceException implements Serializable

serialVersionUID: -4100652878712046846L

Class org.exolab.castor.jdo.PersistenceException extends CastorException implements Serializable

serialVersionUID: -214432393524952756L

Class org.exolab.castor.jdo.QueryException extends PersistenceException implements Serializable

serialVersionUID: 8880099810750905570L

Class org.exolab.castor.jdo.TransactionAbortedException extends PersistenceException implements Serializable

serialVersionUID: -8889273719776531668L

Class org.exolab.castor.jdo.TransactionNotInProgressException extends PersistenceException implements Serializable

serialVersionUID: -4649652767565295120L


Package org.exolab.castor.jdo.engine

Class org.exolab.castor.jdo.engine.TxDatabaseMap extends Object implements Serializable

serialVersionUID: -3808006851366701785L

Serialized Fields

_txDbMap

HashMap<K,V> _txDbMap

Package org.exolab.castor.jdo.oql

Class org.exolab.castor.jdo.oql.InvalidCharException extends QueryException implements Serializable

serialVersionUID: -6610485595861733951L

Class org.exolab.castor.jdo.oql.OQLSyntaxException extends QueryException implements Serializable

serialVersionUID: -5399388898997962305L

Class org.exolab.castor.jdo.oql.SyntaxNotSupportedException extends OQLSyntaxException implements Serializable

serialVersionUID: 4631661265633584506L


Package org.exolab.castor.persist

Class org.exolab.castor.persist.ObjectDeletedWaitingForLockException extends LockNotGrantedException implements Serializable

serialVersionUID: 1774245493143153091L

Class org.exolab.castor.persist.OID extends Object implements Serializable

serialVersionUID: 419512942519592363L

Serialized Fields

_topTypeName

String _topTypeName
The full qualified class name of the top level entity of an extends hierarchy.


_identity

Identity _identity
The entities identity if known, null if the object was created without an identity.


_hashCode

int _hashCode
The OID's hash code.


_typeName

String _typeName
The full qualified class name of the entity.


_depended

OID _depended
The OID of depended object.


_dbLock

boolean _dbLock
True if the object is loaded with db-lock access.


Package org.exolab.castor.persist.spi

Class org.exolab.castor.persist.spi.Identity extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_all

Object[] _all

_hashCode

int _hashCode



Copyright © 2012. All Rights Reserved.