public interface ChangeBus extends ChangeSetListener, Observable
| Modifier and Type | Method and Description |
|---|---|
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.
|
notifyregister, unregistervoid start()
throws Exception
Exception - if anything unexpected fails during startup.void shutdown()
start()boolean hasObservers()
true if there are any registered observers, false otherwiseCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.