- AbstractURLStreamHandlerService - Class in org.osgi.service.url
-
Abstract implementation of the URLStreamHandlerService
interface.
- AbstractURLStreamHandlerService() - Constructor for class org.osgi.service.url.AbstractURLStreamHandlerService
-
- 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.
- 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.
- addConditionalPermissionInfo(ConditionInfo[], PermissionInfo[]) - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionAdmin
-
- 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.
- addingBundle(Bundle, BundleEvent) - Method in class org.osgi.util.tracker.BundleTracker
-
Default implementation of the
BundleTrackerCustomizer.addingBundle
method.
- addingBundle(Bundle, BundleEvent) - Method in interface org.osgi.util.tracker.BundleTrackerCustomizer
-
A bundle is being added to the BundleTracker
.
- addingService(ServiceReference<S>) - Method in class org.osgi.util.tracker.ServiceTracker
-
Default implementation of the
ServiceTrackerCustomizer.addingService
method.
- addingService(ServiceReference<S>) - Method in interface org.osgi.util.tracker.ServiceTrackerCustomizer
-
A service is being added to the ServiceTracker
.
- 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
.
- ALLOW - Static variable in interface org.osgi.service.condpermadmin.ConditionalPermissionInfo
-
This string is used to indicate that a row in the Conditional Permission
Table should return an access decision of "allow" if the
conditions are all satisfied and at least one of the permissions is
implied.
- AllServiceListener - Interface in org.osgi.framework
-
A ServiceEvent
listener that does not filter based upon package
wiring.
- ASYNC_ERROR - Static variable in exception org.osgi.framework.ServiceException
-
An asynchronous operation was unable to obtain the service.
- attributes - Variable in class org.osgi.resource.dto.CapabilityDTO
-
The attributes for the capability.
- attributes - Variable in class org.osgi.resource.dto.RequirementDTO
-
The attributes for the requirement.