OSGi™ Service Platform
Release 3
A B C D E F G H I J K L M N O P R S T U V W X

A

A - Static variable in class org.osgi.util.measurement.Unit
The electric current unit ampere (A)
ACTIVE - Static variable in interface org.osgi.framework.Bundle
This bundle is now running.
ADMIN - Static variable in class org.osgi.service.useradmin.UserAdminPermission
The permission name "admin".
ALL - Static variable in interface org.osgi.service.metatype.ObjectClassDefinition
Argument for getAttributeDefinitions(int).
AUTHENTICATION_TYPE - Static variable in interface org.osgi.service.http.HttpContext
HttpServletRequest attribute specifying the scheme used in authentication.
AUTHORIZATION - Static variable in interface org.osgi.service.http.HttpContext
HttpServletRequest attribute specifying the Authorization object obtained from the org.osgi.service.useradmin.UserAdmin service.
AbstractURLStreamHandlerService - class org.osgi.service.url.AbstractURLStreamHandlerService.
Abstract implementation of the URLStreamHandlerService interface.
AbstractURLStreamHandlerService() - Constructor for class org.osgi.service.url.AbstractURLStreamHandlerService
 
AdminPermission - class org.osgi.framework.AdminPermission.
Indicates the caller's authority to perform lifecycle operations on or to get sensitive information about a bundle.
AdminPermission() - Constructor for class org.osgi.framework.AdminPermission
Creates a new AdminPermission object with its name set to "AdminPermission".
AdminPermission(String, String) - Constructor for class org.osgi.framework.AdminPermission
Creates a new AdminPermission object for use by the Policy object to instantiate new Permission objects.
AttributeDefinition - interface org.osgi.service.metatype.AttributeDefinition.
An interface to describe an attribute.
Authorization - interface org.osgi.service.useradmin.Authorization.
The Authorization interface encapsulates an authorization context on which bundles can base authorization decisions, where appropriate.
absolutePath() - Method in interface org.osgi.service.prefs.Preferences
Returns this node's absolute path name.
add(Measurement) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the sum of this object added to the specified object.
add(double, Unit) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the sum of this object added to the specified value.
add(double) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the sum of this object added to the specified value.
addBundleListener(BundleListener) - Method in interface org.osgi.framework.BundleContext
Adds the specified BundleListener object to this context bundle's list of listeners if not already present.
addFrameworkListener(FrameworkListener) - Method in interface org.osgi.framework.BundleContext
Adds the specified FrameworkListener object to this context bundle's list of listeners if not already present.
addInformation(Dictionary) - Method in interface org.osgi.service.provisioning.ProvisioningService
Adds the key/value pairs contained in info to the Provisioning Information dictionary.
addInformation(ZipInputStream) - Method in interface org.osgi.service.provisioning.ProvisioningService
Processes the ZipInputStream and extracts information to add to the Provisioning Information dictionary, as well as, install/update and start bundles.
addLogListener(LogListener) - Method in interface org.osgi.service.log.LogReaderService
Subscribes to LogEntry objects.
addMember(Role) - Method in interface org.osgi.service.useradmin.Group
Adds the specified Role object as a basic member to this Group object.
addRequiredMember(Role) - Method in interface org.osgi.service.useradmin.Group
Adds the specified Role object as a required member to this Group object.
addServiceListener(ServiceListener, String) - Method in interface org.osgi.framework.BundleContext
Adds the specified ServiceListener object with the specified filter to this context bundle's list of listeners.
addServiceListener(ServiceListener) - Method in interface org.osgi.framework.BundleContext
Adds the specified ServiceListener object to this context bundle's list of listeners.
addingService(ServiceReference) - Method in class org.osgi.util.tracker.ServiceTracker
Default implementation of the ServiceTrackerCustomizer.addingService method.
addingService(ServiceReference) - Method in interface org.osgi.util.tracker.ServiceTrackerCustomizer
A service is being added to the ServiceTracker object.
attach(ServiceReference) - Method in interface org.osgi.service.device.Driver
Attaches this Driver service to the Device service represented by the given ServiceReference object.

B

BIGDECIMAL - Static variable in interface org.osgi.service.metatype.AttributeDefinition
The BIGDECIMAL(10) type.
BIGINTEGER - Static variable in interface org.osgi.service.metatype.AttributeDefinition
The BIGINTEGER(9) type.
BOOLEAN - Static variable in interface org.osgi.service.metatype.AttributeDefinition
The BOOLEAN(11) type.
BUNDLE_ACTIVATOR - Static variable in interface org.osgi.framework.Constants
Manifest header attribute (named "Bundle-Activator") identifying the bundle's activator class.
BUNDLE_CATEGORY - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-Category") identifying the bundle's category.
BUNDLE_CLASSPATH - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-ClassPath") identifying a list of nested JAR files, which are bundle resources used to extend the bundle's classpath.
BUNDLE_CONTACTADDRESS - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-ContactAddress") identifying the contact address where problems with the bundle may be reported; for example, an email address.
BUNDLE_COPYRIGHT - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-Copyright") identifying the bundle's copyright information, which may be retrieved from the Dictionary object returned by the Bundle.getHeaders method.
BUNDLE_DESCRIPTION - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-Description") containing a brief description of the bundle's functionality.
BUNDLE_DOCURL - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-DocURL") identifying the bundle's documentation URL, from which further information about the bundle may be obtained.
BUNDLE_NAME - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-Name") identifying the bundle's name.
BUNDLE_NATIVECODE - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-NativeCode") identifying a number of hardware environments and the native language code libraries that the bundle is carrying for each of these environments.
BUNDLE_NATIVECODE_LANGUAGE - Static variable in interface org.osgi.framework.Constants
Manifest header attribute (named "language") identifying the language in which the native bundle code is written specified in the Bundle-NativeCode Manifest header.
BUNDLE_NATIVECODE_OSNAME - Static variable in interface org.osgi.framework.Constants
Manifest header attribute (named "osname") identifying the operating system required to run native bundle code specified in the Bundle-NativeCode Manifest header).
BUNDLE_NATIVECODE_OSVERSION - Static variable in interface org.osgi.framework.Constants
Manifest header attribute (named "osversion") identifying the operating system version required to run native bundle code specified in the Bundle-NativeCode Manifest header).
BUNDLE_NATIVECODE_PROCESSOR - Static variable in interface org.osgi.framework.Constants
Manifest header attribute (named "processor") identifying the processor required to run native bundle code specified in the Bundle-NativeCode Manifest header).
BUNDLE_REQUIREDEXECUTIONENVIRONMENT - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-RequiredExecutionEnvironment") identifying the required execution environment for the bundle.
BUNDLE_UPDATELOCATION - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-UpdateLocation") identifying the location from which a new bundle version is obtained during a bundle update operation.
BUNDLE_VENDOR - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-Vendor") identifying the bundle's vendor.
BUNDLE_VERSION - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Bundle-Version") identifying the bundle's version.
BYTE - Static variable in interface org.osgi.service.metatype.AttributeDefinition
The BYTE(6) type.
BackingStoreException - exception org.osgi.service.prefs.BackingStoreException.
Thrown to indicate that a preferences operation could not complete because of a failure in the backing store, or a failure to contact the backing store.
BackingStoreException(String) - Constructor for class org.osgi.service.prefs.BackingStoreException
Constructs a BackingStoreException with the specified detail message.
BasicEnvelope - class org.osgi.service.wireadmin.BasicEnvelope.
BasicEnvelope is an implementation of the Envelope interface
BasicEnvelope(Object, Object, String) - Constructor for class org.osgi.service.wireadmin.BasicEnvelope
Constructor.
Bundle - interface org.osgi.framework.Bundle.
An installed bundle in the Framework.
BundleActivator - interface org.osgi.framework.BundleActivator.
Customizes the starting and stopping of this bundle.
BundleContext - interface org.osgi.framework.BundleContext.
A bundle's execution context within the Framework.
BundleEvent - class org.osgi.framework.BundleEvent.
A Framework event describing a bundle lifecycle change.
BundleEvent(int, Bundle) - Constructor for class org.osgi.framework.BundleEvent
Creates a bundle event of the specified type.
BundleException - exception org.osgi.framework.BundleException.
A Framework exception used to indicate that a bundle lifecycle problem occurred.
BundleException(String, Throwable) - Constructor for class org.osgi.framework.BundleException
Creates a BundleException that wraps another exception.
BundleException(String) - Constructor for class org.osgi.framework.BundleException
Creates a BundleException object with the specified message.
BundleListener - interface org.osgi.framework.BundleListener.
A BundleEvent listener.
bundleChanged(BundleEvent) - Method in interface org.osgi.framework.BundleListener
Receives notification that a bundle has had a lifecycle change.

C

C - Static variable in class org.osgi.util.measurement.Unit
The electric charge unit coulomb (C).
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(5) 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.
CM_LUS_EXPORT_GROUPS - Static variable in interface org.osgi.service.jini.JiniDriver
Optional service property, which should be a string array, containing the LUS groups that the driver is interested in, when exporting framework services to the Jini network.
CM_LUS_IMPORT_GROUPS - Static variable in interface org.osgi.service.jini.JiniDriver
Optional service property, which should be a string array, containing the groups of LUS, that the driver is interested in, when importing Jini services.
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.
CONSUME - Static variable in class org.osgi.service.wireadmin.WirePermission
The action string for the CONSUME action: value is "consume".
CONSUMER_EXCEPTION - Static variable in class org.osgi.service.wireadmin.WireAdminEvent
A Consumer service method has thrown an exception.
Configurable - interface org.osgi.framework.Configurable.
Supports a configuration object.
Configuration - interface org.osgi.service.cm.Configuration.
The configuration information for a ManagedService or ManagedServiceFactory object.
ConfigurationAdmin - interface org.osgi.service.cm.ConfigurationAdmin.
Service for administering configuration data.
ConfigurationException - exception org.osgi.service.cm.ConfigurationException.
An Exception class to inform the Configuration Admin service of problems with configuration data.
ConfigurationException(String, String) - Constructor for class org.osgi.service.cm.ConfigurationException
Create a ConfigurationException object.
ConfigurationPlugin - interface org.osgi.service.cm.ConfigurationPlugin.
A service interface for processing configuration dictionary before the update.
ConnectionFactory - interface org.osgi.service.io.ConnectionFactory.
A Connection Factory service is called by the implementation of the Connector Service to create javax.microedition.io.Connection objects which implement the scheme named by IO_SCHEME.
ConnectorService - interface org.osgi.service.io.ConnectorService.
The Connector Service should be called to create and open javax.microedition.io.Connection objects.
Constants - interface org.osgi.framework.Constants.
Defines standard names for the OSGi environment property, service property, and Manifest header attribute keys.
Constants - interface org.osgi.service.device.Constants.
This interface defines standard names for property keys associated with Device and Driver services.
Consumer - interface org.osgi.service.wireadmin.Consumer.
Data Consumer, a service that can receive udpated values from Producer services.
cd - Static variable in class org.osgi.util.measurement.Unit
The luminous intensity unit candela (cd)
childrenNames() - Method in interface org.osgi.service.prefs.Preferences
Returns the names of the children of this node.
clear() - Method in interface org.osgi.service.prefs.Preferences
Removes all of the properties (key-value associations) in this node.
close() - Method in class org.osgi.util.tracker.ServiceTracker
Close this ServiceTracker object.
compareTo(Object) - Method in class org.osgi.util.measurement.Measurement
Compares this object with the specified object for order.
consumersConnected(Wire[]) - Method in interface org.osgi.service.wireadmin.Producer
Update the list of Wire objects to which this Producer object is connected.
context - Variable in class org.osgi.util.tracker.ServiceTracker
Bundle context this ServiceTracker object is tracking against.
createConnection(String, int, boolean) - Method in interface org.osgi.service.io.ConnectionFactory
Create a new Connection object for the specified URI.
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.
createFilter(String) - Method in interface org.osgi.framework.BundleContext
Creates a Filter object.
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.

D

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.jini.JiniDriver
Constant for the value of the service property DEVICE_CATEGORY used by all Jini services.
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_SERIAL - Static variable in interface org.osgi.service.device.Constants
Property (named "DEVICE_SERIAL") specifying a device's serial number.
DOMCLASSFILE - Static variable in class org.osgi.util.xml.XMLParserActivator
Fully qualified path name of DOM Parser Factory Class Name file
DOMFACTORYNAME - Static variable in class org.osgi.util.xml.XMLParserActivator
Filename containing the DOM Parser Factory Class name.
DOUBLE - Static variable in interface org.osgi.service.metatype.AttributeDefinition
The DOUBLE(7) type.
DRIVER_ID - Static variable in interface org.osgi.service.device.Constants
Property (named "DRIVER_ID") identifying a driver.
DYNAMICIMPORT_PACKAGE - Static variable in interface org.osgi.framework.Constants
Manifest header (named "DynamicImport-Package") identifying the names of the packages that the bundle may dynamically import during execution.
Device - interface org.osgi.service.device.Device.
Interface for identifying device services.
Driver - interface org.osgi.service.device.Driver.
A Driver service object must be registered by each Driver bundle wishing to attach to Device services provided by other drivers.
DriverLocator - interface org.osgi.service.device.DriverLocator.
A Driver Locator service can find and load device driver bundles given a property set.
DriverSelector - interface org.osgi.service.device.DriverSelector.
When the device manager detects a new Device service, it calls all registered Driver services to determine if anyone matches the Device service.
delete() - Method in interface org.osgi.service.cm.Configuration
Delete this Configuration object.
deleteWire(Wire) - Method in interface org.osgi.service.wireadmin.WireAdmin
Delete a Wire object.
deleted(String) - Method in interface org.osgi.service.cm.ManagedServiceFactory
Remove a factory instance.
div(Measurement) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the quotient of this object divided by the specified object.
div(double, Unit) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the quotient of this object divided by the specified value.
div(double) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the quotient of this object divided by the specified value.

E

ENTRIES - Static variable in interface org.osgi.service.jini.JiniDriver
Optional service property, which should be an Entry array, holding the attributes set of the framework service that represents Jini proxy in the registration with a LUS.
ERROR - Static variable in class org.osgi.framework.FrameworkEvent
An error has occurred.
EXPORT - Static variable in class org.osgi.framework.PackagePermission
The action string export.
EXPORT - Static variable in interface org.osgi.service.jini.JiniDriver
The Export service property is a hint that marks an OSGi service to be picked up and exported by the Jini Driver in the Jini network.
EXPORT_PACKAGE - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Export-Package") identifying the names (and optionally version numbers) of the packages that the bundle offers to the Framework for export.
EXPORT_SERVICE - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Export-Service") identifying the fully qualified class names of the services that the bundle may register (used for informational purposes only).
Envelope - interface org.osgi.service.wireadmin.Envelope.
Identifies a contained value.
ExportedPackage - interface org.osgi.service.packageadmin.ExportedPackage.
An exported package.
equals(Object) - Method in class org.osgi.framework.AdminPermission
Determines the equality of two AdminPermission objects.
equals(Object) - Method in interface org.osgi.framework.Filter
Compares this Filter object to another object.
equals(Object) - Method in class org.osgi.framework.PackagePermission
Determines the equality of two PackagePermission objects.
equals(Object) - Method in class org.osgi.framework.ServicePermission
Determines the equalty of two ServicePermission objects.
equals(Object) - Method in interface org.osgi.service.cm.Configuration
Equality is defined to have equal PIDs Two Configuration objects are equal when their PIDs are equal.
equals(Object) - Method in class org.osgi.service.permissionadmin.PermissionInfo
Determines the equality of two PermissionInfo objects.
equals(URL, URL) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.equals(URL,URL).
equals(URL, URL) - Method in interface org.osgi.service.url.URLStreamHandlerService
 
equals(Object) - Method in class org.osgi.service.useradmin.UserAdminPermission
Checks two UserAdminPermission objects for equality.
equals(Object) - Method in class org.osgi.service.wireadmin.WirePermission
Determines the equalty of two WirePermission objects.
equals(Object) - Method in class org.osgi.util.measurement.Measurement
Returns whether the specified object is equal to this object.
equals(Object) - Method in class org.osgi.util.measurement.State
Return whether the specified object is equal to this object.
equals(Object) - Method in class org.osgi.util.measurement.Unit
Checks whether this Unit object is equal to the specified Unit object.

F

F - Static variable in class org.osgi.util.measurement.Unit
The capacitance unit farad (F).
FLOAT - Static variable in interface org.osgi.service.metatype.AttributeDefinition
The FLOAT(8) type.
FRAMEWORK_EXECUTIONENVIRONMENT - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.framework.executionenvironment") identifying execution environments provided by the Framework.
FRAMEWORK_LANGUAGE - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.framework.language") identifying the Framework implementation language (see ISO 639 for possible values).
FRAMEWORK_OS_NAME - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.framework.os.name") identifying the Framework host-computer's operating system.
FRAMEWORK_OS_VERSION - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.framework.os.version") identifying the Framework host-computer's operating system version number.
FRAMEWORK_PROCESSOR - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.framework.processor") identifying the Framework host-computer's processor name.
FRAMEWORK_VENDOR - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.framework.vendor") identifying the Framework implementation vendor.
FRAMEWORK_VERSION - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.framework.version") identifying the Framework version.
FRIENDLY_NAME - Static variable in interface org.osgi.service.upnp.UPnPDevice
Mandatory property key for a short user friendly version of the device name.
Filter - interface org.osgi.framework.Filter.
An RFC 1960-based Filter.
FrameworkEvent - class org.osgi.framework.FrameworkEvent.
A general Framework event.
FrameworkEvent(int, Object) - Constructor for class org.osgi.framework.FrameworkEvent
Deprecated. Since 1.2. This constructor is deprecated in favor of using the other constructor with the System Bundle as the event source.
FrameworkEvent(int, Bundle, Throwable) - Constructor for class org.osgi.framework.FrameworkEvent
Creates a Framework event regarding the specified bundle.
FrameworkListener - interface org.osgi.framework.FrameworkListener.
A FrameworkEvent listener.
filter - Variable in class org.osgi.util.tracker.ServiceTracker
Filter specifying search criteria for the services to track.
finalize() - Method in class org.osgi.util.tracker.ServiceTracker
Properly close this ServiceTracker object when finalized.
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.
flush() - Method in interface org.osgi.service.prefs.Preferences
Forces any changes in the contents of this node and its descendants to the persistent store.
frameworkEvent(FrameworkEvent) - Method in interface org.osgi.framework.FrameworkListener
Receives notification of a general FrameworkEvent object.

G

GET - Static variable in class org.osgi.framework.ServicePermission
The action string get (Value is "get").
GET_CREDENTIAL - Static variable in class org.osgi.service.useradmin.UserAdminPermission
The action string "getCredential".
GROUP - Static variable in interface org.osgi.service.useradmin.Role
The type of a Grouprole.
Group - interface org.osgi.service.useradmin.Group.
A named grouping of roles (Role objects).
Gy - Static variable in class org.osgi.util.measurement.Unit
The absorbed dose unit gray (Gy).
get(String, String) - Method in interface org.osgi.service.prefs.Preferences
Returns the value associated with the specified key in this node.
getAction(String) - Method in interface org.osgi.service.upnp.UPnPService
Locates a specific action by name.
getActions() - Method in class org.osgi.framework.PackagePermission
Returns the canonical string representation of the PackagePermission actions.
getActions() - Method in class org.osgi.framework.ServicePermission
Returns the canonical string representation of the actions.
getActions() - Method in class org.osgi.service.permissionadmin.PermissionInfo
Returns the actions of the permission represented by this PermissionInfo.
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.
getAltitude() - Method in class org.osgi.util.position.Position
Returns the altitude of this position in meters.
getAttributeDefinitions(int) - Method in interface org.osgi.service.metatype.ObjectClassDefinition
Return the attribute definitions.
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.
getBoolean(String, boolean) - Method in interface org.osgi.service.prefs.Preferences
Returns the boolean value represented by the String object associated with the specified key in this node.
getBundle() - Method in interface org.osgi.framework.BundleContext
Returns the Bundle object for this context bundle.
getBundle(long) - Method in interface org.osgi.framework.BundleContext
Returns the bundle with the specified identifier.
getBundle() - Method in class org.osgi.framework.BundleEvent
Returns the bundle which had a lifecycle change.
getBundle() - Method in class org.osgi.framework.FrameworkEvent
Returns the bundle associated with the event.
getBundle() - Method in interface org.osgi.framework.ServiceReference
Returns the bundle that registered the service referenced by this ServiceReference object.
getBundle() - Method in interface org.osgi.service.log.LogEntry
Returns the bundle that created this LogEntry object.
getBundleId() - Method in interface org.osgi.framework.Bundle
Returns this bundle's identifier.
getBundleLocation() - Method in interface org.osgi.service.cm.Configuration
Get the bundle location.
getBundleStartLevel(Bundle) - Method in interface org.osgi.service.startlevel.StartLevel
Return the assigned start level value for the specified Bundle.
getBundles() - Method in interface org.osgi.framework.BundleContext
Returns a list of all installed bundles.
getByteArray(String, byte[]) - Method in interface org.osgi.service.prefs.Preferences
Returns the byte[] value represented by the String object associated with the specified key in this node.
getCardinality() - Method in interface org.osgi.service.metatype.AttributeDefinition
Return the cardinality of this attribute.
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.
getConfigurationObject() - Method in interface org.osgi.framework.Configurable
Returns this service's configuration object.
getCredentials() - Method in interface org.osgi.service.useradmin.User
Returns a Dictionary of the credentials of this User object.
getDataFile(String) - Method in interface org.osgi.framework.BundleContext
Creates a File object for a file in the persistent storage area provided for the bundle by the Framework.
getDefaultPermissions() - Method in interface org.osgi.service.permissionadmin.PermissionAdmin
Gets the default permissions.
getDefaultPort() - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.getDefaultPort.
getDefaultPort() - Method in interface org.osgi.service.url.URLStreamHandlerService
 
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.
getDouble(String, double) - Method in interface org.osgi.service.prefs.Preferences
Returns the double value represented by the String object associated with the specified key in this node.
getDriver() - Method in interface org.osgi.service.device.Match
Return the reference to a Driver service.
getEncoded() - Method in class org.osgi.service.permissionadmin.PermissionInfo
Returns the string encoding of this PermissionInfo in a form suitable for restoring this PermissionInfo.
getError() - Method in class org.osgi.util.measurement.Measurement
Returns the error of this Measurement object.
getException() - Method in class 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.
getExportedPackage(String) - Method in interface org.osgi.service.packageadmin.PackageAdmin
Gets the ExportedPackage object with the specified package name.
getExportedPackages(Bundle) - Method in interface org.osgi.service.packageadmin.PackageAdmin
Gets the packages exported by the specified bundle.
getExportingBundle() - Method in interface org.osgi.service.packageadmin.ExportedPackage
Returns the bundle exporting the package associated with this ExportedPackage 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.
getFilter() - Method in class org.osgi.framework.InvalidSyntaxException
Returns the filter string that generated the InvalidSyntaxException object.
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.
getFloat(String, float) - Method in interface org.osgi.service.prefs.Preferences
Returns the float value represented by the String object associated with the specified key in this node.
getHeaders() - Method in interface org.osgi.framework.Bundle
Returns this bundle's Manifest headers and values.
getHeight() - Method in interface org.osgi.service.upnp.UPnPIcon
Returns the height of the icon in pixels.
getHostAddress(URL) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.getHostAddress.
getHostAddress(URL) - Method in interface org.osgi.service.url.URLStreamHandlerService
 
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.
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.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.
getImportingBundles() - Method in interface org.osgi.service.packageadmin.ExportedPackage
Returns the resolved bundles that are currently importing the package associated with this ExportedPackage object.
getInformation() - Method in interface org.osgi.service.provisioning.ProvisioningService
Returns a reference to the Provisioning Dictionary.
getInitialBundleStartLevel() - Method in interface org.osgi.service.startlevel.StartLevel
Return the initial start level value that is assigned to a Bundle when it is first installed.
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.
getInt(String, int) - Method in interface org.osgi.service.prefs.Preferences
Returns the int value represented by the String object associated with the specified key in this node.
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.
getLatitude() - Method in class org.osgi.util.position.Position
Returns the latitude of this position in radians.
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 locales available or null if only 1 The return parameter must be a name that consists of language [ _ country [ _ variation ]] as is customary in the Locale class.
getLocation() - Method in interface org.osgi.framework.Bundle
Returns this bundle's location identifier.
getLocations() - Method in interface org.osgi.service.permissionadmin.PermissionAdmin
Returns the bundle locations that have permissions assigned to them, that is, bundle locations for which an entry exists in the permission table.
getLog() - Method in interface org.osgi.service.log.LogReaderService
Returns an Enumeration of all LogEntry objects in the log.
getLong(String, long) - Method in interface org.osgi.service.prefs.Preferences
Returns the long value represented by the String object associated with the specified key in this node.
getLongitude() - Method in class org.osgi.util.position.Position
Returns the longitude of this position in radians.
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.
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 class.
getName() - Method in interface org.osgi.service.packageadmin.ExportedPackage
Returns the name of the package associated with this ExportedPackage object.
getName() - Method in class org.osgi.service.permissionadmin.PermissionInfo
Returns the name of the permission represented by this PermissionInfo.
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 Userthat this Authorization context was created for.
getName() - Method in interface org.osgi.service.useradmin.Role
Returns the name of this role.
getName() - Method in class org.osgi.util.measurement.State
Returns the name of this State.
getNestedException() - Method in class org.osgi.framework.BundleException
Returns any nested exceptions included in this exception.
getObjectClassDefinition(String, String) - Method in interface org.osgi.service.metatype.MetaTypeProvider
Return the definition of this object class for a 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.
getPermissions(String) - Method in interface org.osgi.service.permissionadmin.PermissionAdmin
Gets the permissions assigned to the bundle with the specified location.
getPid() - Method in interface org.osgi.service.cm.Configuration
Get the PID for this Configuration object.
getProperties() - Method in interface org.osgi.service.cm.Configuration
Return the properties of this Configuration object.
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(String) - Method in interface org.osgi.framework.BundleContext
Returns the value of the specified property.
getProperty(String) - Method in interface org.osgi.framework.ServiceReference
Returns the property value to which the specified property key is mapped in the properties Dictionary object of the service referenced by this ServiceReference object.
getProperty() - Method in class org.osgi.service.cm.ConfigurationException
Return the property name that caused the failure or null.
getPropertyKeys() - Method in interface org.osgi.framework.ServiceReference
Returns an array of the keys in the properties Dictionary object of the service referenced by this ServiceReference object.
getReason() - Method in class org.osgi.service.cm.ConfigurationException
Return the reason for this exception.
getReference() - Method in interface org.osgi.framework.ServiceRegistration
Returns a ServiceReference object for a service being registered.
getRegisteredServices() - Method in interface org.osgi.framework.Bundle
Returns this bundle's ServiceReference list for all services it has registered or null if this bundle has no registered services.
getRequiredMembers() - Method in interface org.osgi.service.useradmin.Group
Gets the required members of this Group object.
getResource(String) - Method in interface org.osgi.framework.Bundle
Find the specified resource in this bundle.
getResource(String) - Method in interface org.osgi.service.http.HttpContext
Maps a resource name to a URL.
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 encapsulated 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.
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(ServiceReference) - Method in interface org.osgi.framework.BundleContext
Returns the specified service object for a service.
getService(Bundle, ServiceRegistration) - Method in interface org.osgi.framework.ServiceFactory
Creates a new service object.
getService(String) - Method in interface org.osgi.service.upnp.UPnPDevice
Locates a specific service by its service id.
getService(ServiceReference) - Method in class org.osgi.util.tracker.ServiceTracker
Returns the service object for the specified ServiceReference object if the referenced service is being tracked by this ServiceTracker object.
getService() - Method in class org.osgi.util.tracker.ServiceTracker
Returns a service object for one of the services being tracked by this ServiceTracker object.
getService(Bundle, ServiceRegistration) - Method in class org.osgi.util.xml.XMLParserActivator
Creates a new XML Parser Factory object.
getServiceReference(String) - Method in interface org.osgi.framework.BundleContext
Returns a ServiceReference object for a service that implements, and was registered under, the specified class.
getServiceReference() - Method in class org.osgi.framework.ServiceEvent
Returns a reference to the service that had a change occur in its lifecycle.
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.
getServiceReference() - Method in class org.osgi.util.tracker.ServiceTracker
Returns a ServiceReference object for one of the services being tracked by this ServiceTracker object.
getServiceReferences(String, String) - Method in interface org.osgi.framework.BundleContext
Returns a list of ServiceReference objects.
getServiceReferences() - Method in class org.osgi.util.tracker.ServiceTracker
Return an array of ServiceReference objects for all services being tracked by this ServiceTracker object.
getServiceTemplates() - Method in interface org.osgi.service.jini.JiniDriver
Gets the current set of templates that is used for searching and registering services registered in discovered LUS.
getServices() - Method in interface org.osgi.service.upnp.UPnPDevice
Lists all services provided by this device.
getServices() - Method in class org.osgi.util.tracker.ServiceTracker
Return an array of service objects for all services being tracked by this ServiceTracker object.
getServicesInUse() - Method in interface org.osgi.framework.Bundle
Returns this bundle's ServiceReference list for all services it is using or returns null if this bundle is not using any services.
getSize() - Method in interface org.osgi.service.upnp.UPnPIcon
Returns the size of the icon in bytes.
getSpecificationVersion() - Method in interface org.osgi.service.packageadmin.ExportedPackage
Returns the specification version of this ExportedPackage, as specified in the exporting bundle's manifest file.
getSpeed() - Method in class org.osgi.util.position.Position
Returns the ground speed of this position in meters per second.
getStartLevel() - Method in interface org.osgi.service.startlevel.StartLevel
Return the active start level value of the Framework.
getState() - Method in interface org.osgi.framework.Bundle
Returns this bundle's current state.
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.
getSystemPreferences() - Method in interface org.osgi.service.prefs.PreferencesService
Returns the root system node for the calling bundle.
getThrowable() - Method in class org.osgi.framework.FrameworkEvent
Returns the exception associated with the event.
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.
getTime() - Method in class org.osgi.util.measurement.Measurement
Returns the time at which this Measurement object was taken.
getTime() - Method in class org.osgi.util.measurement.State
Returns the time with which this State was created.
getTrack() - Method in class org.osgi.util.position.Position
Returns the track of this position in radians as a compass heading.
getTrackingCount() - Method in class org.osgi.util.tracker.ServiceTracker
Returns the tracking count for this ServiceTracker object.
getType() - Method in class org.osgi.framework.BundleEvent
Returns the type of lifecyle event.
getType() - Method in class org.osgi.framework.FrameworkEvent
Returns the type of bundle state change.
getType() - Method in class org.osgi.framework.ServiceEvent
Returns the type of event.
getType() - Method in interface org.osgi.service.metatype.AttributeDefinition
Return the type for this attribute.
getType() - Method in class org.osgi.service.permissionadmin.PermissionInfo
Returns the fully qualified class name of the permission represented by this PermissionInfo.
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.
getUnit() - Method in class org.osgi.util.measurement.Measurement
Returns the Unit object of this Measurement object.
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.
getUserPreferences(String) - Method in interface org.osgi.service.prefs.PreferencesService
Returns the root node for the specified user and the calling bundle.
getUsers() - Method in interface org.osgi.service.prefs.PreferencesService
Returns the names of users for which node trees exist.
getUsingBundles() - Method in interface org.osgi.framework.ServiceReference
Returns the bundles that are using the service referenced by this ServiceReference object.
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.
getValue() - Method in class org.osgi.util.measurement.Measurement
Returns the value of this Measurement object.
getValue() - Method in class org.osgi.util.measurement.State
Returns the value of this State.
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.

H

HttpContext - interface org.osgi.service.http.HttpContext.
This interface defines methods that the Http Service may call to get information about a registration.
HttpService - interface org.osgi.service.http.HttpService.
The Http Service allows other bundles in the OSGi environment to dynamically register resources and servlets into the URI namespace of Http Service.
Hz - Static variable in class org.osgi.util.measurement.Unit
The frequency unit hertz (Hz).
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.
hasPermission(Object) - Method in interface org.osgi.framework.Bundle
Determines if this bundle has the specified permissions.
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.
hashCode() - Method in interface org.osgi.framework.Filter
Returns the hashCode for this Filter object.
hashCode() - Method in class org.osgi.framework.PackagePermission
Returns the hash code value for this object.
hashCode() - Method in class org.osgi.framework.ServicePermission
Returns the hash code value for this object.
hashCode() - Method in interface org.osgi.service.cm.Configuration
Hash code is based on PID.
hashCode() - Method in class org.osgi.service.permissionadmin.PermissionInfo
Returns the hash code value for this object.
hashCode(URL) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.hashCode(URL).
hashCode(URL) - Method in interface org.osgi.service.url.URLStreamHandlerService
 
hashCode() - Method in class org.osgi.service.useradmin.UserAdminPermission
Returns the hash code of this UserAdminPermission object.
hashCode() - Method in class org.osgi.service.wireadmin.WirePermission
Returns the hash code value for this object.
hashCode() - Method in class org.osgi.util.measurement.Measurement
Returns a hash code value for this object.
hashCode() - Method in class org.osgi.util.measurement.State
Returns a hash code value for this object.
hashCode() - Method in class org.osgi.util.measurement.Unit
Returns the hash code for this object.
hostsEqual(URL, URL) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.hostsEqual.
hostsEqual(URL, URL) - Method in interface org.osgi.service.url.URLStreamHandlerService
 

I

ID - Static variable in interface org.osgi.service.upnp.UPnPDevice
Property key for the Unique Device ID property.
ID - Static variable in interface org.osgi.service.upnp.UPnPService
Property key for the optional service id.
IMPORT - Static variable in class org.osgi.framework.PackagePermission
The action string import.
IMPORT_PACKAGE - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Import-Package") identifying the names (and optionally, version numbers) of the packages that the bundle is dependent on.
IMPORT_SERVICE - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Import-Service") identifying the fully qualified class names of the services that the bundle requires (used for informational purposes only).
INSTALLED - Static variable in interface org.osgi.framework.Bundle
This bundle is installed but not yet resolved.
INSTALLED - Static variable in class org.osgi.framework.BundleEvent
This bundle has been installed.
INTEGER - Static variable in interface org.osgi.service.metatype.AttributeDefinition
The INTEGER(3) type.
IO_SCHEME - Static variable in interface org.osgi.service.io.ConnectionFactory
Service property containing the scheme(s) for which this Connection Factory can create Connection objects.
InvalidSyntaxException - exception org.osgi.framework.InvalidSyntaxException.
A Framework exception.
InvalidSyntaxException(String, String) - Constructor for class org.osgi.framework.InvalidSyntaxException
Creates an exception of type InvalidSyntaxException.
implies(Permission) - Method in class org.osgi.framework.AdminPermission
Determines if the specified permission is implied by this object.
implies(Permission) - Method in class org.osgi.framework.PackagePermission
Determines if the specified permission is implied by this object.
implies(Permission) - Method in class org.osgi.framework.ServicePermission
Determines if a ServicePermission object "implies" the specified permission.
implies(Permission) - Method in class org.osgi.service.useradmin.UserAdminPermission
Checks if this UserAdminPermission object "implies" the specified permission.
implies(Permission) - Method in class org.osgi.service.wireadmin.WirePermission
Checks if this WirePermission object implies the specified permission.
installBundle(String) - Method in interface org.osgi.framework.BundleContext
Installs the bundle from the specified location string.
installBundle(String, InputStream) - Method in interface org.osgi.framework.BundleContext
Installs the bundle from the specified InputStream object.
invoke(Dictionary) - Method in interface org.osgi.service.upnp.UPnPAction
Invokes the action.
isBundlePersistentlyStarted(Bundle) - Method in interface org.osgi.service.startlevel.StartLevel
Return the persistent state of the specified bundle.
isConnected() - Method in interface org.osgi.service.wireadmin.Wire
Return the connection state of this Wire object.
isRemovalPending() - Method in interface org.osgi.service.packageadmin.ExportedPackage
Returns true if the package associated with this ExportedPackage object has been exported by a bundle that has been updated or uninstalled.
isValid() - Method in interface org.osgi.service.wireadmin.Wire
Return the state of this Wire object.

J

J - Static variable in class org.osgi.util.measurement.Unit
The energy unit joule (J).
JiniDriver - interface org.osgi.service.jini.JiniDriver.
A basic interface for a Jini Driver.

K

K - Static variable in class org.osgi.util.measurement.Unit
The temperature unit kelvin (K)
kat - Static variable in class org.osgi.util.measurement.Unit
The catalytic activity unit katal (kat).
keys() - Method in interface org.osgi.service.prefs.Preferences
Returns all of the keys that have an associated value in this node.
kg - Static variable in class org.osgi.util.measurement.Unit
The mass unit kilogram (kg)

L

LOG_DEBUG - Static variable in interface org.osgi.service.log.LogService
A debugging message (Value 4).
LOG_ERROR - Static variable in interface org.osgi.service.log.LogService
An error message (Value 1).
LOG_INFO - Static variable in interface org.osgi.service.log.LogService
An informational message (Value 3).
LOG_WARNING - Static variable in interface org.osgi.service.log.LogService
A warning message (Value 2).
LONG - Static variable in interface org.osgi.service.metatype.AttributeDefinition
The LONG(2) type.
LUS_EXPORT_GROUPS - Static variable in interface org.osgi.service.jini.JiniDriver
Optional service property, which should contain a string array of the LUS groups that are of interest to the OSGi service.
LogEntry - interface org.osgi.service.log.LogEntry.
Provides methods to access the information contained in an individual Log Service log entry.
LogListener - interface org.osgi.service.log.LogListener.
Subscribes to LogEntry objects from the LogReaderService.
LogReaderService - interface org.osgi.service.log.LogReaderService.
Provides methods to retrieve LogEntry objects from the log.
LogService - interface org.osgi.service.log.LogService.
Provides methods for bundles to write messages to the log.
listConfigurations(String) - Method in interface org.osgi.service.cm.ConfigurationAdmin
List the current Configuration objects which match the filter.
loadDriver(String) - Method in interface org.osgi.service.device.DriverLocator
Get an InputStream from which the driver bundle providing a driver with the giving DRIVER_ID can be installed.
log(int, String) - Method in interface org.osgi.service.log.LogService
Logs a message.
log(int, String, Throwable) - Method in interface org.osgi.service.log.LogService
Logs a message with an exception.
log(ServiceReference, int, String) - Method in interface org.osgi.service.log.LogService
Logs a message associated with a specific ServiceReference object.
log(ServiceReference, int, String, Throwable) - Method in interface org.osgi.service.log.LogService
Logs a message with an exception associated and a ServiceReference object.
logged(LogEntry) - Method in interface org.osgi.service.log.LogListener
Listener method called for each LogEntry object created.
lx - Static variable in class org.osgi.util.measurement.Unit
The illuminance unit lux (lx).

M

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_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
Return value from Driver.match(org.osgi.framework.ServiceReference) indicating that the driver cannot refine the device presented to it by the device manager.
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.
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_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 - Static variable in class org.osgi.framework.ServiceEvent
The properties of a registered service have been modified.
ManagedService - interface org.osgi.service.cm.ManagedService.
A service that can receive configuration data from a Configuration Admin service.
ManagedServiceFactory - interface org.osgi.service.cm.ManagedServiceFactory.
Manage multiple service instances.
Match - interface org.osgi.service.device.Match.
Instances of Match are used in the DriverSelector.select(org.osgi.framework.ServiceReference, org.osgi.service.device.Match[]) method to identify Driver services matching a Device service.
Measurement - class org.osgi.util.measurement.Measurement.
Represents a value with an error, a unit and a time-stamp.
Measurement(double, double, Unit, long) - Constructor for class org.osgi.util.measurement.Measurement
Create a new Measurement object.
Measurement(double, double, Unit) - Constructor for class org.osgi.util.measurement.Measurement
Create a new Measurement object with a time of zero.
Measurement(double, Unit) - Constructor for class org.osgi.util.measurement.Measurement
Create a new Measurement object with an error of 0.0 and a time of zero.
Measurement(double) - Constructor for class org.osgi.util.measurement.Measurement
Create a new Measurement object with an error of 0.0, a unit of Unit.unity and a time of zero.
MetaTypeProvider - interface org.osgi.service.metatype.MetaTypeProvider.
Provides access to metatypes.
m - Static variable in class org.osgi.util.measurement.Unit
The length unit meter (m)
m2 - Static variable in class org.osgi.util.measurement.Unit
The area unit square meter(m2)
m3 - Static variable in class org.osgi.util.measurement.Unit
The volume unit cubic meter (m3)
m_s - Static variable in class org.osgi.util.measurement.Unit
The speed unit meter per second (m/s)
m_s2 - Static variable in class org.osgi.util.measurement.Unit
The acceleration unit meter per second squared (m/s2)
match(ServiceReference) - Method in interface org.osgi.framework.Filter
Filter using a service's properties.
match(Dictionary) - Method in interface org.osgi.framework.Filter
Filter using a Dictionary object.
match(ServiceReference) - Method in interface org.osgi.service.device.Driver
Checks whether this Driver service can be attached to the Device service.
modifiedService(ServiceReference, Object) - Method in class org.osgi.util.tracker.ServiceTracker
Default implementation of the ServiceTrackerCustomizer.modifiedService method.
modifiedService(ServiceReference, Object) - Method in interface org.osgi.util.tracker.ServiceTrackerCustomizer
A service tracked by the ServiceTracker object has been modified.
modifyConfiguration(ServiceReference, Dictionary) - 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.
mol - Static variable in class org.osgi.util.measurement.Unit
The amount of substance unit mole (mol)
mul(Measurement) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the product of this object multiplied by the specified object.
mul(double, Unit) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the product of this object multiplied by the specified value.
mul(double) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the product of this object multiplied by the specified value.

N

N - Static variable in class org.osgi.util.measurement.Unit
The force unit newton (N).
NamespaceException - exception org.osgi.service.http.NamespaceException.
A NamespaceException is thrown to indicate an error with the caller's request to register a servlet or resources into the URI namespace of the Http Service.
NamespaceException(String) - Constructor for class org.osgi.service.http.NamespaceException
Construct a NamespaceException object with a detail message.
NamespaceException(String, Throwable) - Constructor for class org.osgi.service.http.NamespaceException
Construct a NamespaceException object with a detail message and a nested exception.
name() - Method in interface org.osgi.service.prefs.Preferences
Returns this node's name, relative to its parent.
newPermissionCollection() - Method in class org.osgi.framework.AdminPermission
Returns a new PermissionCollection object suitable for storing AdminPermissions.
newPermissionCollection() - Method in class org.osgi.framework.PackagePermission
Returns a new PermissionCollection object suitable for storing PackagePermission objects.
newPermissionCollection() - Method in class org.osgi.framework.ServicePermission
Returns a new PermissionCollection object for storing ServicePermission objects.
newPermissionCollection() - Method in class org.osgi.service.useradmin.UserAdminPermission
Returns a new PermissionCollection object for storing UserAdminPermission objects.
newPermissionCollection() - Method in class org.osgi.service.wireadmin.WirePermission
Returns a new PermissionCollection object for storing WirePermission objects.
noDriverFound() - Method in interface org.osgi.service.device.Device
Indicates to this Device object that the device manager has failed to attach any drivers to it.
node(String) - Method in interface org.osgi.service.prefs.Preferences
Returns a named Preferences object (node), creating it and any of its ancestors if they do not already exist.
nodeExists(String) - Method in interface org.osgi.service.prefs.Preferences
Returns true if the named node exists.
notifyUPnPEvent(String, String, Dictionary) - Method in interface org.osgi.service.upnp.UPnPEventListener
Callback method that is invoked for received events.

O

OBJECTCLASS - Static variable in interface org.osgi.framework.Constants
Service property (named "objectClass") identifying all of the class names under which a service was registered in the Framework (of type java.lang.String[]).
OPTIONAL - Static variable in interface org.osgi.service.metatype.ObjectClassDefinition
Argument for getAttributeDefinitions(int).
ObjectClassDefinition - interface org.osgi.service.metatype.ObjectClassDefinition.
Description for the data type information of an objectclass.
Ohm - Static variable in class org.osgi.util.measurement.Unit
The electric resistance unit ohm.
open(String) - Method in interface org.osgi.service.io.ConnectorService
Create and open a Connection object for the specified name.
open(String, int) - Method in interface org.osgi.service.io.ConnectorService
Create and open a Connection object for the specified name and access mode.
open(String, int, boolean) - Method in interface org.osgi.service.io.ConnectorService
Create and open a Connection object for the specified name, access mode and timeouts.
open() - Method in class org.osgi.util.tracker.ServiceTracker
Open this ServiceTracker object and begin tracking services.
openConnection(URL) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
 
openConnection(URL) - Method in interface org.osgi.service.url.URLStreamHandlerService
 
openDataInputStream(String) - Method in interface org.osgi.service.io.ConnectorService
Create and open a DataInputStream object for the specified name.
openDataOutputStream(String) - Method in interface org.osgi.service.io.ConnectorService
Create and open a DataOutputStream object for the specified name.
openInputStream(String) - Method in interface org.osgi.service.io.ConnectorService
Create and open an InputStream object for the specified name.
openOutputStream(String) - Method in interface org.osgi.service.io.ConnectorService
Create and open an OutputStream object for the specified name.
org.osgi.framework - package org.osgi.framework
 
org.osgi.service.cm - package org.osgi.service.cm
 
org.osgi.service.device - package org.osgi.service.device
 
org.osgi.service.http - package org.osgi.service.http
 
org.osgi.service.io - package org.osgi.service.io
 
org.osgi.service.jini - package org.osgi.service.jini
 
org.osgi.service.log - package org.osgi.service.log
 
org.osgi.service.metatype - package org.osgi.service.metatype
 
org.osgi.service.packageadmin - package org.osgi.service.packageadmin
 
org.osgi.service.permissionadmin - package org.osgi.service.permissionadmin
 
org.osgi.service.prefs - package org.osgi.service.prefs
 
org.osgi.service.provisioning - package org.osgi.service.provisioning
 
org.osgi.service.startlevel - package org.osgi.service.startlevel
 
org.osgi.service.upnp - package org.osgi.service.upnp
 
org.osgi.service.url - package org.osgi.service.url
 
org.osgi.service.useradmin - package org.osgi.service.useradmin
 
org.osgi.service.wireadmin - package org.osgi.service.wireadmin
 
org.osgi.util.measurement - package org.osgi.util.measurement
 
org.osgi.util.position - package org.osgi.util.position
 
org.osgi.util.tracker - package org.osgi.util.tracker
 
org.osgi.util.xml - package org.osgi.util.xml
 

P

PACKAGES_REFRESHED - Static variable in class org.osgi.framework.FrameworkEvent
A PackageAdmin.refreshPackage operation has completed.
PACKAGE_SPECIFICATION_VERSION - Static variable in interface org.osgi.framework.Constants
Manifest header attribute (named "specification-version") identifying the version of a package specified in the Export-Package or Import-Package Manifest header.
PARENT_UDN - Static variable in interface org.osgi.service.upnp.UPnPDevice
The property key that must be set for all embedded devices.
PARSER_NAMESPACEAWARE - Static variable in class org.osgi.util.xml.XMLParserActivator
Service property specifying if factory is configured to support namespace aware parsers.
PARSER_VALIDATING - Static variable in class org.osgi.util.xml.XMLParserActivator
Service property specifying if factory is configured to support validating parsers.
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: value is "produce".
PRODUCER_EXCEPTION - Static variable in class org.osgi.service.wireadmin.WireAdminEvent
A Producer service method has thrown an exception.
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 esatblish 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.
Pa - Static variable in class org.osgi.util.measurement.Unit
The pressure unit pascal (Pa).
PackageAdmin - interface org.osgi.service.packageadmin.PackageAdmin.
Framework service which allows bundle programmers to inspect the packages exported in the Framework and eagerly update or uninstall bundles.
PackagePermission - class org.osgi.framework.PackagePermission.
A bundle's authority to import or export a package.
PackagePermission(String, String) - Constructor for class org.osgi.framework.PackagePermission
Defines the authority to import and/or export a package within the OSGi environment.
PermissionAdmin - interface org.osgi.service.permissionadmin.PermissionAdmin.
The Permission Admin service allows management agents to manage the permissions of bundles.
PermissionInfo - class org.osgi.service.permissionadmin.PermissionInfo.
Permission representation used by the Permission Admin service.
PermissionInfo(String, String, String) - Constructor for class org.osgi.service.permissionadmin.PermissionInfo
Constructs a PermissionInfo from the given type, name, and actions.
PermissionInfo(String) - Constructor for class org.osgi.service.permissionadmin.PermissionInfo
Constructs a PermissionInfo object from the given encoded PermissionInfo string.
Position - class org.osgi.util.position.Position.
Position represents a geographic location, based on the WGS84 System (World Geodetic System 1984).
Position(Measurement, Measurement, Measurement, Measurement, Measurement) - Constructor for class org.osgi.util.position.Position
Contructs a Position object with the given values.
Preferences - interface org.osgi.service.prefs.Preferences.
A node in a hierarchical collection of preference data.
PreferencesService - interface org.osgi.service.prefs.PreferencesService.
The Preferences Service.
Producer - interface org.osgi.service.wireadmin.Producer.
Data Producer, a service that can generate values to be used by Consumer services.
ProvisioningService - interface org.osgi.service.provisioning.ProvisioningService.
Service for managing the initial provisioning information.
parent() - Method in interface org.osgi.service.prefs.Preferences
Returns the parent of this node, or null if this is the root.
parseURL(URLStreamHandlerSetter, URL, String, int, int) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
Parse a URL using the URLStreamHandlerSetter object.
parseURL(URLStreamHandlerSetter, URL, String, int, int) - Method in interface org.osgi.service.url.URLStreamHandlerService
Parse a URL.
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.
producersConnected(Wire[]) - Method in interface org.osgi.service.wireadmin.Consumer
Update the list of Wire objects to which this Consumer service is connected.
put(String, String) - Method in interface org.osgi.service.prefs.Preferences
Associates the specified value with the specified key in this node.
putBoolean(String, boolean) - Method in interface org.osgi.service.prefs.Preferences
Associates a String object representing the specified boolean value with the specified key in this node.
putByteArray(String, byte[]) - Method in interface org.osgi.service.prefs.Preferences
Associates a String object representing the specified byte[] with the specified key in this node.
putDouble(String, double) - Method in interface org.osgi.service.prefs.Preferences
Associates a String object representing the specified double value with the specified key in this node.
putFloat(String, float) - Method in interface org.osgi.service.prefs.Preferences
Associates a String object representing the specified float value with the specified key in this node.
putInt(String, int) - Method in interface org.osgi.service.prefs.Preferences
Associates a String object representing the specified int value with the specified key in this node.
putLong(String, long) - Method in interface org.osgi.service.prefs.Preferences
Associates a String object representing the specified long value with the specified key in this node.

R

READ - Static variable in interface org.osgi.service.io.ConnectorService
Read access mode.
READ_WRITE - Static variable in interface org.osgi.service.io.ConnectorService
Read/Write access mode.
REGISTER - Static variable in class org.osgi.framework.ServicePermission
The action string register (Value is "register").
REGISTERED - Static variable in class org.osgi.framework.ServiceEvent
This service has been registered.
REMOTE_USER - Static variable in interface org.osgi.service.http.HttpContext
HttpServletRequest attribute specifying the name of the authenticated user.
REQUIRED - Static variable in interface org.osgi.service.metatype.ObjectClassDefinition
Argument for getAttributeDefinitions(int).
RESOLVED - Static variable in interface org.osgi.framework.Bundle
This bundle is resolved and is able to be started.
ROLE - Static variable in interface org.osgi.service.useradmin.Role
The type of a predefined role.
ROLE_CHANGED - Static variable in class org.osgi.service.useradmin.UserAdminEvent
A Role object has been modified.
ROLE_CREATED - Static variable in class org.osgi.service.useradmin.UserAdminEvent
A Role object has been created.
ROLE_REMOVED - Static variable in class org.osgi.service.useradmin.UserAdminEvent
A Role object has been removed.
Role - interface org.osgi.service.useradmin.Role.
The base interface for Role objects managed by the User Admin service.
rad - Static variable in class org.osgi.util.measurement.Unit
The angle unit radians (rad)
realHandler - Variable in class org.osgi.service.url.AbstractURLStreamHandlerService
The URLStreamHandlerSetter object passed to the parseURL method.
refreshPackages(Bundle[]) - Method in interface org.osgi.service.packageadmin.PackageAdmin
Forces the update (replacement) or removal of packages exported by the specified bundles.
registerResources(String, String, HttpContext) - Method in interface org.osgi.service.http.HttpService
Registers resources into the URI namespace.
registerService(String[], Object, Dictionary) - Method in interface org.osgi.framework.BundleContext
Registers the specified service object with the specified properties under the specified class names into the Framework.
registerService(String, Object, Dictionary) - Method in interface org.osgi.framework.BundleContext
Registers the specified service object with the specified properties under the specified class name with the Framework.
registerServlet(String, Servlet, Dictionary, HttpContext) - Method in interface org.osgi.service.http.HttpService
Registers a servlet into the URI namespace.
remove(String) - Method in interface org.osgi.service.prefs.Preferences
Removes the value associated with the specified key in this node, if any.
remove(ServiceReference) - Method in class org.osgi.util.tracker.ServiceTracker
Remove a service from this ServiceTracker object.
removeBundleListener(BundleListener) - Method in interface org.osgi.framework.BundleContext
Removes the specified BundleListener object from this context bundle's list of listeners.
removeFrameworkListener(FrameworkListener) - Method in interface org.osgi.framework.BundleContext
Removes the specified FrameworkListener object from this context bundle's list of listeners.
removeLogListener(LogListener) - Method in interface org.osgi.service.log.LogReaderService
Unsubscribes to LogEntry objects.
removeMember(Role) - Method in interface org.osgi.service.useradmin.Group
Removes the specified Role object from this Group object.
removeNode() - Method in interface org.osgi.service.prefs.Preferences
Removes this node and all of its descendants, invalidating any properties contained in the removed nodes.
removeRole(String) - Method in interface org.osgi.service.useradmin.UserAdmin
Removes the Role object with the given name from this User Admin service.
removeServiceListener(ServiceListener) - Method in interface org.osgi.framework.BundleContext
Removes the specified ServiceListener object from this context bundle's list of listeners.
removedService(ServiceReference, Object) - Method in class org.osgi.util.tracker.ServiceTracker
Default implementation of the ServiceTrackerCustomizer.removedService method.
removedService(ServiceReference, Object) - Method in interface org.osgi.util.tracker.ServiceTrackerCustomizer
A service tracked by the ServiceTracker object has been removed.
roleChanged(UserAdminEvent) - Method in interface org.osgi.service.useradmin.UserAdminListener
Receives notification that a Role object has been created, removed, or modified.

S

S - Static variable in class org.osgi.util.measurement.Unit
The electric conductance unit siemens (S).
SAXCLASSFILE - Static variable in class org.osgi.util.xml.XMLParserActivator
Fully qualified path name of SAX Parser Factory Class Name file
SAXFACTORYNAME - Static variable in class org.osgi.util.xml.XMLParserActivator
Filename containing the SAX Parser Factory Class name.
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.
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_BUNDLELOCATION - Static variable in interface org.osgi.service.cm.ConfigurationAdmin
Service property naming the location of the bundle that is associated with a a Configuration object.
SERVICE_DESCRIPTION - Static variable in interface org.osgi.framework.Constants
Service property (named "service.description") identifying a service's description.
SERVICE_FACTORYPID - Static variable in interface org.osgi.service.cm.ConfigurationAdmin
Service property naming the Factory PID in the configuration dictionary.
SERVICE_ID - Static variable in interface org.osgi.framework.Constants
Service property (named "service.id") identifying a service's registration number (of type java.lang.Long).
SERVICE_ID - Static variable in interface org.osgi.service.jini.JiniDriver
Optional service property, which should contain a string representation of the Jini service ID.
SERVICE_PID - Static variable in interface org.osgi.framework.Constants
Service property (named "service.pid") identifying a service's persistent identifier.
SERVICE_RANKING - Static variable in interface org.osgi.framework.Constants
Service property (named "service.ranking") identifying a service's ranking number (of type java.lang.Integer).
SERVICE_VENDOR - Static variable in interface org.osgi.framework.Constants
Service property (named "service.vendor") identifying a service's vendor.
SHORT - Static variable in interface org.osgi.service.metatype.AttributeDefinition
The SHORT(4) type.
STARTED - Static variable in class org.osgi.framework.BundleEvent
This bundle has been started.
STARTED - Static variable in class org.osgi.framework.FrameworkEvent
The Framework has started.
STARTING - Static variable in interface org.osgi.framework.Bundle
This bundle is in the process of starting.
STARTLEVEL_CHANGED - Static variable in class org.osgi.framework.FrameworkEvent
A StartLevel.setStartLevel operation has completed.
STOPPED - Static variable in class org.osgi.framework.BundleEvent
This bundle has been stopped.
STOPPING - Static variable in interface org.osgi.framework.Bundle
This bundle is in the process of stopping.
STRING - Static variable in interface org.osgi.service.metatype.AttributeDefinition
The STRING(1) type.
SYSTEM_BUNDLE_LOCATION - Static variable in interface org.osgi.framework.Constants
Location identifier of the OSGi system bundle, which is defined to be "System Bundle".
ServiceEvent - class org.osgi.framework.ServiceEvent.
A service lifecycle change event.
ServiceEvent(int, ServiceReference) - Constructor for class org.osgi.framework.ServiceEvent
Creates a new service event object.
ServiceFactory - interface org.osgi.framework.ServiceFactory.
Allows services to provide customized service objects in the OSGi environment.
ServiceListener - interface org.osgi.framework.ServiceListener.
A ServiceEvent listener.
ServicePermission - class org.osgi.framework.ServicePermission.
Indicates a bundle's authority to register or get a service.
ServicePermission(String, String) - Constructor for class org.osgi.framework.ServicePermission
Create a new ServicePermission.
ServiceReference - interface org.osgi.framework.ServiceReference.
A reference to a service.
ServiceRegistration - interface org.osgi.framework.ServiceRegistration.
A registered service.
ServiceTracker - class org.osgi.util.tracker.ServiceTracker.
The ServiceTracker class simplifies using services from the Framework's service registry.
ServiceTracker(BundleContext, ServiceReference, ServiceTrackerCustomizer) - Constructor for class org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker object on the specified ServiceReference object.
ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) - Constructor for class org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker object on the specified class name.
ServiceTracker(BundleContext, Filter, ServiceTrackerCustomizer) - Constructor for class org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker object on the specified Filter object.
ServiceTrackerCustomizer - interface org.osgi.util.tracker.ServiceTrackerCustomizer.
The ServiceTrackerCustomizer interface allows a ServiceTracker object to customize the service objects that are tracked.
StartLevel - interface org.osgi.service.startlevel.StartLevel.
The StartLevel service allows management agents to manage a start level assigned to each bundle and the active start level of the Framework.
State - class org.osgi.util.measurement.State.
Groups a state name, value and timestamp.
State(int, String, long) - Constructor for class org.osgi.util.measurement.State
Create a new State object.
State(int, String) - Constructor for class org.osgi.util.measurement.State
Create a new State object with a time of 0.
SynchronousBundleListener - interface org.osgi.framework.SynchronousBundleListener.
A synchronous BundleEvent listener.
s - Static variable in class org.osgi.util.measurement.Unit
The time unit second (s)
sameFile(URL, URL) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.sameFile.
sameFile(URL, URL) - Method in interface org.osgi.service.url.URLStreamHandlerService
 
select(ServiceReference, Match[]) - Method in interface org.osgi.service.device.DriverSelector
Select one of the matching Driver services.
sendsEvents() - Method in interface org.osgi.service.upnp.UPnPStateVariable
Tells if this StateVariable can be used as an event source.
serviceChanged(ServiceEvent) - Method in interface org.osgi.framework.ServiceListener
Receives notification that a service has had a lifecycle change.
setBundleLocation(String) - Method in interface org.osgi.service.cm.Configuration
Bind this Configuration object to the specified bundle location.
setBundleStartLevel(Bundle, int) - Method in interface org.osgi.service.startlevel.StartLevel
Assign a start level value to the specified Bundle.
setDOMProperties(DocumentBuilderFactory, Hashtable) - Method in class org.osgi.util.xml.XMLParserActivator
Set the customizable DOM Parser Service Properties.
setDefaultPermissions(PermissionInfo[]) - Method in interface org.osgi.service.permissionadmin.PermissionAdmin
Sets the default permissions.
setInformation(Dictionary) - Method in interface org.osgi.service.provisioning.ProvisioningService
Replaces the Provisioning Information dictionary with the key/value pairs contained in info.
setInitialBundleStartLevel(int) - Method in interface org.osgi.service.startlevel.StartLevel
Set the initial start level value that is assigned to a Bundle when it is first installed.
setPermissions(String, PermissionInfo[]) - Method in interface org.osgi.service.permissionadmin.PermissionAdmin
Assigns the specified permissions to the bundle with the specified location.
setProperties(Dictionary) - Method in interface org.osgi.framework.ServiceRegistration
Updates the properties associated with a service.
setSAXProperties(SAXParserFactory, Hashtable) - Method in class org.osgi.util.xml.XMLParserActivator
Set the customizable SAX Parser Service Properties.
setServiceTemplates(ServiceTemplate[]) - Method in interface org.osgi.service.jini.JiniDriver
The Jini Driver is defined as a Service Factory.
setStartLevel(int) - Method in interface org.osgi.service.startlevel.StartLevel
Modify the active start level of the Framework.
setURL(URL, String, String, int, String, String) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
Deprecated. This method is only for compatibility with handlers written for JDK 1.1.
setURL(URL, String, String, int, String, String, String, String, String) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
This method calls realHandler.setURL(URL,String,String,int,String,String,String,String).
setURL(URL, String, String, int, String, String) - Method in interface org.osgi.service.url.URLStreamHandlerSetter
Deprecated. This method is only for compatibility with handlers written for JDK 1.1.
setURL(URL, String, String, int, String, String, String, String, String) - Method in interface org.osgi.service.url.URLStreamHandlerSetter
 
size() - Method in class org.osgi.util.tracker.ServiceTracker
Return the number of services being tracked by this ServiceTracker object.
start() - Method in interface org.osgi.framework.Bundle
Starts this bundle.
start(BundleContext) - Method in interface org.osgi.framework.BundleActivator
Called when this bundle is started so the Framework can perform the bundle-specific activities necessary to start this bundle.
start(BundleContext) - Method in class org.osgi.util.xml.XMLParserActivator
Called when this bundle is started so the Framework can perform the bundle-specific activities necessary to start this bundle.
stop() - Method in interface org.osgi.framework.Bundle
Stops this bundle.
stop(BundleContext) - Method in interface org.osgi.framework.BundleActivator
Called when this bundle is stopped so the Framework can perform the bundle-specific activities necessary to stop the bundle.
stop(BundleContext) - Method in class org.osgi.util.xml.XMLParserActivator
This method has nothing to do as all open service registrations will automatically get unregistered when the bundle stops.
sub(Measurement) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the subtraction of the specified object from this object.
sub(double, Unit) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the subtraction of the specified value from this object.
sub(double) - Method in class org.osgi.util.measurement.Measurement
Returns a new Measurement object that is the subtraction of the specified value from this object.
sync() - Method in interface org.osgi.service.prefs.Preferences
Ensures that future reads from this node and its descendants reflect any changes that were committed to the persistent store (from any VM) prior to the sync invocation.

T

T - Static variable in class org.osgi.util.measurement.Unit
The magnetic flux density unit tesla (T).
TYPE - Static variable in interface org.osgi.service.upnp.UPnPDevice
Property key for the UPnP Device Type property.
TYPE - Static variable in interface org.osgi.service.upnp.UPnPService
Property key for the optional service type uri.
TYPE_BIN_BASE64 - Static variable in interface org.osgi.service.upnp.UPnPStateVariable
MIME-style Base64 encoded binary BLOB.
TYPE_BIN_HEX - Static variable in interface org.osgi.service.upnp.UPnPStateVariable
Hexadecimal digits representing octets.
TYPE_BOOLEAN - Static variable in interface org.osgi.service.upnp.UPnPStateVariable
True or false.
TYPE_CHAR - Static variable in interface org.osgi.service.upnp.UPnPStateVariable
Unicode string.
TYPE_DATE - Static variable in interface org.osgi.service.upnp.UPnPStateVariable
A calendar date.
TYPE_DATETIME - Static variable in interface org.osgi.service.upnp.UPnPStateVariable
A specific instant of time.
TYPE_DATETIME_TZ - Static variable in interface org.osgi.service.upnp.UPnPStateVariable
A specific instant of time.
TYPE_FIXED_14_4 - Static variable in interface org.osgi.service.upnp.UPnPStateVariable
Same as r8 but no more than 14 digits to the left of the decimal point and no more than 4 to the right.
TYPE_FLOAT - Static variable in interface org.osgi.service.upnp.UPnPStateVariable
Floating-point number.
TYPE_I1 - Static variable in interface org.osgi.service.upnp.UPnPStateVariable
1 Byte int.
TYPE_I2 - Static variable in interface org.osgi.service.upnp.UPnPStateVariable
2 Byte int.
TYPE_I4 - Static variable in interface org.osgi.service.upnp.UPnPStateVariable
4 Byte int.
TYPE_INT - Static variable in interface org.osgi.service.upnp.UPnPStateVariable
Integer number.
TYPE_NUMBER - Static variable in interface org.osgi.service.upnp.UPnPStateVariable
Same as r8.
TYPE_R4 - Static variable in interface org.osgi.service.upnp.UPnPStateVariable
4 Byte float.
TYPE_R8 - Static variable in interface org.osgi.service.upnp.UPnPStateVariable
8 Byte float.
TYPE_STRING - Static variable in interface org.osgi.service.upnp.UPnPStateVariable
Unicode string.
TYPE_TIME - Static variable in interface org.osgi.service.upnp.UPnPStateVariable
An instant of time that recurs every day.
TYPE_TIME_TZ - Static variable in interface org.osgi.service.upnp.UPnPStateVariable
An instant of time that recurs every day.
TYPE_UI1 - Static variable in interface org.osgi.service.upnp.UPnPStateVariable
Unsigned 1 Byte int.
TYPE_UI2 - Static variable in interface org.osgi.service.upnp.UPnPStateVariable
Unsigned 2 Byte int.
TYPE_UI4 - Static variable in interface org.osgi.service.upnp.UPnPStateVariable
Unsigned 4 Byte int.
TYPE_URI - Static variable in interface org.osgi.service.upnp.UPnPStateVariable
Universal Resource Identifier.
TYPE_UUID - Static variable in interface org.osgi.service.upnp.UPnPStateVariable
Universally Unique ID.
toExternalForm(URL) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.toExternalForm.
toExternalForm(URL) - Method in interface org.osgi.service.url.URLStreamHandlerService
 
toString() - Method in interface org.osgi.framework.Filter
Returns this Filter object's filter string.
toString() - Method in class org.osgi.service.permissionadmin.PermissionInfo
Returns the string representation of this PermissionInfo.
toString() - Method in class org.osgi.service.useradmin.UserAdminPermission
Returns a string describing this UserAdminPermission object.
toString() - Method in class org.osgi.service.wireadmin.WirePermission
Returns a string describing this WirePermission.
toString() - Method in class org.osgi.util.measurement.Measurement
Returns a String object representing this Measurement object.
toString() - Method in class org.osgi.util.measurement.State
Returns a String object representing this object.
toString() - Method in class org.osgi.util.measurement.Unit
Returns a String object representing the Unit

U

UDN - Static variable in interface org.osgi.service.upnp.UPnPDevice
Property key for the Unique Device Name (UDN) property.
UNINSTALLED - Static variable in interface org.osgi.framework.Bundle
This bundle is uninstalled and may not be used.
UNINSTALLED - Static variable in class org.osgi.framework.BundleEvent
This bundle has been uninstalled.
UNREGISTERING - Static variable in class org.osgi.framework.ServiceEvent
This service is in the process of being unregistered.
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.
UPDATED - Static variable in class org.osgi.framework.BundleEvent
This bundle has been updated.
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 org.osgi.service.upnp.UPnPAction.
A UPnP action.
UPnPDevice - interface org.osgi.service.upnp.UPnPDevice.
Represents a UPnP device.
UPnPEventListener - interface org.osgi.service.upnp.UPnPEventListener.
UPnP Events are mapped and delivered to applications according to the OSGi whiteboard model.
UPnPIcon - interface org.osgi.service.upnp.UPnPIcon.
A UPnP icon representation.
UPnPService - interface org.osgi.service.upnp.UPnPService.
A representation of a UPnP Service.
UPnPStateVariable - interface org.osgi.service.upnp.UPnPStateVariable.
The meta-information of a UPnP state variable as declared in the device's service state table (SST).
URLConstants - interface org.osgi.service.url.URLConstants.
Defines standard names for property keys associated with URLStreamHandlerService and java.net.ContentHandler services.
URLStreamHandlerService - interface org.osgi.service.url.URLStreamHandlerService.
Service interface with public versions of the protected java.net.URLStreamHandler methods.
URLStreamHandlerSetter - interface org.osgi.service.url.URLStreamHandlerSetter.
Interface used by URLStreamHandlerService objects to call the setURL method on the proxy URLStreamHandler object.
URL_CONTENT_MIMETYPE - Static variable in interface org.osgi.service.url.URLConstants
Service property naming the MIME types serviced by a java.net.ContentHandler.
URL_HANDLER_PROTOCOL - Static variable in interface org.osgi.service.url.URLConstants
Service property naming the protocols serviced by a URLStreamHandlerService.
USER - Static variable in interface org.osgi.service.useradmin.Role
The type of a Userrole.
Unit - class org.osgi.util.measurement.Unit.
A unit system for measurements.
User - interface org.osgi.service.useradmin.User.
A User role managed by a User Admin service.
UserAdmin - interface org.osgi.service.useradmin.UserAdmin.
This interface is used to manage a database of named Role objects, which can be used for authentication and authorization purposes.
UserAdminEvent - class org.osgi.service.useradmin.UserAdminEvent.
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 org.osgi.service.useradmin.UserAdminListener.
Listener for UserAdminEvents.
UserAdminPermission - class org.osgi.service.useradmin.UserAdminPermission.
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.
ungetService(ServiceReference) - Method in interface org.osgi.framework.BundleContext
Releases the service object referenced by the specified ServiceReference object.
ungetService(Bundle, ServiceRegistration, Object) - Method in interface org.osgi.framework.ServiceFactory
Releases a service object.
ungetService(Bundle, ServiceRegistration, Object) - Method in class org.osgi.util.xml.XMLParserActivator
Releases a XML Parser Factory object.
uninstall() - Method in interface org.osgi.framework.Bundle
Uninstalls this bundle.
unity - Static variable in class org.osgi.util.measurement.Unit
No Unit (Unity)
unregister() - Method in interface org.osgi.framework.ServiceRegistration
Unregisters a service.
unregister(String) - Method in interface org.osgi.service.http.HttpService
Unregisters a previous registration done by registerServlet or registerResources methods.
update() - Method in interface org.osgi.framework.Bundle
Updates this bundle.
update(InputStream) - Method in interface org.osgi.framework.Bundle
Updates this bundle from an InputStream.
update(Dictionary) - 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.
updateWire(Wire, Dictionary) - Method in interface org.osgi.service.wireadmin.WireAdmin
Update the properties of a Wire object.
updated(Dictionary) - Method in interface org.osgi.service.cm.ManagedService
Update the configuration for a Managed Service.
updated(String, Dictionary) - Method in interface org.osgi.service.cm.ManagedServiceFactory
Create a new instance, or update the configuration of an existing instance.
updated(Wire, Object) - Method in interface org.osgi.service.wireadmin.Consumer
Update the value.

V

V - Static variable in class org.osgi.util.measurement.Unit
The electric potential difference unit volt (V).
validate(String) - Method in interface org.osgi.service.metatype.AttributeDefinition
Validate an attribute in String form.

W

W - Static variable in class org.osgi.util.measurement.Unit
The power unit watt (W).
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.
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.
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.
WRITE - Static variable in interface org.osgi.service.io.ConnectorService
Write access mode.
Wb - Static variable in class org.osgi.util.measurement.Unit
The magnetic flux unit weber (Wb).
Wire - interface org.osgi.service.wireadmin.Wire.
A connection between a Producer service and a Consumer service.
WireAdmin - interface org.osgi.service.wireadmin.WireAdmin.
Wire Administration service.
WireAdminEvent - class org.osgi.service.wireadmin.WireAdminEvent.
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.
WireAdminListener - interface org.osgi.service.wireadmin.WireAdminListener.
Listener for Wire Admin Events.
WireConstants - interface org.osgi.service.wireadmin.WireConstants.
Defines standard names for Wire properties, wire filter attributes, Consumer and Producer service properties.
WirePermission - class org.osgi.service.wireadmin.WirePermission.
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.
waitForService(long) - Method in class org.osgi.util.tracker.ServiceTracker
Wait for at least one service to be tracked by this ServiceTracker object.
wireAdminEvent(WireAdminEvent) - Method in interface org.osgi.service.wireadmin.WireAdminListener
Receives notification of a broadcast WireAdminEvent object.

X

XMLParserActivator - class org.osgi.util.xml.XMLParserActivator.
A BundleActivator class that allows any JAXP compliant XML Parser to register itself as an OSGi parser service.
XMLParserActivator() - Constructor for class org.osgi.util.xml.XMLParserActivator
 

A B C D E F G H I J K L M N O P R S T U V W X
OSGi™ Service Platform
Release 3

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