- UnfilteredServiceListener - Interface in org.osgi.framework
-
- ungetService(ServiceReference<?>) - Method in interface org.osgi.framework.BundleContext
-
Releases the service object for the service referenced by the specified
ServiceReference
object.
- ungetService(Bundle, ServiceRegistration<S>, S) - Method in interface org.osgi.framework.PrototypeServiceFactory
-
Releases a service object customized for a caller.
- ungetService(Bundle, ServiceRegistration<S>, S) - Method in interface org.osgi.framework.ServiceFactory
-
Releases a service object customized for a bundle.
- ungetService(S) - Method in interface org.osgi.framework.ServiceObjects
-
Releases a service object for the
associated
service.
- uninstall() - Method in interface org.osgi.framework.Bundle
-
Uninstalls this bundle.
- uninstall() - Method in interface org.osgi.framework.launch.Framework
-
The Framework cannot be uninstalled.
- UNINSTALLED - Static variable in interface org.osgi.framework.Bundle
-
The bundle is uninstalled and may not be used.
- UNINSTALLED - Static variable in class org.osgi.framework.BundleEvent
-
The bundle has been uninstalled.
- unregister() - Method in interface org.osgi.framework.ServiceRegistration
-
Unregisters a service.
- UNREGISTERED - Static variable in exception org.osgi.framework.ServiceException
-
The service has been unregistered.
- UNREGISTERING - Static variable in class org.osgi.framework.ServiceEvent
-
This service is in the process of being unregistered.
- UNRESOLVED - Static variable in class org.osgi.framework.BundleEvent
-
The bundle has been unresolved.
- UNSPECIFIED - Static variable in exception org.osgi.framework.BundleException
-
No exception type is specified.
- UNSPECIFIED - Static variable in exception org.osgi.framework.ServiceException
-
No exception type is unspecified.
- UNSUPPORTED_OPERATION - Static variable in exception org.osgi.framework.BundleException
-
The operation was unsupported.
- update(InputStream) - Method in interface org.osgi.framework.Bundle
-
Updates this bundle from an InputStream
.
- update() - Method in interface org.osgi.framework.Bundle
-
Updates this bundle.
- update() - Method in interface org.osgi.framework.launch.Framework
-
Stop and restart this Framework.
- update(InputStream) - Method in interface org.osgi.framework.launch.Framework
-
Stop and restart this Framework.
- UPDATED - Static variable in class org.osgi.framework.BundleEvent
-
The bundle has been updated.
- UPDATING - Static variable in interface org.osgi.framework.hooks.bundle.CollisionHook
-
Specifies a bundle update operation is being performed.
- URL_CONTENT_MIMETYPE - Static variable in interface org.osgi.service.url.URLConstants
-
Service property naming the MIME types serviced by a
java.net.ContentHandler.
- URL_HANDLER_PROTOCOL - Static variable in interface org.osgi.service.url.URLConstants
-
Service property naming the protocols serviced by a
URLStreamHandlerService.
- URLConstants - Interface in org.osgi.service.url
-
Defines standard names for property keys associated with
URLStreamHandlerService
and
java.net.ContentHandler
services.
- URLStreamHandlerService - Interface in org.osgi.service.url
-
Service interface with public versions of the protected
java.net.URLStreamHandler
methods.
- URLStreamHandlerSetter - Interface in org.osgi.service.url
-
Interface used by URLStreamHandlerService
objects to call the
setURL
method on the proxy URLStreamHandler
object.
- USES_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
-
Manifest header directive identifying a list of packages that an exported
package or provided capability uses.
- usingBundles - Variable in class org.osgi.framework.dto.ServiceReferenceDTO
-
The ids of the bundles that are using the service.