OSGi Service Platform
Release 4

Uses of Interface
org.osgi.service.condpermadmin.Condition

Packages that use Condition
org.osgi.service.condpermadmin The OSGi Conditional Permission Admin Specification Version 1.0. 
 

Uses of Condition in org.osgi.service.condpermadmin
 

Classes in org.osgi.service.condpermadmin that implement Condition
static class Condition.BooleanCondition
          Package internal class used to define the FALSE and TRUE constants.
 

Fields in org.osgi.service.condpermadmin declared as Condition
static Condition Condition.TRUE
          A condition object that will always evaluate to true and that is never postponed.
static Condition Condition.FALSE
          A condition object that will always evaluate to false and that is never postponed.
 

Methods in org.osgi.service.condpermadmin that return Condition
static Condition BundleSignerCondition.getCondition(Bundle bundle, ConditionInfo info)
          Constructs a condition that tries to match the passed Bundle's location to the location pattern.
static Condition BundleLocationCondition.getCondition(Bundle bundle, ConditionInfo info)
          Constructs a condition that tries to match the passed Bundle's location to the location pattern.
 

Methods in org.osgi.service.condpermadmin with parameters of type Condition
 boolean Condition.isSatisfied(Condition[] conds, java.util.Dictionary context)
          This method returns true if the set of Conditions are satisfied.
 boolean Condition.BooleanCondition.isSatisfied(Condition[] conds, java.util.Dictionary context)
           
 


OSGi Service Platform
Release 4

Copyright (c) OSGi Alliance (2000, 2005). All Rights Reserved.