Serialized Form


Package org.apache.jackrabbit

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


Package org.apache.jackrabbit.core

Class org.apache.jackrabbit.core.ItemId extends Object implements Serializable

serialVersionUID: -5138008726453328226L

Class org.apache.jackrabbit.core.NodeId extends ItemId implements Serializable

serialVersionUID: 7380115476447060008L

Serialized Fields

uuid

UUID uuid
UUID of the identified node


hashCode

int hashCode
the precalculated hashcode

Class org.apache.jackrabbit.core.PropertyId extends ItemId implements Serializable

serialVersionUID: 1118783735407446009L

Serialized Fields

parentId

NodeId parentId
id of the parent node.


propName

Name propName
Qualified name of the property.


hashCode

int hashCode
the precalculated hash code

Class org.apache.jackrabbit.core.TransactionException extends BaseException implements Serializable


Package org.apache.jackrabbit.core.cluster

Class org.apache.jackrabbit.core.cluster.ClusterException extends BaseException implements Serializable


Package org.apache.jackrabbit.core.config

Class org.apache.jackrabbit.core.config.ConfigurationException extends RepositoryException implements Serializable


Package org.apache.jackrabbit.core.data

Class org.apache.jackrabbit.core.data.DataIdentifier extends Object implements Serializable

serialVersionUID: -9197191401131100016L

Serialized Fields

identifier

String identifier
Data identifier.

Class org.apache.jackrabbit.core.data.DataStoreException extends RepositoryException implements Serializable


Package org.apache.jackrabbit.core.fs

Class org.apache.jackrabbit.core.fs.FileSystemException extends BaseException implements Serializable


Package org.apache.jackrabbit.core.jndi

Class org.apache.jackrabbit.core.jndi.BindableRepository extends Object implements Serializable

serialVersionUID: -2298220550793843166L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes a repository instance. The repository configuration is deserialized using the standard deserialization mechanism, and the underlying delegate repository is created using the init method.

Throws:
IOException - if configuration information cannot be deserialized or if the configured repository cannot be created
ClassNotFoundException - on deserialization errors

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes the repository configuration. The default serialization mechanism is used, as the underlying delegate repository is referenced using a transient variable.

Throws:
IOException - on IO errors
See Also:
Serializable
Serialized Fields

configFilePath

String configFilePath
The repository configuration file path.


repHomeDir

String repHomeDir
The repository home directory path.


Package org.apache.jackrabbit.core.journal

Class org.apache.jackrabbit.core.journal.JournalException extends BaseException implements Serializable


Package org.apache.jackrabbit.core.nodetype

Class org.apache.jackrabbit.core.nodetype.InvalidConstraintException extends BaseException implements Serializable

Class org.apache.jackrabbit.core.nodetype.InvalidNodeTypeDefException extends BaseException implements Serializable

Class org.apache.jackrabbit.core.nodetype.NodeDefId extends Object implements Serializable

serialVersionUID: 7020286139887664713L

Serialized Fields

id

int id
The internal id is computed based on the characteristics of the NodeDef that this NodeDefId identifies.

Class org.apache.jackrabbit.core.nodetype.NodeTypeConflictException extends BaseException implements Serializable

Class org.apache.jackrabbit.core.nodetype.PropDefId extends Object implements Serializable

serialVersionUID: 3675238890036653593L

Serialized Fields

id

int id
The internal id is computed based on the characteristics of the PropDef that this PropDefId identifies.


Package org.apache.jackrabbit.core.nodetype.compact

Class org.apache.jackrabbit.core.nodetype.compact.ParseException extends Exception implements Serializable

Serialized Fields

lineNumber

int lineNumber
the line number where the error occurred


colNumber

int colNumber
the column number where the error occurred


systemId

String systemId
the systemid of the source that produced the error


Package org.apache.jackrabbit.core.nodetype.jsr283

Class org.apache.jackrabbit.core.nodetype.jsr283.InvalidNodeTypeDefinitionException extends RepositoryException implements Serializable

Class org.apache.jackrabbit.core.nodetype.jsr283.NodeTypeExistsException extends RepositoryException implements Serializable


Package org.apache.jackrabbit.core.query.lucene

Class org.apache.jackrabbit.core.query.lucene.RangeQuery extends org.apache.lucene.search.Query implements Serializable

Serialized Fields

lowerTerm

org.apache.lucene.index.Term lowerTerm
The lower term. May be null if upperTerm is not null.


upperTerm

org.apache.lucene.index.Term upperTerm
The upper term. May be null if lowerTerm is not null.


inclusive

boolean inclusive
If true the range interval is inclusive.


transform

int transform
How the term enum is transformed before it is compared to lower and upper term.


stdRangeQuery

org.apache.lucene.search.Query stdRangeQuery
The rewritten range query or null if the range spans more than BooleanQuery.maxClauseCount terms.

Class org.apache.jackrabbit.core.query.lucene.SharedFieldSortComparator extends org.apache.lucene.search.SortComparator implements Serializable

Serialized Fields

field

String field
The name of the shared field in the lucene index.


createComparatorValues

boolean createComparatorValues
If true ScoreDocComparator will returns term values when ScoreDocComparator.sortValue(org.apache.lucene.search.ScoreDoc) is called, otherwise only a dummy value is returned.

Class org.apache.jackrabbit.core.query.lucene.SimilarityQuery extends org.apache.lucene.search.Query implements Serializable

Serialized Fields

uuid

String uuid
The UUID of the node for which to find similar nodes.


analyzer

org.apache.lucene.analysis.Analyzer analyzer
The analyzer in use.

Class org.apache.jackrabbit.core.query.lucene.WildcardQuery extends org.apache.lucene.search.Query implements Serializable

Serialized Fields

field

String field
Name of the field to search.


propName

String propName
Name of the property to search.


pattern

String pattern
The wildcard pattern.


transform

int transform
How property values are tranformed before they are matched using the provided pattern.


multiTermQuery

org.apache.lucene.search.Query multiTermQuery
The standard multi term query to execute wildcard queries. This is only set if the pattern matches less than BooleanQuery.maxClauseCount.


Package org.apache.jackrabbit.core.query.lucene.fulltext

Class org.apache.jackrabbit.core.query.lucene.fulltext.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor

currentToken

org.apache.jackrabbit.core.query.lucene.fulltext.Token currentToken

expectedTokenSequences

int[][] expectedTokenSequences

tokenImage

String[] tokenImage

eol

String eol

Class org.apache.jackrabbit.core.query.lucene.fulltext.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode

Package org.apache.jackrabbit.core.query.sql

Class org.apache.jackrabbit.core.query.sql.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor

currentToken

org.apache.jackrabbit.core.query.sql.Token currentToken

expectedTokenSequences

int[][] expectedTokenSequences

tokenImage

String[] tokenImage

eol

String eol

Class org.apache.jackrabbit.core.query.sql.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode

Package org.apache.jackrabbit.core.query.xpath

Class org.apache.jackrabbit.core.query.xpath.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor

currentToken

org.apache.jackrabbit.core.query.xpath.Token currentToken

expectedTokenSequences

int[][] expectedTokenSequences

tokenImage

String[] tokenImage

eol

String eol

Class org.apache.jackrabbit.core.query.xpath.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode

Package org.apache.jackrabbit.core.security

Class org.apache.jackrabbit.core.security.AnonymousPrincipal extends Object implements Serializable

Class org.apache.jackrabbit.core.security.CredentialsCallback extends Object implements Serializable

Serialized Fields

credentials

Credentials credentials

Class org.apache.jackrabbit.core.security.SystemPrincipal extends Object implements Serializable

Class org.apache.jackrabbit.core.security.UserPrincipal extends Object implements Serializable

Serialized Fields

name

String name

Package org.apache.jackrabbit.core.state

Class org.apache.jackrabbit.core.state.ItemState extends Object implements Serializable

serialVersionUID: -1473610775880779769L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

status

int status
the internal status of this item state


modCount

short modCount
a modification counter used to prevent concurrent modifications


isTransient

boolean isTransient
Flag indicating whether this state is transient

Class org.apache.jackrabbit.core.state.ItemStateException extends BaseException implements Serializable

Class org.apache.jackrabbit.core.state.NodeReferences extends Object implements Serializable

serialVersionUID: 7007727035982680717L

Serialized Fields

id

NodeReferencesId id
identifier of this NodeReferences instance.


references

ArrayList references
list of PropertyId's (i.e. the id's of the properties that refer to the target node denoted by id.getTargetId()).

note that the list can contain duplicate entries because a specific REFERENCE property can contain multiple references (if it's multi-valued) to potentially the same target node.

Class org.apache.jackrabbit.core.state.NodeReferencesId extends Object implements Serializable

serialVersionUID: -3819311769214730025L

Serialized Fields

targetId

NodeId targetId
The id of the target node.

Class org.apache.jackrabbit.core.state.NodeState extends ItemState implements Serializable

serialVersionUID: 4392375681805781770L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

nodeTypeName

Name nodeTypeName
the name of this node's primary type


mixinTypeNames

Set mixinTypeNames
the names of this node's mixin types


id

NodeId id
the id of this node.


parentId

NodeId parentId
the id of the parent node or null if this instance represents the root node


defId

NodeDefId defId
id of this node's definition


childNodeEntries

org.apache.jackrabbit.core.state.NodeState.ChildNodeEntries childNodeEntries
insertion-ordered collection of ChildNodeEntry objects


sharedChildNodeEntries

boolean sharedChildNodeEntries
Set to true if NodeState.childNodeEntries are shared between different NodeState instance.


propertyNames

HashSet propertyNames
set of property names (Name objects)


sharedPropertyNames

boolean sharedPropertyNames
Set to true if NodeState.propertyNames is shared between different NodeState instances.

Class org.apache.jackrabbit.core.state.NoSuchItemStateException extends ItemStateException implements Serializable

Class org.apache.jackrabbit.core.state.PropertyState extends ItemState implements Serializable

serialVersionUID: 90076676913237139L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException
Throws:
IOException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

id

PropertyId id
the id of this property state


values

InternalValue[] values
the internal values


type

int type
the type of this property state


multiValued

boolean multiValued
flag indicating if this is a multivalue property


defId

PropDefId defId
the property definition id

Class org.apache.jackrabbit.core.state.StaleItemStateException extends ItemStateException implements Serializable


Package org.apache.jackrabbit.core.virtual

Class org.apache.jackrabbit.core.virtual.VirtualNodeState extends NodeState implements Serializable

Serialized Fields

stateMgr

VirtualItemStateProvider stateMgr
The virtual item state provide that created this node state


properties

HashMap properties
map of property states of this node state key=propname, value=VirtualPropertyState


stateRefs

HashSet stateRefs
a set of hard references to child states

Class org.apache.jackrabbit.core.virtual.VirtualPropertyState extends PropertyState implements Serializable

Serialized Fields

valueProvider

VirtualValueProvider valueProvider
a virtual value provider, if needed.


Package org.apache.jackrabbit.j2ee

Class org.apache.jackrabbit.j2ee.JcrApiNotFoundException extends javax.servlet.ServletException implements Serializable

Class org.apache.jackrabbit.j2ee.JCRWebdavServerServlet extends JCRWebdavServerServlet implements Serializable

Class org.apache.jackrabbit.j2ee.LoggingServlet extends javax.servlet.http.HttpServlet implements Serializable

Class org.apache.jackrabbit.j2ee.RepositoryAccessServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

config

BootstrapConfig config
the bootstrap config


jndiContext

InitialContext jndiContext
the initialized initial context


repositoryContextAttributeName

String repositoryContextAttributeName
if this is set we try to get a Repository from the ServletContext


repository

Repository repository
the repository

Class org.apache.jackrabbit.j2ee.RepositoryStartupServlet extends AbstractRepositoryServlet implements Serializable

Serialized Fields

repository

Repository repository
the registered repository


jndiContext

InitialContext jndiContext
the jndi context; created based on configuration


rmiRepository

Remote rmiRepository
Keeps a strong reference to the server side RMI repository instance to prevent the RMI distributed Garbage Collector from collecting the instance making the repository unaccessible though it should still be. This field is only set to a non-null value, if registration of the repository to an RMI registry succeeded in the RepositoryStartupServlet.registerRMI() method.

See Also:
RepositoryStartupServlet.registerRMI(), RepositoryStartupServlet.unregisterRMI()

bootstrapConfigFile

File bootstrapConfigFile
the file to the bootstrap config


config

BootstrapConfig config
The bootstrap configuration

Class org.apache.jackrabbit.j2ee.SimpleWebdavServlet extends SimpleWebdavServlet implements Serializable

Serialized Fields

repository

Repository repository
the jcr repository


Package org.apache.jackrabbit.jca

Class org.apache.jackrabbit.jca.JCAConnectionManager extends Object implements Serializable

Class org.apache.jackrabbit.jca.JCAManagedConnectionFactory extends Object implements Serializable

Serialized Fields

homeDir

String homeDir
Home directory.


configFile

String configFile
Config file.


bindSessionToTransaction

Boolean bindSessionToTransaction
Flag indicating whether the session should be bound to the transaction lyfecyle. In other words, if this flag is true the handle will be closed when the transaction ends.

Class org.apache.jackrabbit.jca.JCARepositoryHandle extends Object implements Serializable

Serialized Fields

mcf

JCAManagedConnectionFactory mcf
Managed connection factory.


cm

javax.resource.spi.ConnectionManager cm
Connection manager.


reference

Reference reference
Reference.


Package org.apache.jackrabbit.jcr2spi.nodetype

Class org.apache.jackrabbit.jcr2spi.nodetype.InvalidConstraintException extends BaseException implements Serializable

Class org.apache.jackrabbit.jcr2spi.nodetype.InvalidNodeTypeDefException extends BaseException implements Serializable

Class org.apache.jackrabbit.jcr2spi.nodetype.NodeTypeConflictException extends BaseException 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 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 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 Object implements Serializable

serialVersionUID: -2712313010017755368L

Serialization Methods

readResolve

private 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

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


localName

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

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


Package org.apache.jackrabbit.rmi.client

Class org.apache.jackrabbit.rmi.client.RemoteRepositoryException extends RepositoryException implements Serializable

Class org.apache.jackrabbit.rmi.client.RemoteRuntimeException extends RuntimeException implements Serializable


Package org.apache.jackrabbit.rmi.jackrabbit

Class org.apache.jackrabbit.rmi.jackrabbit.ServerJackrabbitNodeTypeManager extends ServerNodeTypeManager implements Serializable

Serialized Fields

manager

JackrabbitNodeTypeManager manager

Class org.apache.jackrabbit.rmi.jackrabbit.ServerJackrabbitWorkspace extends ServerWorkspace implements Serializable

Serialized Fields

workspace

JackrabbitWorkspace workspace

Package org.apache.jackrabbit.rmi.remote

Class org.apache.jackrabbit.rmi.remote.ArrayIterator extends Object implements Serializable

Serialized Fields

elements

Object[] elements
The elements in this iterator. Set to null when all elements have been iterated.


position

int position
The position of this iterator. Set to the size of the iterator when all elements have been iterated.

Class org.apache.jackrabbit.rmi.remote.BufferIterator extends Object implements Serializable

Serialized Fields

buffer

Object[] buffer
The element buffer. Set to null when the iterator ends.


size

long size
Cached size of the iterator.


remote

RemoteIterator remote
Remote iterator reference.


Package org.apache.jackrabbit.rmi.server

Class org.apache.jackrabbit.rmi.server.ServerEventCollection extends ServerObject implements Serializable

Serialized Fields

listenerId

long listenerId
The unique identifier of the receiving listener


events

RemoteEventCollection.RemoteEvent[] events
The list of RemoteEventCollection.RemoteEvent.

Class org.apache.jackrabbit.rmi.server.ServerEventCollection_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class org.apache.jackrabbit.rmi.server.ServerEventCollection.ServerEvent extends ServerObject implements Serializable

Serialized Fields

type

int type
Event type


path

String path
Item path


userID

String userID
User identifier

Class org.apache.jackrabbit.rmi.server.ServerEventCollection$ServerEvent_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class org.apache.jackrabbit.rmi.server.ServerItem extends ServerObject implements Serializable

Serialized Fields

item

Item item
The adapted local item.

Class org.apache.jackrabbit.rmi.server.ServerItem_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class org.apache.jackrabbit.rmi.server.ServerItemDefinition extends ServerObject implements Serializable

Serialized Fields

def

ItemDefinition def
The adapted local item definition.

Class org.apache.jackrabbit.rmi.server.ServerItemDefinition_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class org.apache.jackrabbit.rmi.server.ServerLock extends UnicastRemoteObject implements Serializable

Serialized Fields

lock

Lock lock
The adapted local lock.

Class org.apache.jackrabbit.rmi.server.ServerLock_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class org.apache.jackrabbit.rmi.server.ServerNamespaceRegistry extends ServerObject implements Serializable

Serialized Fields

registry

NamespaceRegistry registry
The adapted local namespace registry.

Class org.apache.jackrabbit.rmi.server.ServerNamespaceRegistry_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class org.apache.jackrabbit.rmi.server.ServerNode extends ServerItem implements Serializable

Serialized Fields

node

Node node
The adapted local node.

Class org.apache.jackrabbit.rmi.server.ServerNode_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class org.apache.jackrabbit.rmi.server.ServerNodeDefinition extends ServerItemDefinition implements Serializable

Serialized Fields

def

NodeDefinition def
The adapted node definition.

Class org.apache.jackrabbit.rmi.server.ServerNodeDefinition_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class org.apache.jackrabbit.rmi.server.ServerNodeType extends ServerObject implements Serializable

Serialized Fields

type

NodeType type
The adapted local node type.

Class org.apache.jackrabbit.rmi.server.ServerNodeType_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class org.apache.jackrabbit.rmi.server.ServerNodeTypeManager extends ServerObject implements Serializable

Serialized Fields

manager

NodeTypeManager manager
The adapted local node type manager.

Class org.apache.jackrabbit.rmi.server.ServerNodeTypeManager_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class org.apache.jackrabbit.rmi.server.ServerObject extends UnicastRemoteObject implements Serializable

Serialized Fields

factory

RemoteAdapterFactory factory
Factory for creating server adapters.

Class org.apache.jackrabbit.rmi.server.ServerObservationManager extends ServerObject implements Serializable

Serialized Fields

observationManager

ObservationManager observationManager
The adapted local observation manager.


proxyMap

Map proxyMap
The map of event listener proxies indexed by the unique identifier.


queue

Queue queue
The queue to which event listener proxies post events to be reported by the ServerObservationManager.getNextEvent(long) method.

Class org.apache.jackrabbit.rmi.server.ServerObservationManager_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class org.apache.jackrabbit.rmi.server.ServerProperty extends ServerItem implements Serializable

Serialized Fields

property

Property property
The adapted local property.

Class org.apache.jackrabbit.rmi.server.ServerProperty_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class org.apache.jackrabbit.rmi.server.ServerPropertyDefinition extends ServerItemDefinition implements Serializable

Serialized Fields

def

PropertyDefinition def
The adapted local property definition.

Class org.apache.jackrabbit.rmi.server.ServerPropertyDefinition_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class org.apache.jackrabbit.rmi.server.ServerQuery extends ServerObject implements Serializable

Serialized Fields

query

Query query
The adapted local query manager.

Class org.apache.jackrabbit.rmi.server.ServerQuery_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class org.apache.jackrabbit.rmi.server.ServerQueryManager extends ServerObject implements Serializable

Serialized Fields

manager

QueryManager manager
The adapted local query manager.

Class org.apache.jackrabbit.rmi.server.ServerQueryManager_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class org.apache.jackrabbit.rmi.server.ServerQueryResult extends ServerObject implements Serializable

Serialized Fields

result

QueryResult result
The adapted local query result.

Class org.apache.jackrabbit.rmi.server.ServerQueryResult_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class org.apache.jackrabbit.rmi.server.ServerRepository extends ServerObject implements Serializable

Serialized Fields

repository

Repository repository
The adapted local repository.

Class org.apache.jackrabbit.rmi.server.ServerRepository_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class org.apache.jackrabbit.rmi.server.ServerRow extends ServerObject implements Serializable

Serialized Fields

row

Row row
The adapted local row.

Class org.apache.jackrabbit.rmi.server.ServerRow_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class org.apache.jackrabbit.rmi.server.ServerSession extends ServerObject implements Serializable

Serialized Fields

session

Session session
The adapted local session.


remoteWorkspace

RemoteWorkspace remoteWorkspace
The server workspace for this session. This field is assigned on demand by the first call to ServerSession.getWorkspace(). The assumption is that there is only one workspace instance per session and that each call to the Session.getWorkspace() method of a single session will allways return the same object.

Class org.apache.jackrabbit.rmi.server.ServerSession_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class org.apache.jackrabbit.rmi.server.ServerVersion extends ServerNode implements Serializable

Serialized Fields

version

Version version
The adapted local version.

Class org.apache.jackrabbit.rmi.server.ServerVersion_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class org.apache.jackrabbit.rmi.server.ServerVersionHistory extends ServerNode implements Serializable

Serialized Fields

versionHistory

VersionHistory versionHistory
The adapted local version history.

Class org.apache.jackrabbit.rmi.server.ServerVersionHistory_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class org.apache.jackrabbit.rmi.server.ServerWorkspace extends ServerObject implements Serializable

Serialized Fields

workspace

Workspace workspace
The adapted local workspace.


remoteObservationManager

RemoteObservationManager remoteObservationManager
The remote observation manager for this workspace. This field is assigned on demand by the first call to ServerWorkspace.getObservationManager(). The assumption is that there is only one observation manager instance per workspace and that each call to the Workspace.getObservationManager() method of a single workspace will allways return the same object.

Class org.apache.jackrabbit.rmi.server.ServerWorkspace_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class org.apache.jackrabbit.rmi.server.ServerXAResource extends UnicastRemoteObject implements Serializable

Serialized Fields

resource

XAResource resource
The adapted local XA resource

Class org.apache.jackrabbit.rmi.server.ServerXAResource_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class org.apache.jackrabbit.rmi.server.ServerXASession extends ServerSession implements Serializable

Serialized Fields

session

XASession session
The adapted transaction enabled local session.

Class org.apache.jackrabbit.rmi.server.ServerXASession_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L


Package org.apache.jackrabbit.rmi.server.iterator

Class org.apache.jackrabbit.rmi.server.iterator.ServerIterator extends ServerObject implements Serializable

Serialized Fields

iterator

RangeIterator iterator
The adapted local iterator.


maxBufferSize

int maxBufferSize
The maximum number of elements to send per request.


size

long size
The cached number of elements in the iterator, -1 if the iterator size is unknown, or -2 if the size has not been retrieved from the adapted local iterator. This variable is useful in cases when the underlying iterator does not know its sizes (getSize() returns -1) but we reach the end of the iterator in a nextObjects() call and can thus determine the size of the iterator.

Class org.apache.jackrabbit.rmi.server.iterator.ServerIterator_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class org.apache.jackrabbit.rmi.server.iterator.ServerNodeIterator extends ServerIterator implements Serializable

Class org.apache.jackrabbit.rmi.server.iterator.ServerNodeTypeIterator extends ServerIterator implements Serializable

Class org.apache.jackrabbit.rmi.server.iterator.ServerPropertyIterator extends ServerIterator implements Serializable

Class org.apache.jackrabbit.rmi.server.iterator.ServerRowIterator extends ServerIterator implements Serializable

Class org.apache.jackrabbit.rmi.server.iterator.ServerVersionIterator extends ServerIterator implements Serializable


Package org.apache.jackrabbit.rmi.value

Class org.apache.jackrabbit.rmi.value.BaseNonStreamValue extends Object implements Serializable

Class org.apache.jackrabbit.rmi.value.BinaryValue extends Object implements Serializable

serialVersionUID: -2410070522924274051L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException
Reads the binary data from the ObjectInputStream into a temporary file that is used to back up the binary stream contents of the constructed value instance. The temporary file gets deleted when the binary stream is closed or garbage collected.

Throws:
IOException - If an error occurs reading the binary data.

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Writes the contents of the underlying stream to the ObjectOutputStream.

Throws:
IOException - If an error occurs writing the binary data.
Serialized Fields

stream

InputStream stream
The InputStream providing the value

Class org.apache.jackrabbit.rmi.value.BooleanValue extends BaseNonStreamValue implements Serializable

serialVersionUID: 8212168298890947089L

Serialized Fields

value

boolean value
The boolean value

Class org.apache.jackrabbit.rmi.value.DateValue extends BaseNonStreamValue implements Serializable

serialVersionUID: 7158448867450810873L

Serialized Fields

value

Calendar value
The Calendar value

Class org.apache.jackrabbit.rmi.value.DoubleValue extends BaseNonStreamValue implements Serializable

serialVersionUID: 1008752925622023274L

Serialized Fields

value

double value
The double value

Class org.apache.jackrabbit.rmi.value.LongValue extends BaseNonStreamValue implements Serializable

serialVersionUID: 2115837525193497922L

Serialized Fields

value

long value
The long value

Class org.apache.jackrabbit.rmi.value.NameValue extends BaseNonStreamValue implements Serializable

serialVersionUID: -2165655071495230179L

Serialized Fields

value

String value
The name value.

Class org.apache.jackrabbit.rmi.value.PathValue extends BaseNonStreamValue implements Serializable

serialVersionUID: 961536566073928748L

Serialized Fields

value

String value
The path value.

Class org.apache.jackrabbit.rmi.value.ReferenceValue extends BaseNonStreamValue implements Serializable

serialVersionUID: -3160494922729580458L

Serialized Fields

value

String value
The reference value

Class org.apache.jackrabbit.rmi.value.StringValue extends BaseNonStreamValue implements Serializable

serialVersionUID: -6456025645604163205L

Serialized Fields

value

String value
The string value


Package org.apache.jackrabbit.server

Class org.apache.jackrabbit.server.AbstractWebdavServlet extends AbstractWebdavServlet implements Serializable


Package org.apache.jackrabbit.servlet

Class org.apache.jackrabbit.servlet.AbstractRepositoryServlet extends javax.servlet.http.HttpServlet implements Serializable

Class org.apache.jackrabbit.servlet.ContextRepositoryServlet extends AbstractRepositoryServlet implements Serializable

serialVersionUID: 6222606878557491477L

Class org.apache.jackrabbit.servlet.JNDIBindingServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -9033906248473370936L

Serialized Fields

context

Context context
JNDI context to which to bind the repository.


location

String location
Location of the repository within the JNDI context.

Class org.apache.jackrabbit.servlet.JNDIRepositoryServlet extends AbstractRepositoryServlet implements Serializable

serialVersionUID: 8952525573562952560L


Package org.apache.jackrabbit.servlet.jackrabbit

Class org.apache.jackrabbit.servlet.jackrabbit.JackrabbitRepositoryServlet extends AbstractRepositoryServlet implements Serializable

serialVersionUID: 7102770011290708450L

Serialized Fields

repository

JackrabbitRepository repository
Repository instance.


Package org.apache.jackrabbit.servlet.remote

Class org.apache.jackrabbit.servlet.remote.JNDIRemoteBindingServlet extends RemoteBindingServlet implements Serializable

serialVersionUID: -7984144838866544543L

Serialized Fields

context

Context context
JNDI context to which to bind the repository.


location

String location
Location of the repository within the JNDI context.

Class org.apache.jackrabbit.servlet.remote.JNDIRemoteRepositoryServlet extends RemoteRepositoryServlet implements Serializable

serialVersionUID: 9029928193416404478L

Class org.apache.jackrabbit.servlet.remote.RemoteBindingServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -162482284843619248L

Serialized Fields

remote

RemoteRepository remote
Remote repository.

Class org.apache.jackrabbit.servlet.remote.RemoteRepositoryServlet extends AbstractRepositoryServlet implements Serializable

Class org.apache.jackrabbit.servlet.remote.RMIRemoteBindingServlet extends RemoteBindingServlet implements Serializable

serialVersionUID: 1627580747678104906L

Serialized Fields

url

String url
Location of the repository within the JNDI context.

Class org.apache.jackrabbit.servlet.remote.RMIRemoteRepositoryServlet extends RemoteRepositoryServlet implements Serializable

serialVersionUID: 2410543206806054854L

Class org.apache.jackrabbit.servlet.remote.URLRemoteBindingServlet extends RemoteBindingServlet implements Serializable

serialVersionUID: 3187755583290121129L

Class org.apache.jackrabbit.servlet.remote.URLRemoteRepositoryServlet extends RemoteRepositoryServlet implements Serializable

serialVersionUID: 6144781813459102448L


Package org.apache.jackrabbit.spi

Package org.apache.jackrabbit.spi.commons

Class org.apache.jackrabbit.spi.commons.ChildInfoImpl extends Object implements Serializable

Serialized Fields

name

Name name
The name of this child info.


uniqueId

String uniqueId
The unique id for this child info or null if it does not have a unique id.


index

int index
1-based index of this child info.

Class org.apache.jackrabbit.spi.commons.EventBundleImpl extends Object implements Serializable

Serialized Fields

isLocal

boolean isLocal
Indicates if this bundle was created due to a local change.


events

Collection events
The events in this bundle.

Class org.apache.jackrabbit.spi.commons.EventFilterImpl extends Object implements Serializable

Serialized Fields

eventTypes

int eventTypes

isDeep

boolean isDeep

absPath

Path absPath

uuids

Set uuids

nodeTypeNames

Set nodeTypeNames

noLocal

boolean noLocal

Class org.apache.jackrabbit.spi.commons.EventImpl extends Object implements Serializable

Serialized Fields

type

int type
The SPI event type.

See Also:
Event

path

Path path
The path of the affected item.


itemId

ItemId itemId
The id of the affected item.


parentId

NodeId parentId
The id of the affected item.


primaryNodeTypeName

Name primaryNodeTypeName
The name of the primary node type of the 'associated' node of this event.


mixinTypeNames

Name[] mixinTypeNames
The names of the mixin types of the 'associated' node of this event.


userId

String userId
The user ID connected with this event.

Class org.apache.jackrabbit.spi.commons.ItemInfoImpl extends Object implements Serializable

Serialized Fields

parentId

NodeId parentId
The parent node id of this item or null if this item represents the root node info.


name

Name name
The name of this item info.


path

Path path
The path of this item info.


isNode

boolean isNode
Flag indicating whether this is a node or a property info.

Class org.apache.jackrabbit.spi.commons.LockInfoImpl extends Object implements Serializable

Serialized Fields

lockToken

String lockToken
The lock token for this lock info.


lockOwner

String lockOwner
The owner of the lock.


isDeep

boolean isDeep
The isDeep flag.


isSessionScoped

boolean isSessionScoped
The isSessionScoped flag.


nodeId

NodeId nodeId
The NodeId of the locked node.

Class org.apache.jackrabbit.spi.commons.NodeInfoImpl extends ItemInfoImpl implements Serializable

Serialized Fields

id

NodeId id
The node id of the underlying node.


index

int index
1-based index of the underlying node.


primaryTypeName

Name primaryTypeName
The name of the primary node type.


mixinNames

Name[] mixinNames
The names of assigned mixins.


references

List references
The list of PropertyIds that reference this node info.


propertyIds

List propertyIds
The list of PropertyIds of this node info.

Class org.apache.jackrabbit.spi.commons.PropertyInfoImpl extends ItemInfoImpl implements Serializable

Serialized Fields

propertyId

PropertyId propertyId
The property info of the underlying property.


type

int type
The type of the property.


isMultiValued

boolean isMultiValued
The multiValued flag.


values

QValue[] values
The values of this property info.

Class org.apache.jackrabbit.spi.commons.QItemDefinitionImpl extends Object implements Serializable

Serialized Fields

name

Name name
The name of the child item.


declaringNodeType

Name declaringNodeType
The name of the declaring node type.


autoCreated

boolean autoCreated
The 'autoCreated' flag.


onParentVersion

int onParentVersion
The 'onParentVersion' attribute.


writeProtected

boolean writeProtected
The 'protected' flag.


mandatory

boolean mandatory
The 'mandatory' flag.

Class org.apache.jackrabbit.spi.commons.QNodeDefinitionImpl extends QItemDefinitionImpl implements Serializable

Serialized Fields

defaultPrimaryType

Name defaultPrimaryType
The name of the default primary type.


requiredPrimaryTypes

Name[] requiredPrimaryTypes
The names of the required primary types.


allowsSameNameSiblings

boolean allowsSameNameSiblings
The 'allowsSameNameSiblings' flag.

Class org.apache.jackrabbit.spi.commons.QNodeTypeDefinitionImpl extends Object implements Serializable

Serialized Fields

name

Name name
The name of the node definition.


supertypes

Name[] supertypes
The names of the declared super types of this node type definition.


isMixin

boolean isMixin
Indicates whether this is a mixin node type definition.


hasOrderableChildNodes

boolean hasOrderableChildNodes
Indicates whether this node type definition has orderable child nodes.


primaryItemName

Name primaryItemName
The name of the primary item or null if none is defined.


propertyDefs

QPropertyDefinition[] propertyDefs
The list of property definitions.


childNodeDefs

QNodeDefinition[] childNodeDefs
The list of child node definitions.

Class org.apache.jackrabbit.spi.commons.QPropertyDefinitionImpl extends QItemDefinitionImpl implements Serializable

Serialized Fields

requiredType

int requiredType
The required type.


valueConstraints

String[] valueConstraints
The value constraints.


defaultValues

QValue[] defaultValues
The default values.


multiple

boolean multiple
The 'multiple' flag

Class org.apache.jackrabbit.spi.commons.SerializableBatch extends Object implements Serializable

Serialized Fields

recording

List recording

itemId

ItemId itemId

Class org.apache.jackrabbit.spi.commons.SessionInfoImpl extends Object implements Serializable

Serialized Fields

userId

String userId
The userId or null if unknown.


workspaceName

String workspaceName
The name of the workspace to connect to or null if this session info refers to the default workspace.


lockTokens

List lockTokens
The list of lock tokens.


Package org.apache.jackrabbit.spi.commons.conversion

Class org.apache.jackrabbit.spi.commons.conversion.IllegalNameException extends NameException implements Serializable

Class org.apache.jackrabbit.spi.commons.conversion.MalformedPathException extends NameException implements Serializable

Class org.apache.jackrabbit.spi.commons.conversion.NameException extends RepositoryException implements Serializable


Package org.apache.jackrabbit.spi.commons.nodetype

Class org.apache.jackrabbit.spi.commons.nodetype.InvalidConstraintException extends RepositoryException implements Serializable

Class org.apache.jackrabbit.spi.commons.nodetype.InvalidNodeTypeDefException extends RepositoryException implements Serializable

Class org.apache.jackrabbit.spi.commons.nodetype.NodeTypeConflictException extends RepositoryException implements Serializable


Package org.apache.jackrabbit.test

Class org.apache.jackrabbit.test.NotExecutableException extends Exception implements Serializable

Class org.apache.jackrabbit.test.RepositoryStubException extends Exception implements Serializable


Package org.apache.jackrabbit.test.api

Class org.apache.jackrabbit.test.api.SysViewContentHandler.ConditionException extends SAXException implements Serializable


Package org.apache.jackrabbit.uuid

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

serialVersionUID: 2526142433736157231L

Serialized Fields

lsb

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


msb

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


Package org.apache.jackrabbit.webdav

Class org.apache.jackrabbit.webdav.DavException extends Exception implements Serializable

Serialized Fields

errorCode

int errorCode

errorCondition

Element errorCondition

Package org.apache.jackrabbit.webdav.jcr

Class org.apache.jackrabbit.webdav.jcr.JcrDavException extends DavException implements Serializable

Serialized Fields

exceptionClass

Class exceptionClass

Class org.apache.jackrabbit.webdav.jcr.JCRWebdavServerServlet extends AbstractWebdavServlet implements Serializable

Serialized Fields

pathPrefix

String pathPrefix

authenticate_header

String authenticate_header

server

JCRWebdavServer server

resourceFactory

DavResourceFactory resourceFactory

locatorFactory

DavLocatorFactory locatorFactory

txMgr

TxLockManagerImpl txMgr

subscriptionMgr

SubscriptionManager subscriptionMgr

Package org.apache.jackrabbit.webdav.server

Class org.apache.jackrabbit.webdav.server.AbstractWebdavServlet extends javax.servlet.http.HttpServlet implements Serializable


Package org.apache.jackrabbit.webdav.simple

Class org.apache.jackrabbit.webdav.simple.SimpleWebdavServlet extends AbstractWebdavServlet implements Serializable

Serialized Fields

resourcePathPrefix

String resourcePathPrefix
the resource path prefix


authenticate_header

String authenticate_header
Header value as specified in the SimpleWebdavServlet.INIT_PARAM_AUTHENTICATE_HEADER parameter.


lockManager

LockManager lockManager
Map used to remember any webdav lock created without being reflected in the underlying repository. This is needed because some clients rely on a successful locking mechanism in order to perform properly (e.g. mac OSX built-in dav client)


resourceFactory

DavResourceFactory resourceFactory
the resource factory


locatorFactory

DavLocatorFactory locatorFactory
the locator factory


davSessionProvider

DavSessionProvider davSessionProvider
the webdav session provider


sessionProvider

SessionProvider sessionProvider
the repository session provider


config

ResourceConfig config
The config


Package org.apache.jackrabbit.webdav.util

Class org.apache.jackrabbit.webdav.util.HttpDateFormat extends SimpleDateFormat implements Serializable



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