Serialized Form


Package org.exolab.castor.dsml

Class org.exolab.castor.dsml.ImportDescriptor extends org.xml.sax.HandlerBase implements Serializable

Serialized Fields

_policies

java.util.Hashtable _policies

_insideRoot

boolean _insideRoot

Class org.exolab.castor.dsml.ImportExportException extends java.lang.Exception implements Serializable

Serialized Fields

_except

java.lang.Exception _except

Class org.exolab.castor.dsml.SearchDescriptor extends org.xml.sax.HandlerBase implements Serializable

Serialized Fields

_scope

int _scope

_baseDN

java.lang.String _baseDN

_filter

java.lang.String _filter

_returnAttrs

java.util.Vector _returnAttrs

_attrName

java.lang.StringBuffer _attrName

_insideRoot

boolean _insideRoot


Package org.exolab.castor.jdo

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

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

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

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

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

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

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

org.exolab.castor.jdo.conf.JdoConf _jdoConf
Deprecated. 
An in-memory JDO configuration instance.


_logInterceptor

org.exolab.castor.persist.spi.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.

See Also:
#LOG

_callback

org.exolab.castor.persist.spi.CallbackInterceptor _callback
Deprecated. 
The callback interceptor to which all persistent state events to be sent.


_instanceFactory

org.exolab.castor.persist.spi.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.


_transactionManagerFactory

org.exolab.castor.jdo.transactionmanager.TransactionManagerFactory _transactionManagerFactory
Deprecated. 
The transaction manager factory to be used to obtain a javax.jta.TransactionManager instance.


_transactionManager

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

org.exolab.castor.jdo.engine.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 java.lang.Object implements Serializable

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

org.exolab.castor.persist.spi.CallbackInterceptor _callbackInterceptor
The callback interceptor to which all persistent state events to be sent.


_instanceFactory

org.exolab.castor.persist.spi.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

org.exolab.castor.jdo.engine.TxDatabaseMap _txDbPool
The transactions to databases map for database pooling.


_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.exolab.castor.jdo.LockNotGrantedException extends PersistenceException implements Serializable

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

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

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

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

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

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

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

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


Package org.exolab.castor.mapping

Class org.exolab.castor.mapping.AccessMode extends java.lang.Object implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
Called during deserialization.

Serialized Fields

_id

short _id
The id of this access mode as originally used at Database.load() and Query.execute().


_name

java.lang.String _name
The name of this access mode as it would appear in a mapping file.

Class org.exolab.castor.mapping.MappingException extends java.lang.Exception implements Serializable

Serialized Fields

_except

java.lang.Exception _except

Class org.exolab.castor.mapping.MappingRuntimeException extends java.lang.IllegalStateException implements Serializable

Serialized Fields

_exception

java.lang.Throwable _exception
The exception which caused this Exception

Class org.exolab.castor.mapping.ValidityException extends java.lang.Exception implements Serializable

Serialized Fields

_except

java.lang.Exception _except


Package org.exolab.castor.types

Class org.exolab.castor.types.AnyNode extends java.lang.Object implements Serializable

Serialized Fields

_nodeType

short _nodeType
The type of the current node. ELEMENT is the default value.


_nextSiblingNode

AnyNode _nextSiblingNode
The next sibling of this AnyNode


_firstChildNode

AnyNode _firstChildNode
The first child of this AnyNode


_localName

java.lang.String _localName
the local name of the current node.


_uri

java.lang.String _uri
the Namespace URI of the current node


_prefix

java.lang.String _prefix
The prefix of the Namespace


_value

java.lang.String _value
The value of this node defined as follow:

Class org.exolab.castor.types.Century extends TimePeriod implements Serializable

Class org.exolab.castor.types.Date extends DateTimeBase implements Serializable

Class org.exolab.castor.types.DateTimeBase extends java.lang.Object implements Serializable

Serialized Fields

_century

short _century
The century field


_year

short _year
The year field


_month

short _month
The month field


_day

short _day
The day field


_hour

short _hour
the hour field


_minute

short _minute
the minute field


_second

short _second
the second field


_millsecond

short _millsecond
the millsecond field


_zoneHour

short _zoneHour
the time zone hour field


_zoneMinute

short _zoneMinute
the time zone minute field


_UTC

boolean _UTC
true if this date/time type is UTC related


_zoneNegative

boolean _zoneNegative
true if the time zone is negative


_isNegative

boolean _isNegative
true if this date/time type is negative

Class org.exolab.castor.types.Duration extends java.lang.Object implements Serializable

Serialized Fields

_year

short _year
the number of years


_month

short _month
the number of months


_day

short _day
the number of days


_hour

short _hour
the number of hours


_minute

short _minute
the number of minutes


_second

short _second
the number of seconds


_millisecond

long _millisecond
the potential number of milliseconds


_isNegative

boolean _isNegative
true if the Duration is negative

Class org.exolab.castor.types.GDay extends GMonthDay implements Serializable

Class org.exolab.castor.types.GMonth extends GMonthDay implements Serializable

Class org.exolab.castor.types.GMonthDay extends Date implements Serializable

Class org.exolab.castor.types.GYear extends GYearMonth implements Serializable

Class org.exolab.castor.types.GYearMonth extends Date implements Serializable

Class org.exolab.castor.types.Month extends TimePeriod implements Serializable

Class org.exolab.castor.types.OperationNotSupportedException extends java.lang.RuntimeException implements Serializable

Class org.exolab.castor.types.RecurringDuration extends RecurringDurationBase implements Serializable

Serialized Fields

_century

short _century

_year

short _year

_month

short _month

_day

short _day

Class org.exolab.castor.types.RecurringDurationBase extends java.lang.Object implements Serializable

Serialized Fields

_period

TimeDuration _period
the period facet of this recurringDuration


_duration

TimeDuration _duration
the duration facet of this recurringDuration


_hour

short _hour
the hour field of this recurringDuration -1 means that the field has been omitted (cf section 4.5 of ISO 8601)


_minute

short _minute
the minute field of this recurringDuration -1 means that the field has been omitted (cf section 4.5 of ISO 8601)


_second

short _second
the second field of this recurringDuration -1 means that the field has been omitted (cf section 4.5 of ISO 8601)


_millsecond

short _millsecond
the millsecond field of this recurringDuration


_zoneHour

short _zoneHour
the time zone hour field of this recurringDuration


_zoneMinute

short _zoneMinute
the time zone minute field of this recurringDuration


_UTC

boolean _UTC
true if this recurringDuration is UTC related


_zoneNegative

boolean _zoneNegative

_isNegative

boolean _isNegative

Class org.exolab.castor.types.Time extends DateTimeBase implements Serializable

Class org.exolab.castor.types.TimeDuration extends java.lang.Object implements Serializable

Serialized Fields

_year

short _year
the number of years


_month

short _month
the number of months


_day

short _day
the number of days


_hour

short _hour
the number of hours


_minute

short _minute
the number of minutes


_second

short _second
the number of seconds


_millisecond

short _millisecond
the potential number of milliseconds


_isNegative

boolean _isNegative
true if the Time Duration is negative

Class org.exolab.castor.types.TimeInstant extends RecurringDuration implements Serializable

Class org.exolab.castor.types.TimePeriod extends RecurringDuration implements Serializable

Class org.exolab.castor.types.Year extends TimePeriod implements Serializable


Package org.exolab.castor.util

Class org.exolab.castor.util.EventListenerList extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException

Class org.exolab.castor.util.List extends java.lang.Object implements Serializable

Serialized Fields

DEFAULT_SIZE

int DEFAULT_SIZE

elements

java.lang.Object[] elements

initialSize

int initialSize

elementCount

int elementCount
The next available location in the elements array

Class org.exolab.castor.util.NestedIOException extends java.io.IOException implements Serializable

Serialized Fields

_exception

java.lang.Exception _exception
A nested exception


_localTrace

boolean _localTrace
A flag to indicate a local stack trace only

Class org.exolab.castor.util.OrderedHashMap extends java.util.HashMap implements Serializable

Serialized Fields

_orderedValues

java.util.ArrayList _orderedValues
Ordered list of contained values


Package org.exolab.castor.xml

Class org.exolab.castor.xml.CastorException extends java.lang.Exception implements Serializable

Serialized Fields

_errorCode

int _errorCode
The error code for this Exception


_message

java.lang.String _message
The message for this Exception

Class org.exolab.castor.xml.FileLocation extends java.lang.Object implements Serializable

Serialized Fields

_filename

java.lang.String _filename

_line

int _line

_col

int _col

Class org.exolab.castor.xml.MarshalException extends XMLException implements Serializable

Class org.exolab.castor.xml.ResolverException extends XMLException implements Serializable

Class org.exolab.castor.xml.ValidationException extends XMLException implements Serializable

Serialized Fields

_location

Location _location
The location for this Exception


_next

ValidationException _next
The next exception in the list, allows for reporting of several validation exceptions

Class org.exolab.castor.xml.XMLException extends org.exolab.castor.core.exceptions.CastorException implements Serializable

Serialized Fields

_location

Location _location
The location for this Exception


errorCode

int errorCode
The error code for this Exception



Intalio Inc. (C) 1999-2004. All rights reserved http://www.intalio.com