|
OSGi Service Platform Release 4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.osgi.service.condpermadmin.Condition.BooleanCondition
Package internal class used to define the Condition.FALSE
and
Condition.TRUE
constants.
Nested Class Summary |
Nested classes inherited from class org.osgi.service.condpermadmin.Condition |
Condition.BooleanCondition |
Field Summary |
Fields inherited from interface org.osgi.service.condpermadmin.Condition |
FALSE, TRUE |
Method Summary | |
boolean |
isMutable()
This method returns true if the satisfiability may change. |
boolean |
isPostponed()
This method returns true if the evaluation of the Condition must be postponed until the end of the permission check. |
boolean |
isSatisfied()
This method returns true if the Condition is satisfied. |
boolean |
isSatisfied(Condition[] conds,
java.util.Dictionary context)
This method returns true if the set of Conditions are satisfied. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public boolean isPostponed()
Condition
isPostponed
in interface Condition
public boolean isSatisfied()
Condition
isSatisfied
in interface Condition
public boolean isMutable()
Condition
isMutable
in interface Condition
public boolean isSatisfied(Condition[] conds, java.util.Dictionary context)
Condition
isSatisfied
in interface Condition
conds
- the array of Conditions that must be satisfiedcontext
- a Dictionary object that implementors can use to track
state. If this method is invoked multiple times in the same permission
evaluation, the same Dictionary will be passed multiple times. The
SecurityManager treats this Dictionary as an opaque object simply
creates an empty dictionary and passes it to subsequent invocations
if multiple invocatios are needed.
|
OSGi Service Platform Release 4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |