|
ModeShape Distribution 3.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChangeBus
A generic interface for an event bus which handles changes.
| Method Summary | |
|---|---|
boolean |
hasObservers()
Checks if there are any observers registered with the bus. |
void |
shutdown()
Shuts down the change bus, closing and clearing resources created during start() |
void |
start()
Starts up the change bus. |
| 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 |
|---|
void start()
throws Exception
Exception - if anything unexpected fails during startup.void shutdown()
start()
boolean hasObservers()
true if there are any registered observers, false otherwise
|
ModeShape Distribution 3.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||