- unbind - Variable in class org.osgi.service.component.runtime.dto.ReferenceDTO
-
The name of the unbind method of the reference.
- ungetService(S) - Method in interface org.osgi.service.component.ComponentServiceObjects
-
Releases a service object for the
associated
service.
- ungetService(Bundle, ServiceRegistration, Object) - Method in class org.osgi.util.xml.XMLParserActivator
-
Releases a XML Parser Factory object.
- uninstall() - Method in interface org.osgi.service.subsystem.Subsystem
-
Uninstalls this subsystem.
- uninstallBundle(long) - Method in interface org.osgi.jmx.framework.FrameworkMBean
-
Uninstall the bundle indicated by the bundle identifier
- uninstallBundle(long) - Method in interface org.osgi.service.rest.client.RestClient
-
Uninstall a bundle given by its bundle Id.
- uninstallBundle(String) - Method in interface org.osgi.service.rest.client.RestClient
-
Uninstall a bundle given by its URI path.
- uninstallBundles(long[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
-
Batch uninstall the bundles indicated by the list of bundle identifiers
- UNINSTALLED - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
-
- UNKNOWN - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
-
- UNKNOWN - Static variable in exception org.osgi.service.coordinator.CoordinationException
-
Unknown reason for this exception.
- unregister(String) - Method in interface org.osgi.service.http.HttpService
-
Unregisters a previous registration done by registerServlet
or
registerResources
methods.
- UNSATISFIED_CONFIGURATION - Static variable in class org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The component configuration is unsatisfied due to a missing required
configuration.
- UNSATISFIED_REFERENCE - Static variable in class org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The component configuration is unsatisfied due to an unsatisfied
reference.
- UnsatisfiedReferenceDTO - Class in org.osgi.service.component.runtime.dto
-
A representation of an unsatisfied reference.
- UnsatisfiedReferenceDTO() - Constructor for class org.osgi.service.component.runtime.dto.UnsatisfiedReferenceDTO
-
- unsatisfiedReferences - Variable in class org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The unsatisfied references.
- update(String, TabularData) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
-
Update the configuration with the supplied properties For each property
entry, the following row is supplied.
- update(Dictionary<String, ?>) - Method in interface org.osgi.service.cm.Configuration
-
Update the properties of this Configuration
object.
- update() - Method in interface org.osgi.service.cm.Configuration
-
Update the Configuration
object with the current properties.
- update(Map<String, ?>) - Method in interface org.osgi.service.remoteserviceadmin.ExportRegistration
-
- update(EndpointDescription) - Method in interface org.osgi.service.remoteserviceadmin.ImportRegistration
-
- updateBundle(long) - Method in interface org.osgi.jmx.framework.FrameworkMBean
-
Update the bundle indicated by the bundle identifier
- updateBundle(long) - Method in interface org.osgi.service.rest.client.RestClient
-
Updates a bundle given by its bundle Id using the bundle-internal update
location.
- updateBundle(long, String) - Method in interface org.osgi.service.rest.client.RestClient
-
Updates a bundle given by its URI path using the content at the specified
URL.
- updateBundle(long, InputStream) - Method in interface org.osgi.service.rest.client.RestClient
-
Updates a bundle given by its bundle Id and passing the new bundle
content in the form of an
InputStream
.
- updateBundleFromURL(long, String) - Method in interface org.osgi.jmx.framework.FrameworkMBean
-
Update the bundle identified by the bundle identifier
- updateBundles(long[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
-
Batch update the bundles indicated by the list of bundle identifier.
- updateBundlesFromURL(long[], String[]) - Method in interface org.osgi.jmx.framework.FrameworkMBean
-
Update the bundle uniquely identified by the bundle symbolic name and
version using the contents of the supplied urls.
- updated(Dictionary<String, ?>) - Method in interface org.osgi.service.cm.ManagedService
-
Update the configuration for a Managed Service.
- updated(String, Dictionary<String, ?>) - Method in interface org.osgi.service.cm.ManagedServiceFactory
-
Create a new instance, or update the configuration of an existing
instance.
- updated - Variable in class org.osgi.service.component.runtime.dto.ReferenceDTO
-
The name of the updated method of the reference.
- updateForLocation(String, String, TabularData) - Method in interface org.osgi.jmx.service.cm.ConfigurationAdminMBean
-
Update the configuration with the supplied properties For each property
entry, the following row is supplied.
- updateFramework() - Method in interface org.osgi.jmx.framework.FrameworkMBean
-
Update the framework by updating the system bundle.
- URI_PATH - Static variable in interface org.osgi.service.rest.RestApiExtension
-
This service property describes a URI to the REST extension on this local
machine.
- URL - Static variable in interface org.osgi.service.repository.Repository
-
Service property to provide URLs related to this repository.
- USE_SERVICE_OBJECT - Static variable in interface org.osgi.service.blueprint.reflect.ReferenceListMetadata
-
Reference list values must be proxies to the actual service objects.
- USE_SERVICE_REFERENCE - Static variable in interface org.osgi.service.blueprint.reflect.ReferenceListMetadata
-
Reference list values must be ServiceReference
objects.
- USER - Static variable in interface org.osgi.service.useradmin.Role
-
- User - Interface in org.osgi.service.useradmin
-
A User
role managed by a User Admin service.
- USER_ANYONE - Static variable in interface org.osgi.service.useradmin.Role
-
The name of the predefined role, user.anyone, that all users and groups
belong to.
- USER_TYPE - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
-
A Composite Type for a User.
- UserAdmin - Interface in org.osgi.service.useradmin
-
This interface is used to manage a database of named Role
objects,
which can be used for authentication and authorization purposes.
- UserAdminEvent - Class in org.osgi.service.useradmin
-
Role
change event.
- UserAdminEvent(ServiceReference, int, Role) - Constructor for class org.osgi.service.useradmin.UserAdminEvent
-
Constructs a UserAdminEvent
object from the given
ServiceReference
object, event type, and Role
object.
- UserAdminListener - Interface in org.osgi.service.useradmin
-
Listener for UserAdminEvents.
- UserAdminMBean - Interface in org.osgi.jmx.service.useradmin
-
This MBean provides the management interface to the OSGi User Manager Service
- UserAdminPermission - Class in org.osgi.service.useradmin
-
Permission to configure and access the
Role
objects managed by a User
Admin service.
- UserAdminPermission(String, String) - Constructor for class org.osgi.service.useradmin.UserAdminPermission
-
Creates a new UserAdminPermission
with the specified name and
actions.
- USING_BUNDLES - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
-
- USING_BUNDLES_ITEM - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
-