Serialized Form


Package org.exolab.castor.dsml

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

serialVersionUID: 197365948293655041l

Serialized Fields

_policies

java.util.Hashtable _policies

_insideRoot

boolean _insideRoot

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

serialVersionUID: -6003260515410305829l

Serialized Fields

_except

java.lang.Exception _except

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

serialVersionUID: -6614367393322175115l

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

serialVersionUID: 5245544645253972901l

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

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 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

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


_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

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

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 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:
#setDatabasePoooling(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.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 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.jdo.TransactionAbortedException extends PersistenceException implements Serializable

serialVersionUID: -8889273719776531668l

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

serialVersionUID: -4649652767565295120l


Package org.exolab.castor.mapping

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

serialVersionUID: -7113303922354626951l

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

serialVersionUID: 841446747748696044l

Serialized Fields

_except

java.lang.Exception _except

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

serialVersionUID: 238861866150334375l

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

serialVersionUID: 6928906878046428690l

Serialized Fields

_except

java.lang.Exception _except


Package org.exolab.castor.types

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

serialVersionUID: -4104117996051705975l

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

serialVersionUID: 88787876938390034l

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

serialVersionUID: -1634875709019365137l

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

serialVersionUID: -6475091654291323029l

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

serialVersionUID: 8571596440117087631l

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

serialVersionUID: -1950758441188466762l

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

serialVersionUID: -6351252242146921258l

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

serialVersionUID: -8977039151222106864l

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

serialVersionUID: -8864050276805766473l

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

serialVersionUID: 8102039626686892932l

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

serialVersionUID: 7426855587564117483l

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

serialVersionUID: -6037158412155942249l

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

serialVersionUID: -8268707778437931489l

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

serialVersionUID: -3080457339689062021l

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

serialVersionUID: -5261713908033956150l

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

serialVersionUID: -7057026912711829943l

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

serialVersionUID: 8485456751196062574l


Package org.exolab.castor.util

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

serialVersionUID: 4472874989562384564l

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

serialVersionUID: 3116347649564356199l

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

serialVersionUID: -4698274786487914369l

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

serialVersionUID: -1648679783713336948l

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

serialVersionUID: -1648679783713336948l

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

serialVersionUID: 7112551880124131785l

Serialized Fields

_filename

java.lang.String _filename

_line

int _line

_col

int _col

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

serialVersionUID: -1648679783713336948l

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

serialVersionUID: -8800218775708296399l

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

serialVersionUID: 2220902174700444631l

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

serialVersionUID: 7512918645754995146l

Serialized Fields

_location

Location _location
The location for this Exception


errorCode

int errorCode
The error code for this Exception



Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com e-REdING. Biblioteca de la Escuela Superior de Ingenieros de Sevilla.


PASARELA JAVA-XML PARA TIPOS GPICS NO CLÍNICOS Y APLICACIÓN EN UN SERVIDOR DEMOGRÁFICO

: Caminero Marqués, José
: Ingeniería Telecomunicación
Contenido del proyecto:
Directorio raíz  >  lib  >  castor  >  api  >  serialized-form.html