Uses of Class
org.apache.xbean.kernel.ServiceEvent

Packages that use ServiceEvent
org.apache.xbean.kernel Defines the kernel interface for managing services and interfaces the kernel uses to interact with the services. 
org.apache.xbean.kernel.standard Provides the standard kernel implementation. 
 

Uses of ServiceEvent in org.apache.xbean.kernel
 

Methods in org.apache.xbean.kernel with parameters of type ServiceEvent
 void ServiceMonitor.serviceRegistered(ServiceEvent serviceEvent)
          A new service has been registered with the kernel.
 void ServiceMonitor.serviceStarting(ServiceEvent serviceEvent)
          A service has entered the STARTING state.
 void ServiceMonitor.serviceWaitingToStart(ServiceEvent serviceEvent)
          A service is waiting to start because some start conditions are unsatified.
 void ServiceMonitor.serviceStartError(ServiceEvent serviceEvent)
          An error occured while calling creating the service.
 void ServiceMonitor.serviceRunning(ServiceEvent serviceEvent)
          A service has entered the RUNNING state.
 void ServiceMonitor.serviceStopping(ServiceEvent serviceEvent)
          A service has entered the RUNNING state.
 void ServiceMonitor.serviceWaitingToStop(ServiceEvent serviceEvent)
          A service is waiting to stop because some stop condition is unsatified.
 void ServiceMonitor.serviceStopError(ServiceEvent serviceEvent)
          An error occured while calling destroying the service.
 void ServiceMonitor.serviceStopped(ServiceEvent serviceEvent)
          A service has entered the STOPPED state.
 void ServiceMonitor.serviceUnregistered(ServiceEvent serviceEvent)
          A service has been unregistered from the kernel.
 void KernelMonitor.serviceNotificationError(ServiceMonitor serviceMonitor, ServiceEvent serviceEvent, java.lang.Throwable throwable)
          An error occured with notifiying a service monitor.
 void NullServiceMonitor.serviceRegistered(ServiceEvent serviceEvent)
          A new service has been registered with the kernel.
 void NullServiceMonitor.serviceStarting(ServiceEvent serviceEvent)
          A service has entered the STARTING state.
 void NullServiceMonitor.serviceWaitingToStart(ServiceEvent serviceEvent)
          A service is waiting to start because some start conditions are unsatified.
 void NullServiceMonitor.serviceStartError(ServiceEvent serviceEvent)
          An error occured while calling creating the service.
 void NullServiceMonitor.serviceRunning(ServiceEvent serviceEvent)
          A service has entered the RUNNING state.
 void NullServiceMonitor.serviceStopping(ServiceEvent serviceEvent)
          A service has entered the RUNNING state.
 void NullServiceMonitor.serviceWaitingToStop(ServiceEvent serviceEvent)
          A service is waiting to stop because some stop condition is unsatified.
 void NullServiceMonitor.serviceStopError(ServiceEvent serviceEvent)
          An error occured while calling destroying the service.
 void NullServiceMonitor.serviceStopped(ServiceEvent serviceEvent)
          A service has entered the STOPPED state.
 void NullServiceMonitor.serviceUnregistered(ServiceEvent serviceEvent)
          A service has been unregistered from the kernel.
 

Uses of ServiceEvent in org.apache.xbean.kernel.standard
 

Methods in org.apache.xbean.kernel.standard with parameters of type ServiceEvent
 void KernelMonitorBroadcaster.serviceNotificationError(ServiceMonitor serviceMonitor, ServiceEvent serviceEvent, java.lang.Throwable throwable)
          An error occured with notifiying a service monitor.
 void AsyncServiceMonitor.serviceRegistered(ServiceEvent serviceEvent)
          A new service has been registered with the kernel.
 void AsyncServiceMonitor.serviceStarting(ServiceEvent serviceEvent)
          A service has entered the STARTING state.
 void AsyncServiceMonitor.serviceWaitingToStart(ServiceEvent serviceEvent)
          A service is waiting to start because some start conditions are unsatified.
 void AsyncServiceMonitor.serviceStartError(ServiceEvent serviceEvent)
          An error occured while calling creating the service.
 void AsyncServiceMonitor.serviceRunning(ServiceEvent serviceEvent)
          A service has entered the RUNNING state.
 void AsyncServiceMonitor.serviceStopping(ServiceEvent serviceEvent)
          A service has entered the RUNNING state.
 void AsyncServiceMonitor.serviceWaitingToStop(ServiceEvent serviceEvent)
          A service is waiting to stop because some stop condition is unsatified.
 void AsyncServiceMonitor.serviceStopError(ServiceEvent serviceEvent)
          An error occured while calling destroying the service.
 void AsyncServiceMonitor.serviceStopped(ServiceEvent serviceEvent)
          A service has entered the STOPPED state.
 void AsyncServiceMonitor.serviceUnregistered(ServiceEvent serviceEvent)
          A service has been unregistered from the kernel.
 void ServiceMonitorBroadcaster.serviceRegistered(ServiceEvent serviceEvent)
          A new service has been registered with the kernel.
 void ServiceMonitorBroadcaster.serviceStarting(ServiceEvent serviceEvent)
          A service has entered the STARTING state.
 void ServiceMonitorBroadcaster.serviceWaitingToStart(ServiceEvent serviceEvent)
          A service is waiting to start because some start conditions are unsatified.
 void ServiceMonitorBroadcaster.serviceStartError(ServiceEvent serviceEvent)
          An error occured while calling creating the service.
 void ServiceMonitorBroadcaster.serviceRunning(ServiceEvent serviceEvent)
          A service has entered the RUNNING state.
 void ServiceMonitorBroadcaster.serviceStopping(ServiceEvent serviceEvent)
          A service has entered the RUNNING state.
 void ServiceMonitorBroadcaster.serviceWaitingToStop(ServiceEvent serviceEvent)
          A service is waiting to stop because some stop condition is unsatified.
 void ServiceMonitorBroadcaster.serviceStopError(ServiceEvent serviceEvent)
          An error occured while calling destroying the service.
 void ServiceMonitorBroadcaster.serviceStopped(ServiceEvent serviceEvent)
          A service has entered the STOPPED state.
 void ServiceMonitorBroadcaster.serviceUnregistered(ServiceEvent serviceEvent)
          A service has been unregistered from the kernel.
 



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