Skip navigation links
OSGi™ Enterprise
Release 7
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

U

unbind - Variable in class org.osgi.service.component.runtime.dto.ReferenceDTO
The name of the unbind method of the reference.
unbuffered() - Method in interface org.osgi.util.pushstream.PushStreamBuilder
Tells this PushStreamBuilder to create an unbuffered stream which delivers events directly to its consumer using the incoming delivery thread.
ungetService(S) - Method in interface org.osgi.service.cdi.reference.BeanServiceObjects
Releases a service object for the associated service.
ungetService(S) - Method in interface org.osgi.service.component.ComponentServiceObjects
Releases a service object for the associated service.
ungetService(Bundle, ServiceRegistration<Object>, 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.clusterinfo.FrameworkManager
Uninstall a bundle given by its bundle Id.
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
Constant UNINSTALLED for the BundleStateMBean.STATE
UNKNOWN - Static variable in interface org.osgi.jmx.framework.BundleStateMBean
Constant UNKNOWN for the BundleStateMBean.STATE
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.
UNRESOLVABLE_FILTER - Static variable in class org.osgi.namespace.unresolvable.UnresolvableNamespace
An unresolvable filter expression.
UNRESOLVABLE_NAMESPACE - Static variable in class org.osgi.namespace.unresolvable.UnresolvableNamespace
Namespace name for "unresolvable" capabilities and requirements.
UnresolvableNamespace - Class in org.osgi.namespace.unresolvable
Unresolvable Capability and Requirement Namespace.
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 the endpoint represented by this ExportRegistration and return an updated EndpointDescription.
update(EndpointDescription) - Method in interface org.osgi.service.remoteserviceadmin.ImportRegistration
Update the local service represented by this 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.clusterinfo.FrameworkManager
Updates a bundle given by its bundle Id using the bundle-internal update location.
updateBundle(long, String) - Method in interface org.osgi.service.clusterinfo.FrameworkManager
Updates a bundle given by its URI path using the content at the specified URL.
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.
updateIfDifferent(Dictionary<String, ?>) - Method in interface org.osgi.service.cm.Configuration
Update the properties of this Configuration object if the provided properties are different than the currently stored set.
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_DRIVER - Static variable in interface org.osgi.service.transaction.control.jdbc.JDBCConnectionProviderFactory
The property used to set the maximum number of connections that should be held in the pool
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
The type of a User 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<UserAdmin>, 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
The key USING_BUNDLES, used in ServiceStateMBean.USING_BUNDLES_ITEM.
USING_BUNDLES_ITEM - Static variable in interface org.osgi.jmx.framework.ServiceStateMBean
The item containing the bundles using the service in ServiceStateMBean.SERVICE_TYPE.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links
OSGi™ Enterprise
Release 7

Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0