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
- Version:
- $Id$
- Author:
- Dain Sundstrom
serviceNotificationError
public void serviceNotificationError(ServiceMonitor serviceMonitor,
ServiceEvent serviceEvent,
java.lang.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 © {inceptionYear}-2006 Apache Software Foundation. All Rights Reserved.