Serialized Form

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

serialVersionUID: 6282797357450171990l

Serialized Fields

_cause

java.lang.Throwable _cause
The cause for this exception.


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

serialVersionUID: -5165311222436920871l

Serialized Fields

_oid

OID _oid
OID of the entry to be cached.


_entry

java.lang.Object[] _entry
Actual data to be cached.


_timeStamp

long _timeStamp
Associated time stamp.


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

serialVersionUID: 5245544645253972901l


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

Serialized Fields

_name

java.lang.String _name
Field _name


_engine

java.lang.String _engine
Field _engine


_databaseChoice

DatabaseChoice _databaseChoice
Field _databaseChoice


_mappingList

java.util.ArrayList _mappingList
Field _mappingList


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

Serialized Fields

_driver

Driver _driver
Field _driver


_dataSource

DataSource _dataSource
Field _dataSource


_jndi

Jndi _jndi
Field _jndi


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

serialVersionUID: 4192500303396449687l


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

serialVersionUID: -6741547483776196810l

Serialized Fields

_cause

java.lang.Throwable _cause
The cause for this exception.


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

Serialized Fields

_className

java.lang.String _className
Field _className


_paramList

java.util.ArrayList _paramList
Field _paramList


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

Serialized Fields

_url

java.lang.String _url
Field _url


_className

java.lang.String _className
Field _className


_paramList

java.util.ArrayList _paramList
Field _paramList


Class org.exolab.castor.dtx.DTXException extends java.lang.Exception implements Serializable

serialVersionUID: -3419863291873007258l

Serialized Fields

_except

java.lang.Exception _except

_message

java.lang.String _message


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.persist.spi.Identity extends java.lang.Object implements Serializable

serialVersionUID: 1l

Serialized Fields

_all

java.lang.Object[] _all

_hashCode

int _hashCode


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

serialVersionUID: -6610485595861733951l


Class org.exolab.castor.jdo.JDO extends java.lang.Object implements Serializable

serialVersionUID: 2816194621638396008l

Serialized Fields

_jdoConfURI

java.lang.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

java.lang.String _dbName
Deprecated. 
The name of this database.


_description

java.lang.String _description
Deprecated. 
Description of this database.


_transactionManager

javax.transaction.TransactionManager _transactionManager
Deprecated. 
The transaction manager.


_classLoader

java.lang.ClassLoader _classLoader
Deprecated. 
The application class loader.


_entityResolver

org.xml.sax.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.castor.jdo.conf.JdoConf extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name
Field _name


_databaseList

java.util.ArrayList _databaseList
Field _databaseList


_transactionDemarcation

TransactionDemarcation _transactionDemarcation
Field _transactionDemarcation


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

serialVersionUID: -7108469291509131893l

Serialized Fields

_jdoConfURI

org.xml.sax.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

java.lang.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

java.lang.String _databaseName
The name of this database.


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

Serialized Fields

_name

java.lang.String _name
Field _name


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

serialVersionUID: 2630541411648246369l


Class org.castor.cache.hashbelt.container.MapContainer extends org.castor.util.concurrent.ConcurrentHashMap implements Serializable

serialVersionUID: -7215860376133906243l

Serialized Fields

_timestamp

long _timestamp
Timestamp of this container.


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

Serialized Fields

_href

java.lang.String _href
Field _href


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

serialVersionUID: -5294966338473275287l


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

serialVersionUID: 1774245493143153091l


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.persist.OID extends java.lang.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

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


_depends

OID _depends
The OID of depended object.


_stamp

java.lang.Object _stamp
The object's stamp, used for efficient dirty checking.


_dbLock

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


_hashCode

int _hashCode
The OID's hash code.


_topClassName

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


_superClassNames

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


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

serialVersionUID: -5399388898997962305l


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

Serialized Fields

_name

java.lang.String _name
Field _name


_value

java.lang.String _value
Field _value


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

serialVersionUID: -214432393524952756l


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

serialVersionUID: 8880099810750905570l


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

serialVersionUID: 235997211123063614l

Serialized Fields

_querys

java.util.Vector _querys

_currentPos

int _currentPos

_maxsize

int _maxsize


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

serialVersionUID: -1498354553937679053l

Serialized Fields

_tx

TransactionContext _tx

_classMolder

ClassMolder _classMolder

_clazz

java.lang.Class _clazz

_identity

Identity _identity

_object

java.lang.Object _object

_accessMode

org.exolab.castor.mapping.AccessMode _accessMode

_hasMaterialized

boolean _hasMaterialized


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

serialVersionUID: 4631661265633584506l


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

serialVersionUID: -8889273719776531668l


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

Serialized Fields

_mode

java.lang.String _mode
Field _mode


_transactionManager

TransactionManager _transactionManager
Field _transactionManager


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

Serialized Fields

_name

java.lang.String _name
Field _name


_paramList

java.util.ArrayList _paramList
Field _paramList


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

serialVersionUID: -4473907453496999735l

Serialized Fields

_cause

java.lang.Throwable _cause
The cause for this exception.


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

serialVersionUID: -4649652767565295120l


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

serialVersionUID: -3808006851366701785l

Serialized Fields

_txDbMap

java.util.HashMap _txDbMap



Copyright 2008 null. All Rights Reserved.