|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.bus.support.TriggeredSubscriberValidator
public class TriggeredSubscriberValidator
This SubscriberValidator can be controlled programmaticaly by
manually stopping it. Note that is is not possible to restart this
validator.
| Constructor Summary | |
|---|---|
TriggeredSubscriberValidator()
|
|
| Method Summary | |
|---|---|
String |
getValidatorDescription()
Gets a description for this validator |
boolean |
isValid()
Checks if the subscription is still valid. |
void |
stop()
Stops the validator. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TriggeredSubscriberValidator()
| Method Detail |
|---|
public String getValidatorDescription()
SubscriberValidator
getValidatorDescription in interface SubscriberValidatorpublic boolean isValid()
SubscriberValidator
isValid in interface SubscriberValidatortrue if the subscription is still valid,
false otherwise.public void stop()
isValid() will
return false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||