Serialized Form


Package org.exoplatform.services.jcr.rmi.api.exceptions

Class org.exoplatform.services.jcr.rmi.api.exceptions.RemoteRepositoryException extends javax.jcr.RepositoryException implements Serializable

serialVersionUID: -5416715967460746517L

Class org.exoplatform.services.jcr.rmi.api.exceptions.RemoteRuntimeException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1473439759106501999L


Package org.exoplatform.services.jcr.rmi.api.remote.iterator

Class org.exoplatform.services.jcr.rmi.api.remote.iterator.ArrayIterator extends java.lang.Object implements Serializable

Serialized Fields

elements

java.lang.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.exoplatform.services.jcr.rmi.api.remote.iterator.BufferIterator extends java.lang.Object implements Serializable

Serialized Fields

buffer

java.lang.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.exoplatform.services.jcr.rmi.api.value

Class org.exoplatform.services.jcr.rmi.api.value.BaseNonStreamValue extends java.lang.Object implements Serializable

Serialized Fields

orderNumber

int orderNumber

Class org.exoplatform.services.jcr.rmi.api.value.BinaryValue extends BaseNonStreamValue implements Serializable

serialVersionUID: -2410070522924274051L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.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:
java.io.IOException - If an error occurrs reading the binary data.

writeObject

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

Throws:
java.io.IOException - If an error occurrs writing the binary data.
Serialized Fields

stream

java.io.InputStream stream
The InputStream providing the value

Class org.exoplatform.services.jcr.rmi.api.value.BooleanValue extends BaseNonStreamValue implements Serializable

serialVersionUID: 8212168298890947089L

Serialized Fields

value

boolean value
The boolean value

Class org.exoplatform.services.jcr.rmi.api.value.DateValue extends BaseNonStreamValue implements Serializable

serialVersionUID: 7158448867450810873L

Serialized Fields

value

java.util.Calendar value
The Calendar value

Class org.exoplatform.services.jcr.rmi.api.value.DoubleValue extends BaseNonStreamValue implements Serializable

serialVersionUID: 1008752925622023274L

Serialized Fields

value

double value
The double value

Class org.exoplatform.services.jcr.rmi.api.value.LongValue extends BaseNonStreamValue implements Serializable

serialVersionUID: 2115837525193497922L

Serialized Fields

value

long value
The long value

Class org.exoplatform.services.jcr.rmi.api.value.NameValue extends BaseNonStreamValue implements Serializable

serialVersionUID: -2165655071495230179L

Serialized Fields

value

java.lang.String value
The name value.

Class org.exoplatform.services.jcr.rmi.api.value.PathValue extends BaseNonStreamValue implements Serializable

serialVersionUID: 961536566073928748L

Serialized Fields

value

java.lang.String value
The path value.

Class org.exoplatform.services.jcr.rmi.api.value.PermissionValue extends BaseNonStreamValue implements Serializable

serialVersionUID: 1475495561074957852L

Serialized Fields

identity

java.lang.String identity

permission

java.lang.String permission

Class org.exoplatform.services.jcr.rmi.api.value.ReferenceValue extends BaseNonStreamValue implements Serializable

serialVersionUID: -3160494922729580458L

Serialized Fields

value

java.lang.String value
The reference value

Class org.exoplatform.services.jcr.rmi.api.value.StringValue extends BaseNonStreamValue implements Serializable

serialVersionUID: -6456025645604163205L

Serialized Fields

value

java.lang.String value
The string value


Package org.exoplatform.services.jcr.rmi.impl.server

Class org.exoplatform.services.jcr.rmi.impl.server.ServerEventCollection extends ServerObject implements Serializable

serialVersionUID: 4068396059549155011L

Serialized Fields

listenerId

long listenerId
The unique identifier of the receiving listener


events

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

Class org.exoplatform.services.jcr.rmi.impl.server.ServerEventCollection.ServerEvent extends ServerObject implements Serializable

serialVersionUID: -7734381965933679052L

Serialized Fields

type

int type
Event type


path

java.lang.String path
Item path


userID

java.lang.String userID
User identifier

Class org.exoplatform.services.jcr.rmi.impl.server.ServerItem extends ServerObject implements Serializable

serialVersionUID: 824923463579560417L

Serialized Fields

item

javax.jcr.Item item
The adapted local item.

Class org.exoplatform.services.jcr.rmi.impl.server.ServerItemDefinition extends ServerObject implements Serializable

serialVersionUID: -8671830741893187674L

Serialized Fields

def

javax.jcr.nodetype.ItemDefinition def
The adapted local item definition.

Class org.exoplatform.services.jcr.rmi.impl.server.ServerLock extends ServerObject implements Serializable

serialVersionUID: -8665957583415807143L

Serialized Fields

lock

javax.jcr.lock.Lock lock
The adapted local lock.

Class org.exoplatform.services.jcr.rmi.impl.server.ServerNamespaceRegistry extends ServerObject implements Serializable

serialVersionUID: 3653862234982734171L

Serialized Fields

registry

javax.jcr.NamespaceRegistry registry
The adapted local namespace registry.

Class org.exoplatform.services.jcr.rmi.impl.server.ServerNode extends ServerItem implements Serializable

serialVersionUID: 8884688048735947549L

Serialized Fields

node

javax.jcr.Node node
The adapted local node.

Class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeDefinition extends ServerItemDefinition implements Serializable

serialVersionUID: -7478196402820559688L

Serialized Fields

def

javax.jcr.nodetype.NodeDefinition def
The adapted node definition.

Class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeType extends ServerObject implements Serializable

serialVersionUID: -6009405633063854690L

Serialized Fields

type

javax.jcr.nodetype.NodeType type
The adapted local node type.

Class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeTypeManager extends ServerObject implements Serializable

serialVersionUID: -5165401480279533904L

Serialized Fields

manager

javax.jcr.nodetype.NodeTypeManager manager
The adapted local node type manager.

Class org.exoplatform.services.jcr.rmi.impl.server.ServerObject extends java.rmi.server.UnicastRemoteObject implements Serializable

serialVersionUID: 8603930858205371875L

Serialized Fields

factory

RemoteAdapterFactory factory
Factory for creating server adapters.

Class org.exoplatform.services.jcr.rmi.impl.server.ServerObservationManager extends ServerObject implements Serializable

serialVersionUID: 1457088328353230733L

Serialized Fields

observationManager

javax.jcr.observation.ObservationManager observationManager
The adapted local observation manager.


proxyMap

java.util.Map<K,V> 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.exoplatform.services.jcr.rmi.impl.server.ServerProperty extends ServerItem implements Serializable

serialVersionUID: -6718443462911336325L

Serialized Fields

property

javax.jcr.Property property
The adapted local property.

Class org.exoplatform.services.jcr.rmi.impl.server.ServerPropertyDefinition extends ServerItemDefinition implements Serializable

serialVersionUID: -3097650792611944422L

Serialized Fields

def

javax.jcr.nodetype.PropertyDefinition def
The adapted local property definition.

Class org.exoplatform.services.jcr.rmi.impl.server.ServerQuery extends ServerObject implements Serializable

serialVersionUID: 3938332377415746137L

Serialized Fields

query

javax.jcr.query.Query query
The adapted local query manager.

Class org.exoplatform.services.jcr.rmi.impl.server.ServerQueryManager extends ServerObject implements Serializable

serialVersionUID: 8912932186044455036L

Serialized Fields

manager

javax.jcr.query.QueryManager manager
The adapted local query manager.


session

javax.jcr.Session session

Class org.exoplatform.services.jcr.rmi.impl.server.ServerQueryResult extends ServerObject implements Serializable

serialVersionUID: -8212163483241980112L

Serialized Fields

result

javax.jcr.query.QueryResult result
The adapted local query result.

Class org.exoplatform.services.jcr.rmi.impl.server.ServerRepository extends ServerObject implements Serializable

serialVersionUID: 3573913076543928313L

Serialized Fields

repository

javax.jcr.Repository repository
The adapted local repository.

Class org.exoplatform.services.jcr.rmi.impl.server.ServerRow extends ServerObject implements Serializable

serialVersionUID: 245247508563945975L

Serialized Fields

row

javax.jcr.query.Row row
The adapted local row.

Class org.exoplatform.services.jcr.rmi.impl.server.ServerSession extends ServerObject implements Serializable

serialVersionUID: -1507070576822020330L

Serialized Fields

session

javax.jcr.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.


locationFactory

LocationFactory locationFactory
Creates a remote adapter for the given local session.

Class org.exoplatform.services.jcr.rmi.impl.server.ServerVersion extends ServerNode implements Serializable

serialVersionUID: -7400170340122244982L

Serialized Fields

version

javax.jcr.version.Version version
The adapted local version.

Class org.exoplatform.services.jcr.rmi.impl.server.ServerVersionHistory extends ServerNode implements Serializable

serialVersionUID: -7843679528744537165L

Serialized Fields

versionHistory

javax.jcr.version.VersionHistory versionHistory
The adapted local version history.

Class org.exoplatform.services.jcr.rmi.impl.server.ServerWorkspace extends ServerObject implements Serializable

serialVersionUID: 7047140615388378488L

Serialized Fields

workspace

javax.jcr.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.


Package org.exoplatform.services.jcr.rmi.impl.server.iterator

Class org.exoplatform.services.jcr.rmi.impl.server.iterator.ServerIterator extends ServerObject implements Serializable

Serialized Fields

iterator

javax.jcr.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.exoplatform.services.jcr.rmi.impl.server.iterator.ServerNodeIterator extends ServerIterator implements Serializable

Class org.exoplatform.services.jcr.rmi.impl.server.iterator.ServerNodeTypeIterator extends ServerIterator implements Serializable

Class org.exoplatform.services.jcr.rmi.impl.server.iterator.ServerPropertyIterator extends ServerIterator implements Serializable

Class org.exoplatform.services.jcr.rmi.impl.server.iterator.ServerRowIterator extends ServerIterator implements Serializable

Class org.exoplatform.services.jcr.rmi.impl.server.iterator.ServerVersionIterator extends ServerIterator implements Serializable



Copyright © 2011 eXo Platform SAS. All Rights Reserved.