org.apache.xbean.kernel
Interface KernelMonitor
- All Known Implementing Classes:
- KernelMonitorBroadcaster
public interface KernelMonitor
This interface defines the interface used to monitor kernel events. A KernelMonitor can be registered with the
kernel using the Kernel.addKernelMonitor(KernelMonitor)
method.
- Since:
- 2.0
- Author:
- Dain Sundstrom
serviceNotificationError
void serviceNotificationError(ServiceMonitor serviceMonitor,
ServiceEvent serviceEvent,
Throwable throwable)
- An error occured with notifiying a service monitor.
- Parameters:
serviceMonitor
- the monitor that threw the exceptionserviceEvent
- the event that was being processedthrowable
- the exception that was thrown
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.