Serialized Form


Package org.apache.openjpa.slice

Class org.apache.openjpa.slice.DistributedBrokerImpl extends FinalizingBrokerImpl implements Serializable

Serialized Fields

_lock

ReentrantSliceLock _lock

Class org.apache.openjpa.slice.DistributedQueryImpl extends QueryImpl implements Serializable

Serialized Fields

_lock

ReentrantSliceLock _lock

_conf

DistributedConfiguration _conf

Class org.apache.openjpa.slice.ReentrantSliceLock extends ReentrantLock implements Serializable

Class org.apache.openjpa.slice.Slice extends Object implements Serializable

Serialized Fields

name

String name

Class org.apache.openjpa.slice.SliceInfo extends Object implements Serializable

Serialized Fields

_isReplicated

boolean _isReplicated

_slices

String[] _slices

Package org.apache.openjpa.slice.jdbc

Class org.apache.openjpa.slice.jdbc.DistributedJDBCBrokerFactory extends JDBCBrokerFactory implements Serializable

Class org.apache.openjpa.slice.jdbc.DistributedJDBCConfigurationImpl extends JDBCConfigurationImpl implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Class org.apache.openjpa.slice.jdbc.DistributedStoreQuery.ParallelExecutor extends ExpressionStoreQuery.DataStoreExecutor implements Serializable

Serialized Fields

executors

List<E> executors

owner

DistributedStoreQuery owner

Class org.apache.openjpa.slice.jdbc.TargetFetchConfiguration extends JDBCFetchConfigurationImpl implements Serializable

Serialized Fields

_explicitTarget

boolean _explicitTarget



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.