ModeShape Distribution 3.0.0.CR1

Uses of Interface
org.modeshape.jcr.cache.change.ChangeSet

Packages that use ChangeSet
org.modeshape.jcr   
org.modeshape.jcr.bus   
org.modeshape.jcr.cache   
org.modeshape.jcr.cache.change   
org.modeshape.jcr.cache.document   
org.modeshape.jcr.txn   
org.modeshape.jcr.value.binary   
 

Uses of ChangeSet in org.modeshape.jcr
 

Methods in org.modeshape.jcr with parameters of type ChangeSet
 void Sequencers.notify(ChangeSet changeSet)
          This method is called when changes are persisted to the repository.
 void JcrRepository.WorkspaceListener.notify(ChangeSet changeSet)
           
 void BackupObserver.notify(ChangeSet changeSet)
           
 

Uses of ChangeSet in org.modeshape.jcr.bus
 

Methods in org.modeshape.jcr.bus that return ChangeSet
protected static ChangeSet ClusteredRepositoryChangeBus.deserialize(byte[] data)
           
 

Methods in org.modeshape.jcr.bus with parameters of type ChangeSet
protected  void ClusteredRepositoryChangeBus.logReceivedOperation(ChangeSet changeSet)
           
protected  void ClusteredRepositoryChangeBus.logSendOperation(ChangeSet changeSet)
           
 void RepositoryChangeBus.notify(ChangeSet changeSet)
           
 void MultiplexingChangeBus.notify(ChangeSet changeSet)
           
 void ClusteredRepositoryChangeBus.notify(ChangeSet changeSet)
           
protected static byte[] ClusteredRepositoryChangeBus.serialize(ChangeSet changes)
           
 

Uses of ChangeSet in org.modeshape.jcr.cache
 

Methods in org.modeshape.jcr.cache with parameters of type ChangeSet
 void RepositoryCache.LocalChangeListener.notify(ChangeSet changeSet)
           
 

Uses of ChangeSet in org.modeshape.jcr.cache.change
 

Classes in org.modeshape.jcr.cache.change that implement ChangeSet
 class RecordingChanges
          A thread-safe Changes implementation that records the changes and makes them available for iteration.
 

Methods in org.modeshape.jcr.cache.change with parameters of type ChangeSet
 void NoOpChangeSetListener.notify(ChangeSet changeSet)
           
 void ChangeSetListener.notify(ChangeSet changeSet)
           
 

Uses of ChangeSet in org.modeshape.jcr.cache.document
 

Methods in org.modeshape.jcr.cache.document that return ChangeSet
protected  ChangeSet WritableSessionCache.persistChanges(Iterable<NodeKey> changedNodesInOrder, SessionEnvironment.Monitor monitor)
          Persist the changes within an already-established transaction.
 

Methods in org.modeshape.jcr.cache.document with parameters of type ChangeSet
 void WorkspaceCache.changed(ChangeSet changes)
          Signal that changes have been made to the persisted data.
 void WorkspaceCache.notify(ChangeSet changeSet)
           
 

Uses of ChangeSet in org.modeshape.jcr.txn
 

Methods in org.modeshape.jcr.txn with parameters of type ChangeSet
 void Transactions.updateCache(WorkspaceCache workspace, ChangeSet changes, Transactions.Transaction transaction)
          Notify the workspace of the supplied changes, if and when the current transaction is completed.
 void SynchronizedTransactions.updateCache(WorkspaceCache workspace, ChangeSet changes, Transactions.Transaction transaction)
           
 

Constructors in org.modeshape.jcr.txn with parameters of type ChangeSet
SynchronizedTransactions.WorkspaceUpdates(WorkspaceCache workspace, ChangeSet changes)
           
 

Uses of ChangeSet in org.modeshape.jcr.value.binary
 

Methods in org.modeshape.jcr.value.binary with parameters of type ChangeSet
 void BinaryUsageChangeSetListener.notify(ChangeSet changeSet)
           
 


ModeShape Distribution 3.0.0.CR1

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.