Serialized Form


Package org.apache.jackrabbit

Class org.apache.jackrabbit.BaseException extends java.lang.Exception implements Serializable


Package org.apache.jackrabbit.name

Class org.apache.jackrabbit.name.IllegalNameException extends NameException implements Serializable

Class org.apache.jackrabbit.name.MalformedPathException extends NameException implements Serializable

Class org.apache.jackrabbit.name.NameException extends BaseException implements Serializable

Class org.apache.jackrabbit.name.NoPrefixDeclaredException extends NameException implements Serializable

Class org.apache.jackrabbit.name.Path extends java.lang.Object implements Serializable

serialVersionUID: 7272485577196962560L

Serialized Fields

elements

Path.PathElement[] elements
Deprecated. 
the elements of this path


normalized

boolean normalized
Deprecated. 
flag indicating if this path is normalized


absolute

boolean absolute
Deprecated. 
flag indicating if this path is absolute

Class org.apache.jackrabbit.name.Path.CurrentElement extends Path.PathElement implements Serializable

Class org.apache.jackrabbit.name.Path.NameElement extends Path.PathElement implements Serializable

Class org.apache.jackrabbit.name.Path.ParentElement extends Path.PathElement implements Serializable

Class org.apache.jackrabbit.name.Path.PathElement extends java.lang.Object implements Serializable

Serialized Fields

name

QName name
Qualified name of the path element.


index

int index
Optional index of the path element. Set to zero, if not explicitly specified, otherwise contains the 1-based index.

Class org.apache.jackrabbit.name.Path.RootElement extends Path.PathElement implements Serializable

Class org.apache.jackrabbit.name.QName extends java.lang.Object implements Serializable

serialVersionUID: -2712313010017755368L

Serialization Methods

readResolve

private java.lang.Object readResolve()
Deprecated. 
Creates a new QName instance using the proper constructor during deserialization in order to make sure that internalized strings are used where appropriate.

Serialized Fields

namespaceURI

java.lang.String namespaceURI
Deprecated. 
The internalized namespace URI of this qualified name.


localName

java.lang.String localName
Deprecated. 
The local part of this qualified name.

Class org.apache.jackrabbit.name.UnknownPrefixException extends NameException implements Serializable


Package org.apache.jackrabbit.uuid

Class org.apache.jackrabbit.uuid.UUID extends java.lang.Object implements Serializable

serialVersionUID: 2526142433736157231L

Serialized Fields

lsb

long lsb
Deprecated. 
the least significant 64 bits of the uuid (bytes 8-15)


msb

long msb
Deprecated. 
the most significant 64 bits of the uuid (bytes 0-7)



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.