Uses of Interface
org.apache.jackrabbit.spi.Batch

Packages that use Batch
org.apache.jackrabbit.spi Defines the interfaces of the JCR SPI (Service Provider Interface). 
org.apache.jackrabbit.spi.commons   
org.apache.jackrabbit.spi2jcr   
 

Uses of Batch in org.apache.jackrabbit.spi
 

Methods in org.apache.jackrabbit.spi that return Batch
 Batch RepositoryService.createBatch(SessionInfo sessionInfo, ItemId itemId)
          Indicates the start of a set of operations that cause modifications on the underlying persistence layer.
 

Methods in org.apache.jackrabbit.spi with parameters of type Batch
 void RepositoryService.submit(Batch batch)
          Completes the given Batch or discard all the previous modifications.
 

Uses of Batch in org.apache.jackrabbit.spi.commons
 

Classes in org.apache.jackrabbit.spi.commons that implement Batch
 class SerializableBatch
          SerializableBatch implements a serializable SPI Batch, which simply records all calls and replays them when asked for.
 

Methods in org.apache.jackrabbit.spi.commons with parameters of type Batch
 void SerializableBatch.replay(Batch batch)
          Replays this batch on the given batch.
 void SerializableBatch.Operation.replay(Batch batch)
          Replays this operation on the given batch.
 

Uses of Batch in org.apache.jackrabbit.spi2jcr
 

Methods in org.apache.jackrabbit.spi2jcr that return Batch
 Batch RepositoryServiceImpl.createBatch(SessionInfo sessionInfo, ItemId itemId)
          Indicates the start of a set of operations that cause modifications on the underlying persistence layer.
 

Methods in org.apache.jackrabbit.spi2jcr with parameters of type Batch
 void RepositoryServiceImpl.submit(Batch batch)
          Completes the given Batch or discard all the previous modifications.
 



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