- UDN - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Property key for the Unique Device Name (UDN) property.
- UNAUTHORIZED - Static variable in exception org.osgi.service.dmt.DmtException
-
The originator's authentication credentials specify a principal with
insufficient rights to complete the command.
- 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.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 - Static variable in class org.osgi.service.deploymentadmin.DeploymentAdminPermission
-
Constant String to the "uninstall" action.
- uninstall() - Method in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
Uninstalls the deployment package.
- uninstall() - Method in interface org.osgi.service.subsystem.Subsystem
-
Uninstalls this subsystem.
- UNINSTALL_FORCED - Static variable in class org.osgi.service.deploymentadmin.DeploymentAdminPermission
-
Constant String to the "uninstall_forced" action.
- 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.
- uninstallForced() - Method in interface org.osgi.service.deploymentadmin.DeploymentPackage
-
This method is called to completely uninstall a deployment package, which
couldn't be uninstalled using traditional means (
DeploymentPackage.uninstall()
)
due to exceptions.
- Unit - Class in org.osgi.util.measurement
-
A unit system for measurements.
- unity - Static variable in class org.osgi.util.measurement.Unit
-
No Unit (Unity)
- UNKNOWN - Static variable in exception org.osgi.service.coordinator.CoordinationException
-
Unknown reason for this exception.
- unlock() - Method in class org.osgi.service.application.ApplicationDescriptor
-
Unsets the lock state of the application.
- unlockSpecific() - Method in class org.osgi.service.application.ApplicationDescriptor
-
This method is used to notify the container implementation that the
corresponding application has been unlocked and it should update the
application.locked
service property accordingly.
- 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.
- UPC - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Optional property key for a String
typed property holding the
Universal Product Code (UPC) of the device.
- 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
-
- update(Object) - Method in interface org.osgi.service.wireadmin.Wire
-
Update the value.
- 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
.
- 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.
- updated(String, StatusVariable) - Method in interface org.osgi.service.monitor.MonitorListener
-
Callback for notification of a StatusVariable
change.
- updated(Wire, Object) - Method in interface org.osgi.service.wireadmin.Consumer
-
Update the value.
- 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.
- updateWire(Wire, Dictionary<String, ?>) - Method in interface org.osgi.service.wireadmin.WireAdmin
-
Update the properties of a Wire
object.
- UPNP_EXPORT - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
The UPnP.export
service property is a hint that marks a device to
be picked up and exported by the UPnP Service.
- UPNP_FILTER - Static variable in interface org.osgi.service.upnp.UPnPEventListener
-
Key for a service property having a value that is an object of type
org.osgi.framework.Filter
and that is used to limit received
events.
- UPnPAction - Interface in org.osgi.service.upnp
-
A UPnP action.
- UPnPDevice - Interface in org.osgi.service.upnp
-
Represents a UPnP device.
- UPnPEventListener - Interface in org.osgi.service.upnp
-
UPnP Events are mapped and delivered to applications according to the OSGi
whiteboard model.
- UPnPException - Exception in org.osgi.service.upnp
-
There are several defined error situations describing UPnP problems while a
control point invokes actions to UPnPDevices.
- UPnPException(int, String) - Constructor for exception org.osgi.service.upnp.UPnPException
-
This constructor creates a UPnPException
on the specified error
code and error description.
- UPnPException(int, String, Throwable) - Constructor for exception org.osgi.service.upnp.UPnPException
-
This constructor creates a UPnPException
on the specified error
code, error description and error cause.
- UPnPIcon - Interface in org.osgi.service.upnp
-
A UPnP icon representation.
- UPnPLocalStateVariable - Interface in org.osgi.service.upnp
-
A local UPnP state variable which allows the value of the state variable to
be queried.
- UPnPService - Interface in org.osgi.service.upnp
-
A representation of a UPnP Service.
- UPnPStateVariable - Interface in org.osgi.service.upnp
-
The meta-information of a UPnP state variable as declared in the device's
service state table (SST).
- Uri - Class in org.osgi.service.dmt
-
This class contains static utility methods to manipulate DMT URIs.
- 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.
- URI_TOO_LONG - Static variable in exception org.osgi.service.dmt.DmtException
-
The requested command failed because the target URI is too long for what
the recipient is able or willing to process.
- 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
-
- 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.
- 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.
- 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.