|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xbean.kernel.NullServiceMonitor
public class NullServiceMonitor
The NullServiceMonitor is a simple implementation of ServiceMonitor containing a noop implementaion of each callback.
| Constructor Summary | |
|---|---|
NullServiceMonitor()
|
|
| Method Summary | |
|---|---|
void |
serviceRegistered(ServiceEvent serviceEvent)
A new service has been registered with the kernel. |
void |
serviceRunning(ServiceEvent serviceEvent)
A service has entered the RUNNING state. |
void |
serviceStartError(ServiceEvent serviceEvent)
An error occured while calling creating the service. |
void |
serviceStarting(ServiceEvent serviceEvent)
A service has entered the STARTING state. |
void |
serviceStopError(ServiceEvent serviceEvent)
An error occured while calling destroying the service. |
void |
serviceStopped(ServiceEvent serviceEvent)
A service has entered the STOPPED state. |
void |
serviceStopping(ServiceEvent serviceEvent)
A service has entered the RUNNING state. |
void |
serviceUnregistered(ServiceEvent serviceEvent)
A service has been unregistered from the kernel. |
void |
serviceWaitingToStart(ServiceEvent serviceEvent)
A service is waiting to start because some start conditions are unsatified. |
void |
serviceWaitingToStop(ServiceEvent serviceEvent)
A service is waiting to stop because some stop condition is unsatified. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullServiceMonitor()
| Method Detail |
|---|
public void serviceRegistered(ServiceEvent serviceEvent)
serviceRegistered in interface ServiceMonitorserviceEvent - the event informationpublic void serviceStarting(ServiceEvent serviceEvent)
serviceStarting in interface ServiceMonitorserviceEvent - the event informationpublic void serviceWaitingToStart(ServiceEvent serviceEvent)
serviceWaitingToStart in interface ServiceMonitorserviceEvent - the event informationServiceEvent.getUnsatisfiedConditions()public void serviceStartError(ServiceEvent serviceEvent)
serviceStartError in interface ServiceMonitorserviceEvent - the event informationServiceEvent.getCause()public void serviceRunning(ServiceEvent serviceEvent)
serviceRunning in interface ServiceMonitorserviceEvent - the event informationpublic void serviceStopping(ServiceEvent serviceEvent)
serviceStopping in interface ServiceMonitorserviceEvent - the event informationpublic void serviceWaitingToStop(ServiceEvent serviceEvent)
serviceWaitingToStop in interface ServiceMonitorserviceEvent - the event informationServiceEvent.getUnsatisfiedConditions()public void serviceStopError(ServiceEvent serviceEvent)
serviceStopError in interface ServiceMonitorserviceEvent - the event informationServiceEvent.getCause()public void serviceStopped(ServiceEvent serviceEvent)
serviceStopped in interface ServiceMonitorserviceEvent - the event informationpublic void serviceUnregistered(ServiceEvent serviceEvent)
serviceUnregistered in interface ServiceMonitorserviceEvent - the event information
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||