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

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

Method Detail

serviceNotificationError

void serviceNotificationError(ServiceMonitor serviceMonitor,
                              ServiceEvent serviceEvent,
                              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 © 2005-2009 Apache Software Foundation. All Rights Reserved.