ModeShape Distribution 3.0.0.Beta4

Package org.modeshape.jcr.cache.change

Interface Summary
Changes An interface used to signal various kinds of changes.
ChangeSet  
ChangeSetListener  
Observable Interface used to register listeners.
 

Class Summary
AbstractNodeChange  
AbstractSequencingChange Base class for the changes involving sequencing
BinaryValueUnused An event signalizing that there are no more usages for the binary value with a specific key.
BinaryValueUsageChange An event signalizing that the usages have changed for a binary value with a specific key.
BinaryValueUsed An event signalizing that there are no more usages for the binary value with a specific key.
Change  
NodeAdded  
NodeChanged  
NodeMoved  
NodeRemoved  
NodeRenamed  
NodeReordered A change event which is generated by a Node.orderBefore(String, String) operation.
NodeSequenced Change which is triggered after the sequencing process of a node is finished.
NodeSequencingFailure Change which is triggered if the sequencing of a node fails
NoOpChanges An immutable Changes implementation that does nothing.
NoOpChangeSetListener  
PropertyAdded  
PropertyChanged  
PropertyRemoved  
RecordingChanges A thread-safe Changes implementation that records the changes and makes them available for iteration.
WorkspaceAdded  
WorkspaceRemoved  
 


ModeShape Distribution 3.0.0.Beta4

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