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

D

DATA_STORE_FAILURE - Static variable in class info.dmtree.DmtException
An error related to the recipient data store occurred while processing the request.
DAY_OF_MONTH - Static variable in interface org.osgi.service.application.ScheduledApplication
The name of the day of month attribute of a virtual timer event.
DAY_OF_WEEK - Static variable in interface org.osgi.service.application.ScheduledApplication
The name of the day of week attribute of a virtual timer event.
DELETE - Static variable in class info.dmtree.Acl
Principals holding this permission can issue DELETE commands on the node having this ACL.
DELETE - Static variable in class info.dmtree.security.DmtPermission
Holders of DmtPermission with the Delete action present can delete nodes from the DMT, that is they are authorized to execute the deleteNode() method of the DmtSession.
DELETED - Static variable in interface info.dmtree.DmtEvent
Event type indicating nodes that were deleted.
DEVICE_CATEGORY - Static variable in interface org.osgi.service.device.Constants
Property (named "DEVICE_CATEGORY") containing a human readable description of the device categories implemented by a device.
DEVICE_CATEGORY - Static variable in interface org.osgi.service.upnp.UPnPDevice
Constant for the value of the service property DEVICE_CATEGORY used for all UPnP devices.
DEVICE_DESCRIPTION - Static variable in interface org.osgi.service.device.Constants
Property (named "DEVICE_DESCRIPTION") containing a human readable string describing the actual hardware device.
DEVICE_INTERNAL_ERROR - Static variable in class org.osgi.service.upnp.UPnPException
The invoked action failed during execution.
DEVICE_SERIAL - Static variable in interface org.osgi.service.device.Constants
Property (named "DEVICE_SERIAL") specifying a device's serial number.
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.
DYNAMIC - Static variable in interface info.dmtree.MetaNode
Constant for representing a dynamic node in the tree.
DYNAMICIMPORT_PACKAGE - Static variable in interface org.osgi.framework.Constants
Manifest header (named "DynamicImport-Package") identifying the packages that the bundle may dynamically import during execution.
DataPlugin - interface info.dmtree.spi.DataPlugin.
An implementation of this interface takes the responsibility of handling data requests in a subtree of the DMT.
DeploymentAdmin - interface org.osgi.service.deploymentadmin.DeploymentAdmin.
This is the interface of the Deployment Admin service.
DeploymentAdminPermission - class org.osgi.service.deploymentadmin.DeploymentAdminPermission.
DeploymentAdminPermission controls access to the Deployment Admin service.
DeploymentAdminPermission(String, String) - Constructor for class org.osgi.service.deploymentadmin.DeploymentAdminPermission
Creates a new DeploymentAdminPermission object for the given name and action.
DeploymentCustomizerPermission - class org.osgi.service.deploymentadmin.spi.DeploymentCustomizerPermission.
The DeploymentCustomizerPermission permission gives the right to Resource Processors to access a bundle's (residing in a Deployment Package) private area.
DeploymentCustomizerPermission(String, String) - Constructor for class org.osgi.service.deploymentadmin.spi.DeploymentCustomizerPermission
Creates a new DeploymentCustomizerPermission object for the given name and action.
DeploymentException - exception org.osgi.service.deploymentadmin.DeploymentException.
Checked exception received when something fails during any deployment processes.
DeploymentException(int, String, Throwable) - Constructor for class org.osgi.service.deploymentadmin.DeploymentException
Create an instance of the exception.
DeploymentException(int, String) - Constructor for class org.osgi.service.deploymentadmin.DeploymentException
Create an instance of the exception.
DeploymentException(int) - Constructor for class org.osgi.service.deploymentadmin.DeploymentException
Create an instance of the exception.
DeploymentPackage - interface org.osgi.service.deploymentadmin.DeploymentPackage.
The DeploymentPackage object represents a deployment package (already installed or being currently processed).
DeploymentSession - interface org.osgi.service.deploymentadmin.spi.DeploymentSession.
The session interface represents a currently running deployment session (install/update/uninstall).
Device - interface org.osgi.service.device.Device.
Interface for identifying device services.
DmtAdmin - interface info.dmtree.DmtAdmin.
An interface providing methods to open sessions and register listeners.
DmtData - class info.dmtree.DmtData.
An immutable data structure representing the contents of a leaf or interior node.
DmtData(String) - Constructor for class info.dmtree.DmtData
Create a DmtData instance of chr format with the given string value.
DmtData(Object) - Constructor for class info.dmtree.DmtData
Create a DmtData instance of node format with the given object value.
DmtData(String, int) - Constructor for class info.dmtree.DmtData
Create a DmtData instance of the specified format and set its value based on the given string.
DmtData(int) - Constructor for class info.dmtree.DmtData
Create a DmtData instance of int format and set its value.
DmtData(float) - Constructor for class info.dmtree.DmtData
Create a DmtData instance of float format and set its value.
DmtData(boolean) - Constructor for class info.dmtree.DmtData
Create a DmtData instance of bool format and set its value.
DmtData(byte[]) - Constructor for class info.dmtree.DmtData
Create a DmtData instance of bin format and set its value.
DmtData(byte[], boolean) - Constructor for class info.dmtree.DmtData
Create a DmtData instance of bin or b64 format and set its value.
DmtData(String, String) - Constructor for class info.dmtree.DmtData
Create a DmtData instance in DmtData.FORMAT_RAW_STRING format.
DmtData(String, byte[]) - Constructor for class info.dmtree.DmtData
Create a DmtData instance in DmtData.FORMAT_RAW_BINARY format.
DmtEvent - interface info.dmtree.DmtEvent.
Event class storing the details of a change in the tree.
DmtEventListener - interface info.dmtree.DmtEventListener.
Registered implementations of this class are notified via DmtEvent objects about important changes in the tree.
DmtException - exception info.dmtree.DmtException.
Checked exception received when a DMT operation fails.
DmtException(String, int, String) - Constructor for class info.dmtree.DmtException
Create an instance of the exception.
DmtException(String, int, String, Throwable) - Constructor for class info.dmtree.DmtException
Create an instance of the exception, specifying the cause exception.
DmtException(String, int, String, Vector, boolean) - Constructor for class info.dmtree.DmtException
Create an instance of the exception, specifying the list of cause exceptions and whether the exception is a fatal one.
DmtException(String[], int, String) - Constructor for class info.dmtree.DmtException
Create an instance of the exception, specifying the target node as an array of path segments.
DmtException(String[], int, String, Throwable) - Constructor for class info.dmtree.DmtException
Create an instance of the exception, specifying the target node as an array of path segments, and specifying the cause exception.
DmtException(String[], int, String, Vector, boolean) - Constructor for class info.dmtree.DmtException
Create an instance of the exception, specifying the target node as an array of path segments, the list of cause exceptions, and whether the exception is a fatal one.
DmtIllegalStateException - exception info.dmtree.DmtIllegalStateException.
Unchecked illegal state exception.
DmtIllegalStateException() - Constructor for class info.dmtree.DmtIllegalStateException
Create an instance of the exception with no message.
DmtIllegalStateException(String) - Constructor for class info.dmtree.DmtIllegalStateException
Create an instance of the exception with the specified message.
DmtIllegalStateException(Throwable) - Constructor for class info.dmtree.DmtIllegalStateException
Create an instance of the exception with the specified cause exception and no message.
DmtIllegalStateException(String, Throwable) - Constructor for class info.dmtree.DmtIllegalStateException
Create an instance of the exception with the specified message and cause exception.
DmtPermission - class info.dmtree.security.DmtPermission.
Controls access to management objects in the Device Management Tree (DMT).
DmtPermission(String, String) - Constructor for class info.dmtree.security.DmtPermission
Creates a new DmtPermission object for the specified DMT URI with the specified actions.
DmtPrincipalPermission - class info.dmtree.security.DmtPrincipalPermission.
Indicates the callers authority to create DMT sessions on behalf of a remote management server.
DmtPrincipalPermission(String) - Constructor for class info.dmtree.security.DmtPrincipalPermission
Creates a new DmtPrincipalPermission object with its name set to the target string.
DmtPrincipalPermission(String, String) - Constructor for class info.dmtree.security.DmtPrincipalPermission
Creates a new DmtPrincipalPermission object using the 'canonical' two argument constructor.
DmtServiceFactory - class info.dmtree.registry.DmtServiceFactory.
This class is the central access point for Device Management services.
DmtSession - interface info.dmtree.DmtSession.
DmtSession provides concurrent access to the DMT.
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.
delete() - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionInfo
Removes this Conditional Permission Info from the Conditional Permission Admin.
deleteNode(String) - Method in interface info.dmtree.DmtSession
Delete the given node.
deleteNode(String[]) - Method in interface info.dmtree.spi.ReadWriteDataSession
Delete the given node.
deletePermission(String, int) - Method in class info.dmtree.Acl
Create a new Acl instance from this Acl with the given permission revoked from the given principal.
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.
destroy() - Method in class org.osgi.service.application.ApplicationHandle
The application instance's lifecycle state can be influenced by this method.
destroySpecific() - Method in class org.osgi.service.application.ApplicationHandle
Called by the destroy() method to perform application model specific steps to stop and destroy an application instance safely.
disableComponent(String) - Method in interface org.osgi.service.component.ComponentContext
Disables the specified component name.
dispose() - Method in interface org.osgi.service.component.ComponentInstance
Dispose of the component configuration for this component 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.
dropAllResources() - Method in interface org.osgi.service.deploymentadmin.spi.ResourceProcessor
This method is called during an "uninstall" deployment session.
dropped(String) - Method in interface org.osgi.service.deploymentadmin.spi.ResourceProcessor
Called when a resource, associated with a particular resource processor, had belonged to an earlier version of a deployment package but is not present in the current version of the deployment package.

OSGi™ Service Platform
Release 4 Version 4.1
A B C D E F G H I J K L M N O P R S T U V W X Y
Copyright © OSGi Alliance (2000, 2007). All Rights Reserved. Licensed under the OSGi Specification License, Version 1.0