|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Attribute controller for pump components. If the PushNullPolicy
is set to true
, then if the message returned by the pull
invocation is null
, it is pushed. otherwise null
is not pushed and another message is pulled. The default value is
false
.
Method Summary | |
boolean |
getPushNullPolicy()
Returns the PushNullPolicy. |
void |
setPushNullPolicy(boolean pushNull)
Sets the PushNullPolicy. |
Methods inherited from interface org.objectweb.dream.control.activity.ActiveComponentAttributeController |
getInitialCapacity, getInitialNumberOfThreads, getUsePool, setInitialCapacity, setInitialNumberOfThreads, setUsePool |
Method Detail |
public boolean getPushNullPolicy()
public void setPushNullPolicy(boolean pushNull)
pushNull
- the PushNullPolicy.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |