|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceCondition | |
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 ServiceCondition in org.apache.xbean.kernel |
Classes in org.apache.xbean.kernel that implement ServiceCondition | |
class |
RunningServiceCondition
This condition that requires another service be in the RUNNING state to be satisfied. |
class |
StoppedServiceCondition
This condition that requires another service be in the STOPPED state to be satisfied. |
Methods in org.apache.xbean.kernel with parameters of type ServiceCondition | |
void |
ServiceFactory.addStartCondition(ServiceCondition startCondition)
Adds start condition to this service. |
void |
ServiceFactory.removeStartCondition(ServiceCondition startCondition)
Removes a start condition from this service. |
void |
ServiceFactory.addStopCondition(ServiceCondition stopCondition)
Adds stop condition to this service. |
void |
ServiceFactory.removeStopCondition(ServiceCondition stopCondition)
Removes a stop condition from this service. |
void |
AbstractServiceFactory.addStartCondition(ServiceCondition startCondition)
Adds start condition to this service. |
void |
AbstractServiceFactory.removeStartCondition(ServiceCondition startCondition)
Removes a start condition from this service. |
void |
AbstractServiceFactory.addStopCondition(ServiceCondition stopCondition)
Adds stop condition to this service. |
void |
AbstractServiceFactory.removeStopCondition(ServiceCondition stopCondition)
Removes a stop condition from this service. |
Uses of ServiceCondition in org.apache.xbean.kernel.standard |
Methods in org.apache.xbean.kernel.standard with parameters of type ServiceCondition | |
protected void |
AggregateCondition.addCondition(ServiceCondition condition)
Adds a new condition if not already registered. |
protected void |
AggregateCondition.removeCondition(ServiceCondition condition)
Removes a condition from the registry if present. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |