- calculateRequestInfoDTO(String) - Method in interface org.osgi.service.http.runtime.HttpServiceRuntime
-
Return a request info DTO containing the services involved with
processing a request for the specified path.
- cardinality - Variable in class org.osgi.service.component.runtime.dto.ReferenceDTO
-
The cardinality of the reference.
- CHANGE_CREDENTIAL - Static variable in class org.osgi.service.useradmin.UserAdminPermission
-
The action string "changeCredential".
- CHANGE_PROPERTY - Static variable in class org.osgi.service.useradmin.UserAdminPermission
-
The action string "changeProperty".
- CHARACTER - Static variable in interface org.osgi.service.metatype.AttributeDefinition
-
The CHARACTER type.
- CHILDREN_UDN - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
The property key that must be set for all devices containing other
embedded devices.
- clear() - Method in class org.osgi.service.event.EventProperties
-
This method throws UnsupportedOperationException.
- CM_DELETED - Static variable in class org.osgi.service.cm.ConfigurationEvent
-
A Configuration has been deleted.
- CM_LOCATION_CHANGED - Static variable in class org.osgi.service.cm.ConfigurationEvent
-
The location of a Configuration has been changed.
- CM_RANKING - Static variable in interface org.osgi.service.cm.ConfigurationPlugin
-
A service property to specify the order in which plugins are invoked.
- CM_TARGET - Static variable in interface org.osgi.service.cm.ConfigurationPlugin
-
A service property to limit the Managed Service or Managed Service
Factory configuration dictionaries a Configuration Plugin service
receives.
- CM_UPDATED - Static variable in class org.osgi.service.cm.ConfigurationEvent
-
A Configuration has been updated.
- Component - Annotation Type in org.osgi.service.component.annotations
-
Identify the annotated class as a Service Component.
- COMPONENT_CAPABILITY_NAME - Static variable in interface org.osgi.service.component.ComponentConstants
-
Capability name for Service Component Runtime.
- COMPONENT_FACTORY - Static variable in interface org.osgi.service.component.ComponentConstants
-
A service registration property for a Component Factory that contains the
value of the factory attribute.
- COMPONENT_ID - Static variable in interface org.osgi.service.component.ComponentConstants
-
A component property that contains the generated id for a component
configuration.
- COMPONENT_NAME - Static variable in interface org.osgi.service.component.ComponentConstants
-
A component property for a component configuration that contains the name
of the component as specified in the name attribute of the
component element.
- ComponentConfigurationDTO - Class in org.osgi.service.component.runtime.dto
-
A representation of an actual instance of a declared component description
parameterized by component properties.
- ComponentConfigurationDTO() - Constructor for class org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
- ComponentConstants - Interface in org.osgi.service.component
-
Defines standard names for Service Component constants.
- ComponentContext - Interface in org.osgi.service.component
-
A Component Context object is used by a component instance to interact with
its execution context including locating services by reference name.
- ComponentDescriptionDTO - Class in org.osgi.service.component.runtime.dto
-
A representation of a declared component description.
- ComponentDescriptionDTO() - Constructor for class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
- ComponentException - Exception in org.osgi.service.component
-
Unchecked exception which may be thrown by Service Component Runtime.
- ComponentException(String, Throwable) - Constructor for exception org.osgi.service.component.ComponentException
-
Construct a new ComponentException with the specified message and cause.
- ComponentException(String) - Constructor for exception org.osgi.service.component.ComponentException
-
Construct a new ComponentException with the specified message.
- ComponentException(Throwable) - Constructor for exception org.osgi.service.component.ComponentException
-
Construct a new ComponentException with the specified cause.
- ComponentFactory - Interface in org.osgi.service.component
-
When a component is declared with the factory attribute on its
component element, Service Component Runtime will register a
Component Factory service to allow new component configurations to be created
and activated rather than automatically creating and activating component
configuration as necessary.
- ComponentInstance - Interface in org.osgi.service.component
-
A ComponentInstance encapsulates a component instance of an activated
component configuration.
- ComponentServiceObjects<S> - Interface in org.osgi.service.component
-
Allows multiple service objects for a service to be obtained.
- Configuration - Interface in org.osgi.service.cm
-
The configuration information for a ManagedService or
ManagedServiceFactory object.
- ConfigurationAdmin - Interface in org.osgi.service.cm
-
Service for administering configuration data.
- ConfigurationEvent - Class in org.osgi.service.cm
-
A Configuration Event.
- ConfigurationEvent(<any>, int, String, String) - Constructor for class org.osgi.service.cm.ConfigurationEvent
-
Constructs a ConfigurationEvent object from the given
ServiceReference object, event type, and pids.
- configurationEvent(ConfigurationEvent) - Method in interface org.osgi.service.cm.ConfigurationListener
-
Receives notification of a Configuration that has changed.
- ConfigurationException - Exception in org.osgi.service.cm
-
An Exception class to inform the Configuration Admin service of
problems with configuration data.
- ConfigurationException(String, String) - Constructor for exception org.osgi.service.cm.ConfigurationException
-
Create a ConfigurationException object.
- ConfigurationException(String, String, Throwable) - Constructor for exception org.osgi.service.cm.ConfigurationException
-
Create a ConfigurationException object.
- ConfigurationListener - Interface in org.osgi.service.cm
-
Listener for Configuration Events.
- ConfigurationPermission - Class in org.osgi.service.cm
-
Indicates a bundle's authority to configure bundles or be updated by
Configuration Admin.
- ConfigurationPermission(String, String) - Constructor for class org.osgi.service.cm.ConfigurationPermission
-
Create a new ConfigurationPermission.
- configurationPid - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The configuration pids.
- ConfigurationPlugin - Interface in org.osgi.service.cm
-
A service interface for processing configuration dictionary before the
update.
- ConfigurationPolicy - Enum in org.osgi.service.component.annotations
-
Configuration Policy for the
Component annotation.
- configurationPolicy - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The configuration policy.
- CONFIGURE - Static variable in class org.osgi.service.cm.ConfigurationPermission
-
Provides permission to create new configurations for other bundles as
well as manipulate them.
- Constants - Interface in org.osgi.service.device
-
This interface defines standard names for property keys associated with
Device and
Driver services.
- CONSUME - Static variable in class org.osgi.service.wireadmin.WirePermission
-
The action string for the consume action.
- Consumer - Interface in org.osgi.service.wireadmin
-
Data Consumer, a service that can receive updated values from
Producer services.
- CONSUMER_EXCEPTION - Static variable in class org.osgi.service.wireadmin.WireAdminEvent
-
A Consumer service method has thrown an exception.
- consumersConnected(Wire[]) - Method in interface org.osgi.service.wireadmin.Producer
-
Update the list of Wire objects to which this Producer
object is connected.
- containsKey(Object) - Method in class org.osgi.service.event.EventProperties
-
Indicates if the specified property is present.
- containsProperty(String) - Method in class org.osgi.service.event.Event
-
Indicate the presence of an event property.
- containsValue(Object) - Method in class org.osgi.service.event.EventProperties
-
Indicates if the specified value is present.
- contextPath - Variable in class org.osgi.service.http.runtime.dto.ServletContextDTO
-
The servlet context path.
- createDefaultHttpContext() - Method in interface org.osgi.service.http.HttpService
-
Creates a default HttpContext for registering servlets or
resources with the HttpService, a new HttpContext object is
created each time this method is called.
- createFactoryConfiguration(String) - Method in interface org.osgi.service.cm.ConfigurationAdmin
-
Create a new factory Configuration object with a new PID.
- createFactoryConfiguration(String, String) - Method in interface org.osgi.service.cm.ConfigurationAdmin
-
Create a new factory Configuration object with a new PID.
- createRole(String, int) - Method in interface org.osgi.service.useradmin.UserAdmin
-
Creates a Role object with the given name and of the given type.
- createWire(String, String, Dictionary) - Method in interface org.osgi.service.wireadmin.WireAdmin
-
Create a new Wire object that connects a Producer service to a
Consumer service.
- Deactivate - Annotation Type in org.osgi.service.component.annotations
-
Identify the annotated method as the deactivate method of a Service
Component.
- deactivate - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The name of the deactivate method.
- DEACTIVATION_REASON_BUNDLE_STOPPED - Static variable in interface org.osgi.service.component.ComponentConstants
-
The component configuration was deactivated because the bundle was
stopped.
- DEACTIVATION_REASON_CONFIGURATION_DELETED - Static variable in interface org.osgi.service.component.ComponentConstants
-
The component configuration was deactivated because its configuration was
deleted.
- DEACTIVATION_REASON_CONFIGURATION_MODIFIED - Static variable in interface org.osgi.service.component.ComponentConstants
-
The component configuration was deactivated because its configuration was
changed.
- DEACTIVATION_REASON_DISABLED - Static variable in interface org.osgi.service.component.ComponentConstants
-
The component configuration was deactivated because the component was
disabled.
- DEACTIVATION_REASON_DISPOSED - Static variable in interface org.osgi.service.component.ComponentConstants
-
The component configuration was deactivated because the component was
disposed.
- DEACTIVATION_REASON_REFERENCE - Static variable in interface org.osgi.service.component.ComponentConstants
-
The component configuration was deactivated because a reference became
unsatisfied.
- DEACTIVATION_REASON_UNSPECIFIED - Static variable in interface org.osgi.service.component.ComponentConstants
-
The reason the component configuration was deactivated is unspecified.
- defaultEnabled - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The initial enabled state.
- delete() - Method in interface org.osgi.service.cm.Configuration
-
Delete this Configuration object.
- deleted(String) - Method in interface org.osgi.service.cm.ManagedServiceFactory
-
Remove a factory instance.
- deleteWire(Wire) - Method in interface org.osgi.service.wireadmin.WireAdmin
-
Delete a Wire object.
- DELIVERY_ASYNC_ORDERED - Static variable in interface org.osgi.service.event.EventConstants
-
Event Handler delivery quality value specifying the Event Handler
requires asynchronously delivered events be delivered in order.
- DELIVERY_ASYNC_UNORDERED - Static variable in interface org.osgi.service.event.EventConstants
-
Event Handler delivery quality value specifying the Event Handler does
not require asynchronously delivered events be delivered in order.
- description - Variable in class org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The representation of the component configuration's component
description.
- Device - Interface in org.osgi.service.device
-
Interface for identifying device services.
- DEVICE_CATEGORY - Static variable in interface org.osgi.service.device.Constants
-
Property (named "DEVICE_CATEGORY") containing a human readable
description of the device categories implemented by a device.
- DEVICE_CATEGORY - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Constant for the value of the service property DEVICE_CATEGORY
used for all UPnP devices.
- DEVICE_DESCRIPTION - Static variable in interface org.osgi.service.device.Constants
-
Property (named "DEVICE_DESCRIPTION") containing a human
readable string describing the actual hardware device.
- DEVICE_INTERNAL_ERROR - Static variable in exception org.osgi.service.upnp.UPnPException
-
The invoked action failed during execution.
- DEVICE_SERIAL - Static variable in interface org.osgi.service.device.Constants
-
Property (named "DEVICE_SERIAL") specifying a device's serial
number.
- disableComponent(String) - Method in interface org.osgi.service.component.ComponentContext
-
Disables the specified component name.
- disableComponent(ComponentDescriptionDTO) - Method in interface org.osgi.service.component.runtime.ServiceComponentRuntime
-
Disables the specified component description.
- dispatcher - Variable in class org.osgi.service.http.runtime.dto.FilterDTO
-
The dispatcher associations for the servlet filter.
- DISPATCHER_ASYNC - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
- DISPATCHER_ERROR - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
- DISPATCHER_FORWARD - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
- DISPATCHER_INCLUDE - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
- DISPATCHER_REQUEST - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
- dispose() - Method in interface org.osgi.service.component.ComponentInstance
-
Dispose of the component configuration for this component instance.
- DOUBLE - Static variable in interface org.osgi.service.metatype.AttributeDefinition
-
The DOUBLE type.
- Driver - Interface in org.osgi.service.device
-
A Driver service object must be registered by each Driver bundle
wishing to attach to Device services provided by other drivers.
- DRIVER_ID - Static variable in interface org.osgi.service.device.Constants
-
Property (named "DRIVER_ID") identifying a driver.
- DriverLocator - Interface in org.osgi.service.device
-
A Driver Locator service can find and load device driver bundles given a
property set.
- DriverSelector - Interface in org.osgi.service.device
-
When the device manager detects a new Device service, it calls all registered
Driver services to determine if anyone matches the Device service.
- DTOConstants - Class in org.osgi.service.http.runtime.dto
-
Defines standard constants for the DTOs.
- factory - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The component factory name.
- FailedErrorPageDTO - Class in org.osgi.service.http.runtime.dto
-
Represents a javax.servlet.Servlet service registered as an error
page but currently not being used by a servlet context due to a problem.
- FailedErrorPageDTO() - Constructor for class org.osgi.service.http.runtime.dto.FailedErrorPageDTO
-
- failedErrorPageDTOs - Variable in class org.osgi.service.http.runtime.dto.RuntimeDTO
-
Returns the representations of the error page
javax.servlet.Servlet services associated with this runtime but
currently not used due to some problem.
- FailedFilterDTO - Class in org.osgi.service.http.runtime.dto
-
Represents a servlet Filter service which is currently not being used
by a servlet context due to a problem.
- FailedFilterDTO() - Constructor for class org.osgi.service.http.runtime.dto.FailedFilterDTO
-
- failedFilterDTOs - Variable in class org.osgi.service.http.runtime.dto.RuntimeDTO
-
Returns the representations of the servlet javax.servlet.Filter
services associated with this runtime but currently not used due to some
problem.
- FailedListenerDTO - Class in org.osgi.service.http.runtime.dto
-
Represents a listener service which is currently not being used by a servlet
context due to a problem.
- FailedListenerDTO() - Constructor for class org.osgi.service.http.runtime.dto.FailedListenerDTO
-
- failedListenerDTOs - Variable in class org.osgi.service.http.runtime.dto.RuntimeDTO
-
Returns the representations of the listeners associated with this runtime
but currently not used due to some problem.
- FailedResourceDTO - Class in org.osgi.service.http.runtime.dto
-
Represents a resource definition which is currently not being used by a
servlet context due to a problem.
- FailedResourceDTO() - Constructor for class org.osgi.service.http.runtime.dto.FailedResourceDTO
-
- failedResourceDTOs - Variable in class org.osgi.service.http.runtime.dto.RuntimeDTO
-
Returns the representations of the resources associated with this runtime
but currently not used due to some problem.
- FailedServletContextDTO - Class in org.osgi.service.http.runtime.dto
-
Represents a servlet context that is currently not used due to some problem.
- FailedServletContextDTO() - Constructor for class org.osgi.service.http.runtime.dto.FailedServletContextDTO
-
- failedServletContextDTOs - Variable in class org.osgi.service.http.runtime.dto.RuntimeDTO
-
Returns the representations of the javax.servlet.ServletContext objects
currently not used by the Http service runtime due to some problem.
- FailedServletDTO - Class in org.osgi.service.http.runtime.dto
-
Represents a javax.servlet.Servlet service which is currently not
being used by a servlet context due to a problem.
- FailedServletDTO() - Constructor for class org.osgi.service.http.runtime.dto.FailedServletDTO
-
- failedServletDTOs - Variable in class org.osgi.service.http.runtime.dto.RuntimeDTO
-
Returns the representations of the javax.servlet.Servlet services
associated with this runtime but currently not used due to some problem.
- FAILURE_REASON_EXCEPTION_ON_INIT - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
-
An exception occurred during initializing of the service.
- FAILURE_REASON_NO_SERVLET_CONTEXT_MATCHING - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
-
No matching ServletContextHelper.
- FAILURE_REASON_SERVICE_IN_USE - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
-
The service is not registered as a prototype scoped service and is
already in use with a servlet context and therefore can't be used with
another servlet context.
- FAILURE_REASON_SERVICE_NOT_GETTABLE - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
-
The service is registered in the service registry but getting the service
fails as it returns null.
- FAILURE_REASON_SERVLET_CONTEXT_FAILURE - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
-
Matching ServletContextHelper, but the context is not used due to
a problem with the context.
- FAILURE_REASON_SHADOWED_BY_OTHER_SERVICE - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
-
Service is shadowed by another service.
- FAILURE_REASON_UNKNOWN - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
-
Failure reason is unknown.
- FAILURE_REASON_VALIDATION_FAILED - Static variable in class org.osgi.service.http.runtime.dto.DTOConstants
-
The service is registered in the service registry but the service
properties are invalid.
- failureReason - Variable in class org.osgi.service.http.runtime.dto.FailedErrorPageDTO
-
The reason why the servlet represented by this DTO is not used.
- failureReason - Variable in class org.osgi.service.http.runtime.dto.FailedFilterDTO
-
The reason why the servlet filter represented by this DTO is not used.
- failureReason - Variable in class org.osgi.service.http.runtime.dto.FailedListenerDTO
-
The reason why the listener represented by this DTO is not used.
- failureReason - Variable in class org.osgi.service.http.runtime.dto.FailedResourceDTO
-
The reason why the resource represented by this DTO is not used.
- failureReason - Variable in class org.osgi.service.http.runtime.dto.FailedServletContextDTO
-
The reason why the servlet context represented by this DTO is not used.
- failureReason - Variable in class org.osgi.service.http.runtime.dto.FailedServletDTO
-
The reason why the servlet represented by this DTO is not used.
- field - Variable in class org.osgi.service.component.runtime.dto.ReferenceDTO
-
The name of the field of the reference.
- FieldOption - Enum in org.osgi.service.component.annotations
-
- fieldOption - Variable in class org.osgi.service.component.runtime.dto.ReferenceDTO
-
The field option of the reference.
- FilterDTO - Class in org.osgi.service.http.runtime.dto
-
Represents a servlet javax.servlet.Filter service currently being
used for by a servlet context.
- FilterDTO() - Constructor for class org.osgi.service.http.runtime.dto.FilterDTO
-
- filterDTOs - Variable in class org.osgi.service.http.runtime.dto.RequestInfoDTO
-
The servlet filters processing this request.
- filterDTOs - Variable in class org.osgi.service.http.runtime.dto.ServletContextDTO
-
Returns the representations of the servlet Filter services
associated with this context.
- findDrivers(Dictionary) - Method in interface org.osgi.service.device.DriverLocator
-
Returns an array of DRIVER_ID strings of drivers capable of
attaching to a device with the given properties.
- FLOAT - Static variable in interface org.osgi.service.metatype.AttributeDefinition
-
The FLOAT type.
- FRIENDLY_NAME - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Mandatory property key for a short user friendly version of the device
name.
- get(Object) - Method in class org.osgi.service.event.EventProperties
-
Return the value of the specified property.
- GET_CREDENTIAL - Static variable in class org.osgi.service.useradmin.UserAdminPermission
-
The action string "getCredential".
- getAction(String) - Method in interface org.osgi.service.upnp.UPnPService
-
Locates a specific action by name.
- getActions() - Method in class org.osgi.service.cm.ConfigurationPermission
-
Returns the canonical string representation of the
ConfigurationPermission actions.
- getActions() - Method in class org.osgi.service.event.TopicPermission
-
Returns the canonical string representation of the
TopicPermission actions.
- getActions() - Method in interface org.osgi.service.upnp.UPnPService
-
Lists all actions provided by this service.
- getActions() - Method in class org.osgi.service.useradmin.UserAdminPermission
-
Returns the canonical string representation of the actions, separated by
comma.
- getActions() - Method in class org.osgi.service.wireadmin.WirePermission
-
Returns the canonical string representation of the actions.
- getAllowedValues() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Returns the allowed values, if defined.
- getAttributeDefinitions(int) - Method in interface org.osgi.service.metatype.ObjectClassDefinition
-
Return the attribute definitions for this object class.
- getAuthorization(User) - Method in interface org.osgi.service.useradmin.UserAdmin
-
Creates an Authorization object that encapsulates the specified
User object and the Role objects it possesses.
- getBundle() - Method in interface org.osgi.service.log.LogEntry
-
Returns the bundle that created this LogEntry object.
- getBundle() - Method in interface org.osgi.service.metatype.MetaTypeInformation
-
Return the bundle for which this object provides meta type information.
- getBundleContext() - Method in interface org.osgi.service.component.ComponentContext
-
Returns the BundleContext of the bundle which contains this
component.
- getBundleLocation() - Method in interface org.osgi.service.cm.Configuration
-
Get the bundle location.
- getCardinality() - Method in interface org.osgi.service.metatype.AttributeDefinition
-
Return the cardinality of this attribute.
- getCause() - Method in exception org.osgi.service.cm.ConfigurationException
-
Returns the cause of this exception or null if no cause was set.
- getCause() - Method in exception org.osgi.service.component.ComponentException
-
Returns the cause of this exception or null if no cause was set.
- getCause() - Method in exception org.osgi.service.http.NamespaceException
-
Returns the cause of this exception or null if no cause was set.
- getChangeCount() - Method in interface org.osgi.service.cm.Configuration
-
Get the change count.
- getComponentConfigurationDTOs(ComponentDescriptionDTO) - Method in interface org.osgi.service.component.runtime.ServiceComponentRuntime
-
Returns the component configurations for the specified component
description.
- getComponentDescriptionDTO(Bundle, String) - Method in interface org.osgi.service.component.runtime.ServiceComponentRuntime
-
- getComponentDescriptionDTOs(Bundle...) - Method in interface org.osgi.service.component.runtime.ServiceComponentRuntime
-
Returns the component descriptions declared by the specified active
bundles.
- getComponentInstance() - Method in interface org.osgi.service.component.ComponentContext
-
Returns the Component Instance object for the component instance
associated with this Component Context.
- getConfiguration(String, String) - Method in interface org.osgi.service.cm.ConfigurationAdmin
-
Get an existing Configuration object from the persistent store,
or create a new Configuration object.
- getConfiguration(String) - Method in interface org.osgi.service.cm.ConfigurationAdmin
-
Get an existing or new Configuration object from the persistent
store.
- getCredentials() - Method in interface org.osgi.service.useradmin.User
-
Returns a Dictionary of the credentials of this User
object.
- getCurrentValue() - Method in interface org.osgi.service.upnp.UPnPLocalStateVariable
-
This method will keep the current values of UPnPStateVariables of a
UPnPDevice whenever UPnPStateVariable's value is changed , this method
must be called.
- getDefaultValue() - Method in interface org.osgi.service.metatype.AttributeDefinition
-
Return a default for this attribute.
- getDefaultValue() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Returns the default value, if defined.
- getDepth() - Method in interface org.osgi.service.upnp.UPnPIcon
-
Returns the color depth of the icon in bits.
- getDescription() - Method in interface org.osgi.service.metatype.AttributeDefinition
-
Return a description of this attribute.
- getDescription() - Method in interface org.osgi.service.metatype.ObjectClassDefinition
-
Return a description of this object class.
- getDescriptions(String) - Method in interface org.osgi.service.upnp.UPnPDevice
-
Get a set of localized UPnP properties.
- getDriver() - Method in interface org.osgi.service.device.Match
-
Return the reference to a Driver service.
- getException() - Method in exception org.osgi.service.http.NamespaceException
-
Returns the nested exception.
- getException() - Method in interface org.osgi.service.log.LogEntry
-
Returns the exception object associated with this LogEntry
object.
- getFactoryPid() - Method in interface org.osgi.service.cm.Configuration
-
For a factory configuration return the PID of the corresponding Managed
Service Factory, else return null.
- getFactoryPid() - Method in class org.osgi.service.cm.ConfigurationEvent
-
Returns the factory pid of the associated configuration.
- getFactoryPids() - Method in interface org.osgi.service.metatype.MetaTypeInformation
-
Return the Factory PIDs (for ManagedServiceFactories) for which
ObjectClassDefinition information is available.
- getFlavors() - Method in interface org.osgi.service.wireadmin.Wire
-
Return the list of data types understood by the Consumer service
connected to this Wire object.
- getHeight() - Method in interface org.osgi.service.upnp.UPnPIcon
-
Returns the height of the icon in pixels.
- getIcon(int) - Method in interface org.osgi.service.metatype.ObjectClassDefinition
-
Return an InputStream object that can be used to create an icon
from.
- getIcons(String) - Method in interface org.osgi.service.upnp.UPnPDevice
-
Lists all icons for this device in a given locale.
- getID() - Method in interface org.osgi.service.metatype.AttributeDefinition
-
Unique identity for this attribute.
- getID() - Method in interface org.osgi.service.metatype.ObjectClassDefinition
-
Return the id of this object class.
- getId() - Method in interface org.osgi.service.upnp.UPnPService
-
Returns the serviceId field in the UPnP service description.
- getIdentification() - Method in class org.osgi.service.wireadmin.BasicEnvelope
-
- getIdentification() - Method in interface org.osgi.service.wireadmin.Envelope
-
Return the identification of this Envelope object.
- getInformation() - Method in interface org.osgi.service.provisioning.ProvisioningService
-
Returns a reference to the Provisioning Dictionary.
- getInputArgumentNames() - Method in interface org.osgi.service.upnp.UPnPAction
-
Lists all input arguments for this action.
- getInputStream() - Method in interface org.osgi.service.upnp.UPnPIcon
-
Returns an InputStream object for the icon data.
- getInstance() - Method in interface org.osgi.service.component.ComponentInstance
-
Returns the component instance of the activated component configuration.
- getJavaDataType() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Returns the Java class associated with the UPnP data type of this state
variable.
- getLastValue() - Method in interface org.osgi.service.wireadmin.Wire
-
Return the last value sent through this Wire object.
- getLevel() - Method in interface org.osgi.service.log.LogEntry
-
Returns the severity level of this LogEntry object.
- getLocales() - Method in interface org.osgi.service.metatype.MetaTypeProvider
-
Return a list of available locales.
- getLog() - Method in interface org.osgi.service.log.LogReaderService
-
Returns an Enumeration of all LogEntry objects in the
log.
- getMatchValue() - Method in interface org.osgi.service.device.Match
-
Return the match value of this object.
- getMaximum() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Returns the maximum value, if defined.
- getMembers() - Method in interface org.osgi.service.useradmin.Group
-
Gets the basic members of this Group object.
- getMessage() - Method in interface org.osgi.service.log.LogEntry
-
Returns the human readable message associated with this LogEntry
object.
- getMetaTypeInformation(Bundle) - Method in interface org.osgi.service.metatype.MetaTypeService
-
Return the MetaType information for the specified bundle.
- getMimeType(String) - Method in class org.osgi.service.http.context.ServletContextHelper
-
Maps a name to a MIME type.
- getMimeType(String) - Method in interface org.osgi.service.http.HttpContext
-
Maps a name to a MIME type.
- getMimeType() - Method in interface org.osgi.service.upnp.UPnPIcon
-
Returns the MIME type of the icon.
- getMinimum() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Returns the minimum value, if defined.
- getName() - Method in interface org.osgi.service.cm.ManagedServiceFactory
-
Return a descriptive name of this factory.
- getName() - Method in interface org.osgi.service.metatype.AttributeDefinition
-
Get the name of the attribute.
- getName() - Method in interface org.osgi.service.metatype.ObjectClassDefinition
-
Return the name of this object class.
- getName() - Method in interface org.osgi.service.upnp.UPnPAction
-
Returns the action name.
- getName() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Returns the variable name.
- getName() - Method in interface org.osgi.service.useradmin.Authorization
-
Gets the name of the
User that this
Authorization context
was created for.
- getName() - Method in interface org.osgi.service.useradmin.Role
-
Returns the name of this role.
- getObjectClassDefinition(String, String) - Method in interface org.osgi.service.metatype.MetaTypeProvider
-
Returns an object class definition for the specified id localized to the
specified locale.
- getOptionLabels() - Method in interface org.osgi.service.metatype.AttributeDefinition
-
Return a list of labels of option values.
- getOptionValues() - Method in interface org.osgi.service.metatype.AttributeDefinition
-
Return a list of option values that this attribute can take.
- getOutputArgumentNames() - Method in interface org.osgi.service.upnp.UPnPAction
-
List all output arguments for this action.
- getPid() - Method in interface org.osgi.service.cm.Configuration
-
Get the PID for this Configuration object.
- getPid() - Method in class org.osgi.service.cm.ConfigurationEvent
-
Returns the pid of the associated configuration.
- getPids() - Method in interface org.osgi.service.metatype.MetaTypeInformation
-
Return the PIDs (for ManagedServices) for which ObjectClassDefinition
information is available.
- getProperties() - Method in interface org.osgi.service.cm.Configuration
-
Return the properties of this Configuration object.
- getProperties() - Method in interface org.osgi.service.component.ComponentContext
-
Returns the component properties for this Component Context.
- getProperties() - Method in interface org.osgi.service.useradmin.Role
-
Returns a Dictionary of the (public) properties of this
Role object.
- getProperties() - Method in interface org.osgi.service.wireadmin.Wire
-
Return the wire properties for this Wire object.
- getProperty() - Method in exception org.osgi.service.cm.ConfigurationException
-
Return the property name that caused the failure or null.
- getProperty(String) - Method in class org.osgi.service.event.Event
-
Retrieve the value of an event property.
- getPropertyNames() - Method in class org.osgi.service.event.Event
-
Returns a list of this event's property names.
- getRealPath(String) - Method in class org.osgi.service.http.context.ServletContextHelper
-
Gets the real path corresponding to the given virtual path.
- getReason() - Method in exception org.osgi.service.cm.ConfigurationException
-
Return the reason for this exception.
- getReference() - Method in class org.osgi.service.cm.ConfigurationEvent
-
Return the ServiceReference object of the Configuration Admin
service that created this event.
- getRequiredMembers() - Method in interface org.osgi.service.useradmin.Group
-
Gets the required members of this Group object.
- getResource(String) - Method in class org.osgi.service.http.context.ServletContextHelper
-
Maps a resource name to a URL.
- getResource(String) - Method in interface org.osgi.service.http.HttpContext
-
Maps a resource name to a URL.
- getResourcePaths(String) - Method in class org.osgi.service.http.context.ServletContextHelper
-
Returns a directory-like listing of all the paths to resources within the
web application whose longest sub-path matches the supplied path
argument.
- getReturnArgumentName() - Method in interface org.osgi.service.upnp.UPnPAction
-
Returns the name of the designated return argument.
- getRole(String) - Method in interface org.osgi.service.useradmin.UserAdmin
-
Gets the Role object with the given name from this User
Admin service.
- getRole() - Method in class org.osgi.service.useradmin.UserAdminEvent
-
Gets the Role object this event was generated for.
- getRoles() - Method in interface org.osgi.service.useradmin.Authorization
-
Gets the names of all roles implied by this Authorization
context.
- getRoles(String) - Method in interface org.osgi.service.useradmin.UserAdmin
-
Gets the Role objects managed by this User Admin service that
have properties matching the specified LDAP filter criteria.
- getRuntimeDTO() - Method in interface org.osgi.service.http.runtime.HttpServiceRuntime
-
Return the runtime DTO representing the current state.
- getScope() - Method in class org.osgi.service.wireadmin.BasicEnvelope
-
- getScope() - Method in interface org.osgi.service.wireadmin.Envelope
-
Return the scope name of this Envelope object.
- getScope() - Method in interface org.osgi.service.wireadmin.Wire
-
Return the calculated scope of this Wire object.
- getService() - Method in interface org.osgi.service.component.ComponentServiceObjects
-
Returns a service object for the
associated service.
- getService(String) - Method in interface org.osgi.service.upnp.UPnPDevice
-
Locates a specific service by its service id.
- getServiceReference() - Method in interface org.osgi.service.component.ComponentContext
-
If the component instance is registered as a service using the
service element, then this method returns the service reference
of the service provided by this component instance.
- getServiceReference() - Method in interface org.osgi.service.component.ComponentServiceObjects
-
Returns the ServiceReference for the service associated with this
ComponentServiceObjects object.
- getServiceReference() - Method in interface org.osgi.service.log.LogEntry
-
Returns the ServiceReference object for the service associated
with this LogEntry object.
- getServiceReference() - Method in class org.osgi.service.useradmin.UserAdminEvent
-
Gets the ServiceReference object of the User Admin service that
generated this event.
- getServiceReference() - Method in class org.osgi.service.wireadmin.WireAdminEvent
-
Return the ServiceReference object of the Wire Admin service that
created this event.
- getServices() - Method in interface org.osgi.service.upnp.UPnPDevice
-
Lists all services provided by this device.
- getSize() - Method in interface org.osgi.service.upnp.UPnPIcon
-
Returns the size of the icon in bytes.
- getStateVariable(String) - Method in interface org.osgi.service.upnp.UPnPAction
-
Finds the state variable associated with an argument name.
- getStateVariable(String) - Method in interface org.osgi.service.upnp.UPnPService
-
Gets a UPnPStateVariable objects provided by this service by name
- getStateVariables() - Method in interface org.osgi.service.upnp.UPnPService
-
Lists all UPnPStateVariable objects provided by this service.
- getStep() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Returns the size of an increment operation, if defined.
- getThrowable() - Method in class org.osgi.service.wireadmin.WireAdminEvent
-
Returns the exception associated with the event, if any.
- getTime() - Method in interface org.osgi.service.log.LogEntry
-
Returns the value of currentTimeMillis() at the time this
LogEntry object was created.
- getTopic() - Method in class org.osgi.service.event.Event
-
Returns the topic of this event.
- getType() - Method in class org.osgi.service.cm.ConfigurationEvent
-
Return the type of this event.
- getType() - Method in interface org.osgi.service.metatype.AttributeDefinition
-
Return the type for this attribute.
- getType() - Method in interface org.osgi.service.upnp.UPnPService
-
Returns the serviceType field in the UPnP service description.
- getType() - Method in interface org.osgi.service.useradmin.Role
-
Returns the type of this role.
- getType() - Method in class org.osgi.service.useradmin.UserAdminEvent
-
Returns the type of this event.
- getType() - Method in class org.osgi.service.wireadmin.WireAdminEvent
-
Return the type of this event.
- getUPnPDataType() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Returns the UPnP type of this state variable.
- getUPnPError_Code() - Method in exception org.osgi.service.upnp.UPnPException
-
- getUPnPErrorCode() - Method in exception org.osgi.service.upnp.UPnPException
-
Returns the UPnP Error Code occurred by UPnPDevices during invocation.
- getUser(String, String) - Method in interface org.osgi.service.useradmin.UserAdmin
-
Gets the user with the given property key-value pair from
the User Admin service database.
- getUsingBundle() - Method in interface org.osgi.service.component.ComponentContext
-
If the component instance is registered as a service using the
servicescope="bundle" or servicescope="prototype"
attribute, then this method returns the bundle using the service provided
by the component instance.
- getValue() - Method in class org.osgi.service.wireadmin.BasicEnvelope
-
- getValue() - Method in interface org.osgi.service.wireadmin.Envelope
-
Return the value associated with this Envelope object.
- getVersion() - Method in interface org.osgi.service.upnp.UPnPService
-
Returns the version suffix encoded in the serviceType field in
the UPnP service description.
- getWidth() - Method in interface org.osgi.service.upnp.UPnPIcon
-
Returns the width of the icon in pixels.
- getWire() - Method in class org.osgi.service.wireadmin.WireAdminEvent
-
Return the Wire object associated with this event.
- getWires(String) - Method in interface org.osgi.service.wireadmin.WireAdmin
-
Return the Wire objects that match the given filter.
- Group - Interface in org.osgi.service.useradmin
-
A named grouping of roles (Role objects).
- GROUP - Static variable in interface org.osgi.service.useradmin.Role
-
The type of a
Group role.
- handleEvent(Event) - Method in interface org.osgi.service.event.EventHandler
-
Called by the
EventAdmin service to notify the listener of an
event.
- handleSecurity(HttpServletRequest, HttpServletResponse) - Method in class org.osgi.service.http.context.ServletContextHelper
-
Handles security for the specified request.
- handleSecurity(HttpServletRequest, HttpServletResponse) - Method in interface org.osgi.service.http.HttpContext
-
Handles security for the specified request.
- hasCredential(String, Object) - Method in interface org.osgi.service.useradmin.User
-
Checks to see if this User object has a credential with the
specified key set to the specified value.
- hashCode() - Method in interface org.osgi.service.cm.Configuration
-
Hash code is based on PID.
- hashCode() - Method in class org.osgi.service.cm.ConfigurationPermission
-
Returns the hash code value for this object.
- hashCode() - Method in class org.osgi.service.event.Event
-
Returns a hash code value for this object.
- hashCode() - Method in class org.osgi.service.event.EventProperties
-
Returns a hash code value for this object.
- hashCode() - Method in class org.osgi.service.event.TopicPermission
-
Returns the hash code value for this object.
- hashCode() - Method in class org.osgi.service.useradmin.UserAdminPermission
-
Returns the hash code value for this object.
- hashCode() - Method in class org.osgi.service.wireadmin.WirePermission
-
Returns the hash code value for this object.
- hasRole(String) - Method in interface org.osgi.service.useradmin.Authorization
-
Checks if the role with the specified name is implied by this
Authorization context.
- hasScope(String) - Method in interface org.osgi.service.wireadmin.Wire
-
Return true if the given name is in this Wire object's scope.
- HTTP_SERVICE_ENDPOINT - Static variable in class org.osgi.service.http.runtime.HttpServiceRuntimeConstants
-
Http Runtime Service service property specifying the endpoints upon which
the Http Whiteboard implementation is listening.
- HTTP_SERVICE_ID - Static variable in class org.osgi.service.http.runtime.HttpServiceRuntimeConstants
-
Http Runtime Service service property to associate the Http Runtime
Service with one or more HttpService services.
- HTTP_WHITEBOARD_CONTEXT_INIT_PARAM_PREFIX - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
- HTTP_WHITEBOARD_CONTEXT_NAME - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
- HTTP_WHITEBOARD_CONTEXT_PATH - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
- HTTP_WHITEBOARD_CONTEXT_SELECT - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
- HTTP_WHITEBOARD_DEFAULT_CONTEXT_NAME - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
- HTTP_WHITEBOARD_FILTER_ASYNC_SUPPORTED - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying whether a servlet Filter service
supports asynchronous processing.
- HTTP_WHITEBOARD_FILTER_DISPATCHER - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying the dispatcher handling of a servlet
Filter.
- HTTP_WHITEBOARD_FILTER_INIT_PARAM_PREFIX - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property prefix referencing a Filter service.
- HTTP_WHITEBOARD_FILTER_NAME - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying the servlet filter name of a Filter
service.
- HTTP_WHITEBOARD_FILTER_PATTERN - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying the request mappings for a Filter
service.
- HTTP_WHITEBOARD_FILTER_REGEX - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying the request mappings for a servlet
Filter service.
- HTTP_WHITEBOARD_FILTER_SERVLET - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying the
servlet names for a servlet
Filter service.
- HTTP_WHITEBOARD_LISTENER - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property to mark a Listener service as a Whiteboard service.
- HTTP_WHITEBOARD_RESOURCE_PATTERN - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying the request mappings for resources.
- HTTP_WHITEBOARD_RESOURCE_PREFIX - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying the resource entry prefix for a resource
service.
- HTTP_WHITEBOARD_SERVLET_ASYNC_SUPPORTED - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying whether a Servlet service supports
asynchronous processing.
- HTTP_WHITEBOARD_SERVLET_ERROR_PAGE - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying whether a Servlet service acts as an
error page.
- HTTP_WHITEBOARD_SERVLET_INIT_PARAM_PREFIX - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property prefix referencing a Servlet service.
- HTTP_WHITEBOARD_SERVLET_NAME - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying the servlet name of a Servlet
service.
- HTTP_WHITEBOARD_SERVLET_PATTERN - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying the request mappings for a Servlet
service.
- HTTP_WHITEBOARD_TARGET - Static variable in class org.osgi.service.http.whiteboard.HttpWhiteboardConstants
-
Service property specifying the target filter to select the Http
Whiteboard implementation to process the service.
- HttpContext - Interface in org.osgi.service.http
-
Context for HTTP Requests.
- HttpService - Interface in org.osgi.service.http
-
The Http Service allows other bundles in the OSGi environment to dynamically
register resources and servlets into the URI namespace of Http Service.
- HttpServiceRuntime - Interface in org.osgi.service.http.runtime
-
The HttpServiceRuntime service represents the runtime information of an Http
Whiteboard implementation.
- HttpServiceRuntimeConstants - Class in org.osgi.service.http.runtime
-
Defines standard names for Http Runtime Service constants.
- HttpWhiteboardConstants - Class in org.osgi.service.http.whiteboard
-
Defines standard constants for the Http Whiteboard services.
- ManagedService - Interface in org.osgi.service.cm
-
A service that can receive configuration data from a Configuration Admin
service.
- ManagedServiceFactory - Interface in org.osgi.service.cm
-
Manage multiple service instances.
- MANUFACTURER - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Mandatory property key for the device manufacturer's property.
- MANUFACTURER_URL - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Optional property key for a URL to the device manufacturers Web site.
- match(ServiceReference) - Method in interface org.osgi.service.device.Driver
-
Checks whether this Driver service can be attached to the Device service.
- Match - Interface in org.osgi.service.device
-
- MATCH_GENERIC - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Constant for the UPnP device match scale, indicating a generic match for
the device.
- MATCH_MANUFACTURER_MODEL - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Constant for the UPnP device match scale, indicating a match with the
device model.
- MATCH_MANUFACTURER_MODEL_REVISION - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Constant for the UPnP device match scale, indicating a match with the
device revision.
- MATCH_MANUFACTURER_MODEL_REVISION_SERIAL - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Constant for the UPnP device match scale, indicating a match with the
device revision and the serial number.
- MATCH_NONE - Static variable in interface org.osgi.service.device.Device
-
- MATCH_TYPE - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Constant for the UPnP device match scale, indicating a match with the
device type.
- matches(Filter) - Method in class org.osgi.service.event.Event
-
Tests this event's properties against the given filter using a case
sensitive match.
- MESSAGE - Static variable in interface org.osgi.service.event.EventConstants
-
A human-readable message that is usually not localized.
- METATYPE_CAPABILITY_NAME - Static variable in interface org.osgi.service.metatype.MetaTypeService
-
Capability name for meta type document processors.
- METATYPE_DOCUMENTS_LOCATION - Static variable in interface org.osgi.service.metatype.MetaTypeService
-
Location of meta type documents.
- METATYPE_FACTORY_PID - Static variable in interface org.osgi.service.metatype.MetaTypeProvider
-
Service property to signal that this service has
ObjectClassDefinition objects for the given factory PIDs.
- METATYPE_PID - Static variable in interface org.osgi.service.metatype.MetaTypeProvider
-
- MetaTypeInformation - Interface in org.osgi.service.metatype
-
A MetaType Information object is created by the MetaTypeService to return
meta type information for a specific bundle.
- MetaTypeProvider - Interface in org.osgi.service.metatype
-
Provides access to metatypes.
- MetaTypeService - Interface in org.osgi.service.metatype
-
The MetaType Service can be used to obtain meta type information for a
bundle.
- MIME_BUNDLE - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
MIME type to be stored in the extra field of a ZipEntry object
for an installable bundle file.
- MIME_BUNDLE_ALT - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
Alternative MIME type to be stored in the extra field of a
ZipEntry object for an installable bundle file.
- MIME_BUNDLE_URL - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
MIME type to be stored in the extra field of a ZipEntry for a String that
represents a URL for a bundle.
- MIME_BYTE_ARRAY - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
MIME type to be stored in the extra field of a ZipEntry object
for byte[] data.
- MIME_STRING - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
MIME type to be stored in the extra field of a ZipEntry object
for String data.
- MODEL_DESCRIPTION - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Optional (but recommended) property key for a String object with
a long description of the device for the end user.
- MODEL_NAME - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Mandatory property key for the device model name.
- MODEL_NUMBER - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Optional (but recommended) property key for a String class typed
property holding the model number of the device.
- MODEL_URL - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Optional property key for a String typed property holding a
string representing the URL to the Web site for this model.
- Modified - Annotation Type in org.osgi.service.component.annotations
-
Identify the annotated method as the modified method of a Service
Component.
- modified - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The name of the modified method.
- modifyConfiguration(<any>, Dictionary<String, Object>) - Method in interface org.osgi.service.cm.ConfigurationPlugin
-
View and possibly modify the a set of configuration properties before
they are sent to the Managed Service or the Managed Service Factory.
- PARENT_UDN - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
The property key that must be set for all embedded devices.
- PASSWORD - Static variable in interface org.osgi.service.metatype.AttributeDefinition
-
The PASSWORD type.
- path - Variable in class org.osgi.service.http.runtime.dto.RequestInfoDTO
-
The path of the request relative to the root.
- patterns - Variable in class org.osgi.service.http.runtime.dto.FilterDTO
-
The request mappings for the servlet filter.
- patterns - Variable in class org.osgi.service.http.runtime.dto.ResourceDTO
-
The request mappings for the resource.
- patterns - Variable in class org.osgi.service.http.runtime.dto.ServletDTO
-
The request mappings for the servlet.
- policy - Variable in class org.osgi.service.component.runtime.dto.ReferenceDTO
-
The policy of the reference.
- policyOption - Variable in class org.osgi.service.component.runtime.dto.ReferenceDTO
-
The policy option of the reference.
- poll() - Method in interface org.osgi.service.wireadmin.Wire
-
Poll for an updated value.
- polled(Wire) - Method in interface org.osgi.service.wireadmin.Producer
-
Return the current value of this Producer object.
- postEvent(Event) - Method in interface org.osgi.service.event.EventAdmin
-
Initiate asynchronous, ordered delivery of an event.
- prefix - Variable in class org.osgi.service.http.runtime.dto.ResourceDTO
-
The prefix of the resource.
- PRESENTATION_URL - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Optional (but recommended) property key for a String typed
property holding a string representing the URL to a device representation
Web page.
- PRODUCE - Static variable in class org.osgi.service.wireadmin.WirePermission
-
The action string for the produce action.
- Producer - Interface in org.osgi.service.wireadmin
-
Data Producer, a service that can generate values to be used by
Consumer services.
- PRODUCER_EXCEPTION - Static variable in class org.osgi.service.wireadmin.WireAdminEvent
-
A Producer service method has thrown an exception.
- producersConnected(Wire[]) - Method in interface org.osgi.service.wireadmin.Consumer
-
Update the list of Wire objects to which this Consumer service is
connected.
- properties - Variable in class org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The component properties for the component configuration.
- properties - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The declared component properties.
- PROVISIONING_AGENT_CONFIG - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
The key to the provisioning information that contains the initial
configuration information of the initial Management Agent.
- PROVISIONING_REFERENCE - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
The key to the provisioning information that contains the location of the
provision data provider.
- PROVISIONING_ROOTX509 - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
The key to the provisioning information that contains the root X509
certificate used to establish trust with operator when using HTTPS.
- PROVISIONING_RSH_SECRET - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
The key to the provisioning information that contains the shared secret
used in conjunction with the RSH protocol.
- PROVISIONING_SPID - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
The key to the provisioning information that uniquely identifies the
Service Platform.
- PROVISIONING_START_BUNDLE - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
The key to the provisioning information that contains the location of the
bundle to start with AllPermission.
- PROVISIONING_UPDATE_COUNT - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
The key to the provisioning information that contains the update count of
the info data.
- ProvisioningService - Interface in org.osgi.service.provisioning
-
Service for managing the initial provisioning information.
- PUBLISH - Static variable in class org.osgi.service.event.TopicPermission
-
The action string publish.
- put(String, Object) - Method in class org.osgi.service.event.EventProperties
-
This method throws UnsupportedOperationException.
- putAll(Map<? extends String, ? extends Object>) - Method in class org.osgi.service.event.EventProperties
-
This method throws UnsupportedOperationException.
- SATISFIED - Static variable in class org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The component configuration is satisfied.
- SatisfiedReferenceDTO - Class in org.osgi.service.component.runtime.dto
-
A representation of a satisfied reference.
- SatisfiedReferenceDTO() - Constructor for class org.osgi.service.component.runtime.dto.SatisfiedReferenceDTO
-
- satisfiedReferences - Variable in class org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The satisfied references.
- scope - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The service scope.
- scope - Variable in class org.osgi.service.component.runtime.dto.ReferenceDTO
-
The scope of the reference.
- select(ServiceReference, Match[]) - Method in interface org.osgi.service.device.DriverSelector
-
Select one of the matching Driver services.
- SELECT_NONE - Static variable in interface org.osgi.service.device.DriverSelector
-
Return value from DriverSelector.select, if no Driver service
should be attached to the Device service.
- sendEvent(Event) - Method in interface org.osgi.service.event.EventAdmin
-
Initiate synchronous delivery of an event.
- sendsEvents() - Method in interface org.osgi.service.upnp.UPnPStateVariable
-
Tells if this StateVariable can be used as an event source.
- SERIAL_NUMBER - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Optional (but recommended) property key for a String typed
property holding the serial number of the device.
- SERVICE - Static variable in interface org.osgi.service.event.EventConstants
-
A service reference.
- SERVICE_BUNDLELOCATION - Static variable in interface org.osgi.service.cm.ConfigurationAdmin
-
Configuration property naming the location of the bundle that is
associated with a Configuration object.
- SERVICE_COMPONENT - Static variable in interface org.osgi.service.component.ComponentConstants
-
Manifest header specifying the XML documents within a bundle that contain
the bundle's Service Component descriptions.
- SERVICE_FACTORYPID - Static variable in interface org.osgi.service.cm.ConfigurationAdmin
-
Configuration property naming the Factory PID in the configuration
dictionary.
- SERVICE_ID - Static variable in interface org.osgi.service.event.EventConstants
-
A service's id.
- SERVICE_OBJECTCLASS - Static variable in interface org.osgi.service.event.EventConstants
-
A service's objectClass.
- SERVICE_PID - Static variable in interface org.osgi.service.event.EventConstants
-
A service's persistent identity.
- ServiceComponentRuntime - Interface in org.osgi.service.component.runtime
-
The ServiceComponentRuntime service represents the Declarative
Services actor, known as Service Component Runtime (SCR), that manages the
service components and their life cycle.
- serviceDTO - Variable in class org.osgi.service.http.runtime.dto.RuntimeDTO
-
The DTO for the corresponding
org.osgi.service.http.runtime.HttpServiceRuntime.
- serviceId - Variable in class org.osgi.service.http.runtime.dto.BaseServletDTO
-
Service property identifying the servlet.
- serviceId - Variable in class org.osgi.service.http.runtime.dto.FilterDTO
-
Service property identifying the servlet filter.
- serviceId - Variable in class org.osgi.service.http.runtime.dto.ListenerDTO
-
Service property identifying the listener.
- serviceId - Variable in class org.osgi.service.http.runtime.dto.ResourceDTO
-
Service property identifying the resource.
- serviceId - Variable in class org.osgi.service.http.runtime.dto.ServletContextDTO
-
Service property identifying the servlet context.
- serviceInterfaces - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The fully qualified names of the service interfaces.
- ServiceScope - Enum in org.osgi.service.component.annotations
-
- ServletContextDTO - Class in org.osgi.service.http.runtime.dto
-
Represents a javax.servlet.ServletContext created for servlets,
resources, servlet Filters, and listeners associated with that servlet
context.
- ServletContextDTO() - Constructor for class org.osgi.service.http.runtime.dto.ServletContextDTO
-
- servletContextDTOs - Variable in class org.osgi.service.http.runtime.dto.RuntimeDTO
-
Returns the representations of the javax.servlet.ServletContext
objects used by the Http Service Runtime.
- ServletContextHelper - Class in org.osgi.service.http.context
-
Helper service for a servlet context used by a Http Whiteboard implementation
to serve HTTP requests.
- ServletContextHelper() - Constructor for class org.osgi.service.http.context.ServletContextHelper
-
Construct a new context helper.
- ServletContextHelper(Bundle) - Constructor for class org.osgi.service.http.context.ServletContextHelper
-
Construct a new context helper associated with the specified bundle.
- servletContextId - Variable in class org.osgi.service.http.runtime.dto.BaseServletDTO
-
The service id of the servlet context for the servlet represented by this
DTO.
- servletContextId - Variable in class org.osgi.service.http.runtime.dto.FilterDTO
-
The service id of the servlet context for the servlet filter represented
by this DTO.
- servletContextId - Variable in class org.osgi.service.http.runtime.dto.ListenerDTO
-
The service id of the servlet context for the listener represented by
this DTO.
- servletContextId - Variable in class org.osgi.service.http.runtime.dto.RequestInfoDTO
-
The service id of the servlet context processing the request represented
by this DTO.
- servletContextId - Variable in class org.osgi.service.http.runtime.dto.ResourceDTO
-
The service id of the servlet context for the resource represented by
this DTO.
- servletDTO - Variable in class org.osgi.service.http.runtime.dto.RequestInfoDTO
-
The servlet processing this request.
- ServletDTO - Class in org.osgi.service.http.runtime.dto
-
Represents a javax.servlet.Servlet currently being used by a servlet
context.
- ServletDTO() - Constructor for class org.osgi.service.http.runtime.dto.ServletDTO
-
- servletDTOs - Variable in class org.osgi.service.http.runtime.dto.ServletContextDTO
-
Returns the representations of the Servlet services associated
with this context.
- servletInfo - Variable in class org.osgi.service.http.runtime.dto.BaseServletDTO
-
The information string from the servlet.
- servletNames - Variable in class org.osgi.service.http.runtime.dto.FilterDTO
-
The servlet names for the servlet filter.
- setBundleLocation(String) - Method in interface org.osgi.service.cm.Configuration
-
Bind this Configuration object to the specified location.
- setInformation(Dictionary) - Method in interface org.osgi.service.provisioning.ProvisioningService
-
Replaces the Provisioning Information dictionary with the key/value pairs
contained in info.
- SHORT - Static variable in interface org.osgi.service.metatype.AttributeDefinition
-
The SHORT type.
- size() - Method in class org.osgi.service.event.EventProperties
-
Return the number of properties.
- state - Variable in class org.osgi.service.component.runtime.dto.ComponentConfigurationDTO
-
The current state of the component configuration.
- STRING - Static variable in interface org.osgi.service.metatype.AttributeDefinition
-
The STRING type.
- SUBSCRIBE - Static variable in class org.osgi.service.event.TopicPermission
-
The action string subscribe.
- SynchronousConfigurationListener - Interface in org.osgi.service.cm
-
Synchronous Listener for Configuration Events.
- UDN - Static variable in interface org.osgi.service.upnp.UPnPDevice
-
Property key for the Unique Device Name (UDN) property.
- 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.
- 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.
- 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(Object) - Method in interface org.osgi.service.wireadmin.Wire
-
Update the value.
- 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(Wire, Object) - Method in interface org.osgi.service.wireadmin.Consumer
-
Update the value.
- updateWire(Wire, Dictionary) - 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).
- 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, 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.
- Wire - Interface in org.osgi.service.wireadmin
-
A connection between a Producer service and a Consumer service.
- WIRE_CONNECTED - Static variable in class org.osgi.service.wireadmin.WireAdminEvent
-
The WireAdminEvent type that indicates that an existing
Wire object has become connected.
- WIRE_CREATED - Static variable in class org.osgi.service.wireadmin.WireAdminEvent
-
A Wire has been created.
- WIRE_DELETED - Static variable in class org.osgi.service.wireadmin.WireAdminEvent
-
A Wire has been deleted.
- WIRE_DISCONNECTED - Static variable in class org.osgi.service.wireadmin.WireAdminEvent
-
The WireAdminEvent type that indicates that an existing
Wire object has become disconnected.
- WIRE_TRACE - Static variable in class org.osgi.service.wireadmin.WireAdminEvent
-
The WireAdminEvent type that indicates that a new value is
transferred over the Wire object.
- WIRE_UPDATED - Static variable in class org.osgi.service.wireadmin.WireAdminEvent
-
A Wire has been updated.
- WireAdmin - Interface in org.osgi.service.wireadmin
-
Wire Administration service.
- WIREADMIN_CONSUMER_COMPOSITE - Static variable in interface org.osgi.service.wireadmin.WireConstants
-
A service registration property for a Consumer service that is composite.
- WIREADMIN_CONSUMER_FLAVORS - Static variable in interface org.osgi.service.wireadmin.WireConstants
-
Service Registration property (named wireadmin.consumer.flavors)
specifying the list of data types understood by this Consumer service.
- WIREADMIN_CONSUMER_PID - Static variable in interface org.osgi.service.wireadmin.WireConstants
-
Wire property key (named wireadmin.consumer.pid)
specifying the service.pid of the associated Consumer service.
- WIREADMIN_CONSUMER_SCOPE - Static variable in interface org.osgi.service.wireadmin.WireConstants
-
Service registration property key (named wireadmin.consumer.scope
) specifying a list of names that may be used to define the scope of this
Wire object.
- WIREADMIN_EVENTS - Static variable in interface org.osgi.service.wireadmin.WireConstants
-
Service Registration property (named wireadmin.events) specifying
the WireAdminEvent type of interest to a Wire Admin Listener
service.
- WIREADMIN_FILTER - Static variable in interface org.osgi.service.wireadmin.WireConstants
-
Wire property key (named wireadmin.filter) specifying a
filter used to control the delivery rate of data between the Producer and
the Consumer service.
- WIREADMIN_PID - Static variable in interface org.osgi.service.wireadmin.WireConstants
-
Wire property key (named wireadmin.pid) specifying the
persistent identity (PID) of this Wire object.
- WIREADMIN_PRODUCER_COMPOSITE - Static variable in interface org.osgi.service.wireadmin.WireConstants
-
A service registration property for a Producer service that is composite.
- WIREADMIN_PRODUCER_FILTERS - Static variable in interface org.osgi.service.wireadmin.WireConstants
-
Service Registration property (named wireadmin.producer.filters).
- WIREADMIN_PRODUCER_FLAVORS - Static variable in interface org.osgi.service.wireadmin.WireConstants
-
Service Registration property (named wireadmin.producer.flavors)
specifying the list of data types available from this Producer service.
- WIREADMIN_PRODUCER_PID - Static variable in interface org.osgi.service.wireadmin.WireConstants
-
Wire property key (named wireadmin.producer.pid)
specifying the service.pid of the associated Producer service.
- WIREADMIN_PRODUCER_SCOPE - Static variable in interface org.osgi.service.wireadmin.WireConstants
-
Service registration property key (named wireadmin.producer.scope
) specifying a list of names that may be used to define the scope of this
Wire object.
- WIREADMIN_SCOPE_ALL - Static variable in interface org.osgi.service.wireadmin.WireConstants
-
Matches all scope names.
- WireAdminEvent - Class in org.osgi.service.wireadmin
-
A Wire Admin Event.
- WireAdminEvent(ServiceReference, int, Wire, Throwable) - Constructor for class org.osgi.service.wireadmin.WireAdminEvent
-
Constructs a WireAdminEvent object from the given
ServiceReference object, event type, Wire object and
exception.
- wireAdminEvent(WireAdminEvent) - Method in interface org.osgi.service.wireadmin.WireAdminListener
-
Receives notification of a broadcast WireAdminEvent object.
- WireAdminListener - Interface in org.osgi.service.wireadmin
-
Listener for Wire Admin Events.
- WireConstants - Interface in org.osgi.service.wireadmin
-
Defines standard names for Wire properties, wire filter attributes,
Consumer and Producer service properties.
- WirePermission - Class in org.osgi.service.wireadmin
-
Permission for the scope of a Wire object.
- WirePermission(String, String) - Constructor for class org.osgi.service.wireadmin.WirePermission
-
Create a new WirePermission with the given name (may be wildcard) and
actions.
- WIREVALUE_CURRENT - Static variable in interface org.osgi.service.wireadmin.WireConstants
-
Wire object's filter attribute (named wirevalue.current)
representing the current value.
- WIREVALUE_DELTA_ABSOLUTE - Static variable in interface org.osgi.service.wireadmin.WireConstants
-
Wire object's filter attribute (named
wirevalue.delta.absolute) representing the absolute delta.
- WIREVALUE_DELTA_RELATIVE - Static variable in interface org.osgi.service.wireadmin.WireConstants
-
Wire object's filter attribute (named
wirevalue.delta.relative) representing the relative delta.
- WIREVALUE_ELAPSED - Static variable in interface org.osgi.service.wireadmin.WireConstants
-
Wire object's filter attribute (named wirevalue.elapsed)
representing the elapsed time, in ms, between this filter evaluation and
the last update of the Consumer service.
- WIREVALUE_PREVIOUS - Static variable in interface org.osgi.service.wireadmin.WireConstants
-
Wire object's filter attribute (named wirevalue.previous)
representing the previous value.