- AbstractWiringNamespace - Class in org.osgi.framework.namespace
-
Wiring Capability and Requirement Namespaces base class.
- ACTIVATION_LAZY - Static variable in interface org.osgi.framework.Constants
-
Bundle activation policy declaring the bundle must be activated when the
first class load is made from the bundle.
- activationPolicyUsed - Variable in class org.osgi.framework.startlevel.dto.BundleStartLevelDTO
-
The bundle's autostart setting indicates that the activation policy
declared in the bundle manifest must be used.
- ACTIVATOR_ERROR - Static variable in exception org.osgi.framework.BundleException
-
The bundle activator was in error.
- ACTIVE - Static variable in interface org.osgi.framework.Bundle
-
The bundle is now running.
- ADAPT - Static variable in class org.osgi.framework.AdaptPermission
-
The action string initiate.
- adapt(Class<A>) - Method in interface org.osgi.framework.Bundle
-
Adapt this bundle to the specified type.
- adapt(Class<A>) - Method in interface org.osgi.framework.launch.Framework
-
Adapt this Framework to the specified type.
- adapt(Class<A>) - Method in interface org.osgi.framework.ServiceReference
-
Adapt this ServiceReference object to the specified type.
- AdaptPermission - Class in org.osgi.framework
-
A bundle's authority to adapt an object to a type.
- AdaptPermission(String, String) - Constructor for class org.osgi.framework.AdaptPermission
-
Creates a new granted AdaptPermission object.
- AdaptPermission(String, Bundle, String) - Constructor for class org.osgi.framework.AdaptPermission
-
Creates a new requested AdaptPermission object to be used by the
code that must perform checkPermission.
- addBundleListener(BundleListener) - Method in interface org.osgi.framework.BundleContext
-
Adds the specified BundleListener object to the context bundle's
list of listeners if not already present.
- added(Collection<ListenerHook.ListenerInfo>) - Method in interface org.osgi.framework.hooks.service.ListenerHook
-
Added listeners hook method.
- addFrameworkListener(FrameworkListener) - Method in interface org.osgi.framework.BundleContext
-
Adds the specified FrameworkListener object to the context
bundle's list of listeners if not already present.
- addServiceListener(ServiceListener, String) - Method in interface org.osgi.framework.BundleContext
-
Adds the specified ServiceListener object with the specified
filter to the context bundle's list of listeners.
- addServiceListener(ServiceListener) - Method in interface org.osgi.framework.BundleContext
-
Adds the specified ServiceListener object to the context bundle's
list of listeners.
- AdminPermission - Class in org.osgi.framework
-
A bundle's authority to perform specific privileged administrative operations
on or to get sensitive information about a bundle.
- AdminPermission() - Constructor for class org.osgi.framework.AdminPermission
-
Creates a new AdminPermission object that matches all bundles and
has all actions.
- AdminPermission(String, String) - Constructor for class org.osgi.framework.AdminPermission
-
Create a new AdminPermission.
- AdminPermission(Bundle, String) - Constructor for class org.osgi.framework.AdminPermission
-
Creates a new requested AdminPermission object to be used by the
code that must perform checkPermission.
- AllServiceListener - Interface in org.osgi.framework
-
A ServiceEvent listener that does not filter based upon package
wiring.
- asDictionary(Map<? extends K, ? extends V>) - Static method in class org.osgi.framework.FrameworkUtil
-
Return a Dictionary wrapper around a Map.
- asMap(Dictionary<? extends K, ? extends V>) - Static method in class org.osgi.framework.FrameworkUtil
-
Return a Map wrapper around a Dictionary.
- ASYNC_ERROR - Static variable in exception org.osgi.framework.ServiceException
-
An asynchronous operation was unable to obtain the service.