Serialized Form


Package commonj.sdo

Package commonj.sdo.impl

Class commonj.sdo.impl.ExternalizableDelegator extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package javanet.staxutils.error

Class javanet.staxutils.error.IllegalStreamStateException extends IllegalStateException implements Serializable

Serialized Fields

location

Location location
The location in the stream where the error occured.


Package javanet.staxutils.events

Class javanet.staxutils.events.AbstractCharactersEvent extends AbstractXMLEvent implements Serializable

Serialized Fields

data

String data
Character content.

Class javanet.staxutils.events.AbstractXMLEvent extends Object implements Serializable

Serialized Fields

location

Location location
The event location.


schemaType

QName schemaType
The schema type.

Class javanet.staxutils.events.AttributeEvent extends AbstractXMLEvent implements Serializable

Serialized Fields

specified

boolean specified
Whether the attribute was specified in the document. Defaults to true.


name

QName name
The qualified attribute name.


value

String value
The normalized attribute value.


dtdType

String dtdType
Type of attribute as specified in the DTD. Defaults to CDATA.

Class javanet.staxutils.events.CDataEvent extends AbstractCharactersEvent implements Serializable

Class javanet.staxutils.events.CharactersEvent extends AbstractCharactersEvent implements Serializable

Class javanet.staxutils.events.CommentEvent extends AbstractXMLEvent implements Serializable

Serialized Fields

text

String text
Comment text.

Class javanet.staxutils.events.DTDEvent extends AbstractXMLEvent implements Serializable

Serialized Fields

declaration

String declaration
The full DTD declaration.


entities

List<E> entities
The list of EntityDeclarations.


notations

List<E> notations
The list of NotationDeclarations.

Class javanet.staxutils.events.EndDocumentEvent extends AbstractXMLEvent implements Serializable

Class javanet.staxutils.events.EndElementEvent extends AbstractXMLEvent implements Serializable

Serialized Fields

name

QName name
The element name.


namespaces

Collection<E> namespaces
A collection of Namespaces going out of scope.

Class javanet.staxutils.events.EntityDeclarationEvent extends AbstractXMLEvent implements Serializable

Serialized Fields

name

String name
The entity name.


replacementText

String replacementText
The replacement text, or null if this isn't an internal entity.


baseURI

String baseURI
The entity base URI, or null if this isn't an external entity


publicId

String publicId
The public id, or null if this isn't an external entity


systemId

String systemId
The system id, or null if this isn't an external entity.


notationName

String notationName
The optional notation name.

Class javanet.staxutils.events.EntityReferenceEvent extends AbstractXMLEvent implements Serializable

Serialized Fields

name

String name
The referenced entity name.


declaration

EntityDeclaration declaration
The referenced entity declaration.

Class javanet.staxutils.events.IgnorableSpaceEvent extends AbstractCharactersEvent implements Serializable

Class javanet.staxutils.events.NamespaceEvent extends AttributeEvent implements Serializable

Class javanet.staxutils.events.NotationDeclarationEvent extends AbstractXMLEvent implements Serializable

Serialized Fields

name

String name
The notation name.


publicId

String publicId
The public id of the notation


systemId

String systemId
The system id of the notation

Class javanet.staxutils.events.ProcessingInstructionEvent extends AbstractXMLEvent implements Serializable

Serialized Fields

target

String target
The PI target.


data

String data
The instruction data.

Class javanet.staxutils.events.StartDocumentEvent extends AbstractXMLEvent implements Serializable

Serialized Fields

encoding

String encoding
The document encoding, or null if none was specified.


standalone

Boolean standalone
The document standalone value, or null if none was specified.


version

String version
The XML version, or null if none was specified.

Class javanet.staxutils.events.StartElementEvent extends AbstractXMLEvent implements Serializable

Serialized Fields

name

QName name
The qualified element name.


attributes

Map<K,V> attributes
The element attributes.


namespaces

Map<K,V> namespaces
The element namespaces.


namespaceCtx

NamespaceContext namespaceCtx
The namespace context.


Package org.plasma.config

Class org.plasma.config.ConfigurationException extends PlasmaRuntimeException implements Serializable

serialVersionUID: 1L

Class org.plasma.config.NonExistantNamespaceException extends ConfigurationException implements Serializable

serialVersionUID: 1L


Package org.plasma.provisioning

Class org.plasma.provisioning.PropertyNameCollisionException extends ProvisioningException implements Serializable

serialVersionUID: 1L

Class org.plasma.provisioning.ProvisioningException extends PlasmaRuntimeException implements Serializable

serialVersionUID: 1L

Class org.plasma.provisioning.TypeNameCollisionException extends ProvisioningException implements Serializable

serialVersionUID: 1L


Package org.plasma.provisioning.cli

Class org.plasma.provisioning.cli.RDBException extends PlasmaRuntimeException implements Serializable

serialVersionUID: 1L


Package org.plasma.provisioning.rdb.mysql.any

Package org.plasma.provisioning.rdb.mysql.any.impl

Class org.plasma.provisioning.rdb.mysql.any.impl.GlobalVariableImpl extends CoreDataObject implements Serializable

serialVersionUID: 1L


Package org.plasma.provisioning.rdb.mysql.v5_5

Package org.plasma.provisioning.rdb.mysql.v5_5.impl

Class org.plasma.provisioning.rdb.mysql.v5_5.impl.GlobalVariableImpl extends CoreDataObject implements Serializable

serialVersionUID: 1L

Class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnConstraintImpl extends CoreDataObject implements Serializable

serialVersionUID: 1L

Class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnImpl extends CoreDataObject implements Serializable

serialVersionUID: 1L

Class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableColumnKeyUsageImpl extends CoreDataObject implements Serializable

serialVersionUID: 1L

Class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableConstraintImpl extends CoreDataObject implements Serializable

serialVersionUID: 1L

Class org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl extends CoreDataObject implements Serializable

serialVersionUID: 1L

Class org.plasma.provisioning.rdb.mysql.v5_5.impl.ViewImpl extends CoreDataObject implements Serializable

serialVersionUID: 1L


Package org.plasma.provisioning.rdb.oracle.any.sys

Package org.plasma.provisioning.rdb.oracle.any.sys.impl

Class org.plasma.provisioning.rdb.oracle.any.sys.impl.VersionImpl extends CoreDataObject implements Serializable

serialVersionUID: 1L


Package org.plasma.provisioning.rdb.oracle.g11.sys

Package org.plasma.provisioning.rdb.oracle.g11.sys.impl

Class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ConstraintImpl extends CoreDataObject implements Serializable

serialVersionUID: 1L

Class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnCommentImpl extends CoreDataObject implements Serializable

serialVersionUID: 1L

Class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnConstraintImpl extends CoreDataObject implements Serializable

serialVersionUID: 1L

Class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableColumnImpl extends CoreDataObject implements Serializable

serialVersionUID: 1L

Class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableCommentImpl extends CoreDataObject implements Serializable

serialVersionUID: 1L

Class org.plasma.provisioning.rdb.oracle.g11.sys.impl.TableImpl extends CoreDataObject implements Serializable

serialVersionUID: 1L

Class org.plasma.provisioning.rdb.oracle.g11.sys.impl.VersionImpl extends CoreDataObject implements Serializable

serialVersionUID: 1L

Class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnCommentImpl extends CoreDataObject implements Serializable

serialVersionUID: 1L

Class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewColumnImpl extends CoreDataObject implements Serializable

serialVersionUID: 1L

Class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewCommentImpl extends CoreDataObject implements Serializable

serialVersionUID: 1L

Class org.plasma.provisioning.rdb.oracle.g11.sys.impl.ViewImpl extends CoreDataObject implements Serializable

serialVersionUID: 1L


Package org.plasma.query

Class org.plasma.query.EmptySelectClauseException extends QueryException implements Serializable

serialVersionUID: 1L

Class org.plasma.query.InvalidPathElementException extends QueryException implements Serializable

serialVersionUID: 1L

Class org.plasma.query.InvalidPathPredicateException extends QueryException implements Serializable

serialVersionUID: 1L

Class org.plasma.query.MaxWildcardsExceededException extends QueryException implements Serializable

serialVersionUID: 1L

Class org.plasma.query.QueryException extends PlasmaRuntimeException implements Serializable

serialVersionUID: 1L


Package org.plasma.query.xpath

Class org.plasma.query.xpath.QueryPathNavigator extends org.jaxen.DefaultNavigator implements Serializable

serialVersionUID: -1636727587303584165L

Serialized Fields

xpath

QueryXPath xpath

Class org.plasma.query.xpath.QueryXPath extends DefaultXPath implements Serializable

serialVersionUID: 1L

Serialized Fields

queryXpath

org.jaxen.expr.XPathExpr queryXpath

Package org.plasma.sdo

Class org.plasma.sdo.IllegalArgumentUserException extends IllegalArgumentException implements Serializable

serialVersionUID: 1L

Class org.plasma.sdo.PlasmaDataLink extends CoreEdge implements Serializable

Serialized Fields

left

PlasmaNode left

right

PlasmaNode right

Class org.plasma.sdo.PlasmaDataObjectException extends PlasmaRuntimeException implements Serializable

serialVersionUID: 1L


Package org.plasma.sdo.access

Class org.plasma.sdo.access.DataAccessException extends PlasmaRuntimeException implements Serializable

Class org.plasma.sdo.access.InvalidSnapshotException extends DataAccessException implements Serializable

serialVersionUID: 1L

Serialized Fields

snapshotDate

Timestamp snapshotDate

updatedByUser

String updatedByUser

updatedDate

Date updatedDate

Class org.plasma.sdo.access.LockedEntityException extends DataAccessException implements Serializable

Serialized Fields

entityName

String entityName

userName

String userName

lockedDate

Date lockedDate

Class org.plasma.sdo.access.MaxResultsExceededException extends DataAccessException implements Serializable

Serialized Fields

numResults

int numResults

maxResults

int maxResults

Class org.plasma.sdo.access.RequiredPropertyException extends DataAccessException implements Serializable

Class org.plasma.sdo.access.SequenceGeneratorException extends DataAccessException implements Serializable

serialVersionUID: 1L


Package org.plasma.sdo.access.model

Class org.plasma.sdo.access.model.EntityException extends PlasmaRuntimeException implements Serializable

serialVersionUID: 1L


Package org.plasma.sdo.access.provider.common

Class org.plasma.sdo.access.provider.common.DataObjectCommitComparator extends Object implements Serializable


Package org.plasma.sdo.access.service

Class org.plasma.sdo.access.service.InvalidSnapshotEJBException extends javax.ejb.EJBException implements Serializable

Class org.plasma.sdo.access.service.LockedEntityEJBException extends javax.ejb.EJBException implements Serializable

Serialized Fields

entityName

String entityName

userName

String userName

lockedDate

Date lockedDate

Package org.plasma.sdo.core

Class org.plasma.sdo.core.CoreChange extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

dataObject

DataObject dataObject

changeType

ChangeType changeType

settings

Map<K,V> settings

pathFromRoot

String pathFromRoot

pathDepthFromRoot

int pathDepthFromRoot

Class org.plasma.sdo.core.CoreChangeSummary extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

changedDataObjects

Map<K,V> changedDataObjects

dataGraph

PlasmaDataGraph dataGraph

loggingBeganMillis

long loggingBeganMillis

loggingEndedMillis

long loggingEndedMillis

Class org.plasma.sdo.core.CoreDataGraph extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Object id

rootObject

PlasmaDataObject rootObject

changeSummary

CoreChangeSummary changeSummary

Class org.plasma.sdo.core.CoreDataObject extends CoreNode implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Reads in metadata logical names as string during de-serialization looks up and restores references.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Writes out metadata logical names as string for serialization.

Throws:
IOException
Serialized Fields

uuid

UUID uuid
The cached UUID value. Caching UUID has bacome important as continually pulling the UUID out of the underlying value map/hash has a performance impact as UUID is used in every equals comparison etc..


hashCode

int hashCode
The cached integral hash code value


dataGraph

DataGraph dataGraph

typeName

String typeName
used for serialization only


typeUri

String typeUri
used for serialization only


container

DataObject container
The current container for this DataObject


containmentPropertyName

String containmentPropertyName
used for serialization only


containmentPropertyTypeName

String containmentPropertyTypeName
used for serialization only


containmentPropertyTypeUri

String containmentPropertyTypeUri
used for serialization only

Class org.plasma.sdo.core.CoreDataObjectXPath extends org.jaxen.BaseXPath implements Serializable

serialVersionUID: 1L

Class org.plasma.sdo.core.CoreEdge extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

direction

TraversalDirection direction

weight

double weight

Class org.plasma.sdo.core.CoreException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.plasma.sdo.core.CoreNode extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

valueObject

CoreObject valueObject

Class org.plasma.sdo.core.CoreObject extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Custom de-serialization method. Reads the mapped key/value pairs not the hash itself.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Custom serialization method. Writes the mapped key/value pairs not the hash itself.

Throws:
IOException

Class org.plasma.sdo.core.NullValue extends Object implements Serializable

Class org.plasma.sdo.core.SnapshotMap extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

values

Map<K,V> values

snapshotDate

Timestamp snapshotDate

Package org.plasma.sdo.helper

Class org.plasma.sdo.helper.InvalidDataConversionException extends ClassCastException implements Serializable

serialVersionUID: 1L


Package org.plasma.sdo.repository

Class org.plasma.sdo.repository.IllegalCircularReferenceException extends RepositoryException implements Serializable

serialVersionUID: 1L

Class org.plasma.sdo.repository.IllegalStereotypeApplicationException extends RepositoryException implements Serializable

serialVersionUID: 1L

Class org.plasma.sdo.repository.RepositoryException extends PlasmaRuntimeException implements Serializable

serialVersionUID: 1L


Package org.plasma.sdo.xml

Class org.plasma.sdo.xml.DuplicateContainmentReferenceException extends UnmarshallerRuntimeException implements Serializable

serialVersionUID: 1L

Class org.plasma.sdo.xml.InvalidReferenceException extends UnmarshallerRuntimeException implements Serializable

serialVersionUID: 1L

Class org.plasma.sdo.xml.MarshallerException extends Exception implements Serializable

serialVersionUID: 1L

Class org.plasma.sdo.xml.MarshallerRuntimeException extends PlasmaRuntimeException implements Serializable

serialVersionUID: 1L

Class org.plasma.sdo.xml.UnmarshallerException extends Exception implements Serializable

serialVersionUID: 1L

Class org.plasma.sdo.xml.UnmarshallerRuntimeException extends PlasmaRuntimeException implements Serializable

serialVersionUID: 1L


Package org.plasma.sdo.xpath

Class org.plasma.sdo.xpath.DataGraphNavigator extends org.jaxen.DefaultNavigator implements Serializable

serialVersionUID: -1636727587303584165L

Class org.plasma.sdo.xpath.DataGraphXPath extends DefaultXPath implements Serializable

serialVersionUID: 1L

Class org.plasma.sdo.xpath.DefaultXPath extends org.jaxen.BaseXPath implements Serializable

serialVersionUID: -5689933743653203893L

Class org.plasma.sdo.xpath.InvalidEndpointException extends XPathException implements Serializable

serialVersionUID: 1L

Class org.plasma.sdo.xpath.InvalidMultiplicityException extends XPathException implements Serializable

serialVersionUID: 1L

Class org.plasma.sdo.xpath.MetaDataNavigator extends org.jaxen.DefaultNavigator implements Serializable

serialVersionUID: -1636727587303584165L

Class org.plasma.sdo.xpath.MetaDataXPath extends DefaultXPath implements Serializable

serialVersionUID: 1L

Class org.plasma.sdo.xpath.XPathException extends PlasmaCheckedException implements Serializable

serialVersionUID: 1L


Package org.plasma.text

Class org.plasma.text.TextException extends PlasmaRuntimeException implements Serializable

serialVersionUID: 1L


Package org.plasma.text.ddl

Class org.plasma.text.ddl.DDLException extends PlasmaRuntimeException implements Serializable

serialVersionUID: 1L



Copyright © 2013. All rights reserved.