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

Method Summary
 void serviceNotificationError(ServiceMonitor serviceMonitor, ServiceEvent serviceEvent, java.lang.Throwable throwable)
          An error occured with notifiying a service monitor.
 

Method Detail

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 exception
serviceEvent - the event that was being processed
throwable - the exception that was thrown


Copyright © {inceptionYear}-2006 Apache Software Foundation. All Rights Reserved.