Methods in org.apache.xbean.kernel with parameters of type ServiceConditionContext |
void |
ServiceCondition.initialize(ServiceConditionContext context)
Initializes the condition. |
void |
RunningServiceCondition.initialize(ServiceConditionContext context)
Initializes the condition. The conition is now allowed reserve unique resources and start threads.
mehtod should never block the thread nor should it throw any exceptions.
Note: this method is called from within a critical lock within the kernel, so do not block the thread or
call back into the kernel. This method should never throw an exception. |
void |
StoppedServiceCondition.initialize(ServiceConditionContext context)
Initializes the condition. The conition is now allowed reserve unique resources and start threads.
mehtod should never block the thread nor should it throw any exceptions.
Note: this method is called from within a critical lock within the kernel, so do not block the thread or
call back into the kernel. This method should never throw an exception. |