|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xbean.kernel.StoppedServiceCondition
public class StoppedServiceCondition
This condition that requires another service be in the STOPPED state to be satisfied.
Constructor Summary | |
---|---|
StoppedServiceCondition(ServiceName dependency)
Creates a condition that requires the specified service be in the STOPPED state to be satisfied. |
Method Summary | |
---|---|
void |
destroy()
Destroys the condition. |
void |
initialize(ServiceConditionContext context)
Initializes the condition. |
boolean |
isSatisfied()
Gets statisfied state of this conditon. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StoppedServiceCondition(ServiceName dependency)
dependency
- the service that must be stoppedMethod Detail |
---|
public void initialize(ServiceConditionContext context)
initialize
in interface ServiceCondition
context
- context information for this conditionpublic boolean isSatisfied()
isSatisfied
in interface ServiceCondition
public void destroy()
destroy
in interface ServiceCondition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |