A marker interface for
Subscriber s that are allowed
to modify
Claimable blackboard objects even if they
are not the owner (typically just the
Blackboard ).
Note that Claim warnings are currently just warnings,
regardless of how scary looking they are. This is a change
from some previous implementations which enforced claims.
Note also that use of this class circumvents an entire class of
error checks which usually catch problems, so make sure that you
really need this before using it.
See Also: org.cougaar.core.blackboard.Claimable |