|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xbean.kernel.standard.KernelMonitorBroadcaster
The KernelMonitorBroadcaster broadcasts kernel events to registered kernel monitors.
Constructor Summary | |
KernelMonitorBroadcaster()
|
Method Summary | |
void |
addKernelMonitor(KernelMonitor kernelMonitor)
Adds a kernel monitor. |
void |
removeKernelMonitor(KernelMonitor kernelMonitor)
Removes a kernel monitor. |
void |
serviceNotificationError(ServiceMonitor serviceMonitor,
ServiceEvent serviceEvent,
java.lang.Throwable throwable)
An error occured with notifiying a service monitor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public KernelMonitorBroadcaster()
Method Detail |
public void addKernelMonitor(KernelMonitor kernelMonitor)
kernelMonitor
- the kernel monitor to addpublic void removeKernelMonitor(KernelMonitor kernelMonitor)
kernelMonitor
- the kernel monitor to removepublic void serviceNotificationError(ServiceMonitor serviceMonitor, ServiceEvent serviceEvent, java.lang.Throwable throwable)
serviceNotificationError
in interface KernelMonitor
serviceMonitor
- the monitor that threw the exceptionserviceEvent
- the event that was being processedthrowable
- the exception that was thrown
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |