ModeShape Distribution 3.0.0.Beta4

org.modeshape.jcr.bus
Interface ChangeBus

All Superinterfaces:
ChangeSetListener, Observable
All Known Implementing Classes:
ClusteredRepositoryChangeBus, MultiplexingChangeBus, RepositoryChangeBus

public interface ChangeBus
extends ChangeSetListener, Observable

A generic interface for an event bus which handles changes.


Method Summary
 boolean hasObservers()
           
 void shutdown()
           
 void start()
           
 
Methods inherited from interface org.modeshape.jcr.cache.change.ChangeSetListener
notify
 
Methods inherited from interface org.modeshape.jcr.cache.change.Observable
register, unregister
 

Method Detail

start

void start()

shutdown

void shutdown()

hasObservers

boolean hasObservers()

ModeShape Distribution 3.0.0.Beta4

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