|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.torstennahm.integrate.StopConditions.UntilTimeOut
public static class StopConditions.UntilTimeOut
Signals the integration should be stopped if the specified timeout is reached.
Constructor Summary | |
---|---|
StopConditions.UntilTimeOut(long ms)
Constructs the stop condition. |
Method Summary | |
---|---|
java.lang.String |
getConditionString()
Returns a string describing the fulfillment of the condition. |
boolean |
stop(IntegrationResult result)
Returns true if the integration should be stopped because of this condition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StopConditions.UntilTimeOut(long ms)
ms
- timeout for integrationMethod Detail |
---|
public boolean stop(IntegrationResult result)
StopCondition
stop
in interface StopCondition
result
- integration result
public java.lang.String getConditionString()
StopCondition
getConditionString
in interface StopCondition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |