Uses of Class
org.osgi.framework.ServicePermission
-
Packages that use ServicePermission Package Description org.osgi.framework Framework Package Version 1.9. -
-
Uses of ServicePermission in org.osgi.framework
Fields in org.osgi.framework with type parameters of type ServicePermission Modifier and Type Field Description private java.util.Map<java.lang.String,ServicePermission>
ServicePermissionCollection. filterPermissions
Table of permissions with filter expressions.private java.util.Map<java.lang.String,ServicePermission>
ServicePermissionCollection. permissions
Table of permissions.Methods in org.osgi.framework with parameters of type ServicePermission Modifier and Type Method Description (package private) boolean
ServicePermission. implies0(ServicePermission requested, int effective)
Internal implies method.
-