|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PumpAttributeControllerPeriodic
Periodic pump attribute controller interface.
Method Summary | |
---|---|
long |
getPeriod()
Returns the pump period. |
void |
setPeriod(long period)
Sets the pump period. |
Methods inherited from interface org.objectweb.dream.pump.PumpAttributeController |
---|
getPushNullPolicy, getStopOnPullExceptionPolicy, getStopOnPushExceptionPolicy, setPushNullPolicy, setStopOnPullExceptionPolicy, setStopOnPushExceptionPolicy |
Method Detail |
---|
long getPeriod()
void setPeriod(long period)
period
- the pump period.
IllegalArgumentException
- if the given pump period is negative.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |