|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DynamicValue
Method Summary | |
---|---|
void |
blockValue()
Freezes the value of this variable. |
void |
deblockValue()
Deblocks the value of this variable. |
boolean |
isValueBlocked()
Checks whether this |
Method Detail |
---|
void blockValue()
deblockValue()
. This method supports concurrency since
deblockValue
only resets the block if
deblockValue
has been called as often as
blockValue
.
By default, variable's do not support blocking values and thus the default implementation of this method is empty.
void deblockValue()
deblockValue
has been
called as often as blockValue()
or more, the this value can be
modified externally and internally without potentially causing inconsistent
states in other objects using this variable.
By default, variable's do not support blocking values and thus the default implementation of this method is empty.
boolean isValueBlocked()
|
Copyright 2003-2006 Frank Fock and Jochen Katz (SNMP4J.org) | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |