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 ConcurrentHashMap<Object,Object> implements Serializable

serialVersionUID: -7215860376133906243L

Serialized Fields

_timestamp

long _timestamp
Timestamp of this container.


Package org.castor.jdo.conf

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.

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.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 entry to be cached.


_entry

Object[] _entry
Actual data to be cached.


_timeStamp

long _timeStamp
Associated time stamp.


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.JDO extends Object implements Serializable

serialVersionUID: 2816194621638396008L

Serialized Fields

_jdoConfURI

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


_jdoConf

JdoConf _jdoConf
Deprecated. 
An in-memory JDO configuration instance.


_logInterceptor

LogInterceptor _logInterceptor
Deprecated. There is no need for this member due to the implementation of Log4J which is controlled via the log4j.properties file.
The log intercpetor to which all logging and tracing messages will be sent.


_callback

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


_instanceFactory

InstanceFactory _instanceFactory
Deprecated. 
The instance factory to which create a new instance of data object.


_lockTimeout

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


_dbName

String _dbName
Deprecated. 
The name of this database.


_description

String _description
Deprecated. 
Description of this database.


_transactionManager

TransactionManager _transactionManager
Deprecated. 
The transaction manager.


_classLoader

ClassLoader _classLoader
Deprecated. 
The application class loader.


_entityResolver

EntityResolver _entityResolver
Deprecated. 
The resolver can be used to resolve cached entities, e.g. for external mapping documents.


_txDbPool

TxDatabaseMap _txDbPool
Deprecated. 
The transactions to databases map for database pooling.


_autoStore

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

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

_identity

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


_name

String _name
The full qualified name of the object's type.


_depends

OID _depends
The OID of depended object.


_dbLock

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


_hashCode

int _hashCode
The OID's hash code.


_topClassName

String _topClassName
The full qualified name of the top level class, used for equating OIDs based on commong parent.


_superClassNames

String[] _superClassNames
The full qualified names of all superclasses, used for equating OIDs based on commong parent.


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 © 2010. All Rights Reserved.