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

M

MANDATORY_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
Manifest header directive (named "mandatory") identifying names of matching attributes which must be specified by matching Import-Package statements in the Export-Package manifest header.
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.
MESSAGE - Static variable in interface org.osgi.service.event.EventConstants
A human-readable message that is usually not localized.
METADATA - Static variable in class org.osgi.framework.AdminPermission
The action string metadata (Value is "metadata").
METADATA - Static variable in class org.osgi.service.deploymentadmin.DeploymentAdminPermission
Constant String to the "metadata" action.
METADATA_MISMATCH - Static variable in class info.dmtree.DmtException
Operation failed because of meta data restrictions.
METATYPE_DOCUMENTS_LOCATION - Static variable in interface org.osgi.service.metatype.MetaTypeService
Location of meta type documents.
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.
MINUTE - Static variable in interface org.osgi.service.application.ScheduledApplication
The name of the minute attribute of a virtual timer event.
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.
MONTH - Static variable in interface org.osgi.service.application.ScheduledApplication
The name of the month attribute of a virtual timer event.
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.
MetaNode - interface info.dmtree.MetaNode.
The MetaNode contains meta data as standardized by OMA DM but extends it (without breaking the compatibility) to provide for better DMT data quality in an environment where many software components manipulate this data.
MetaTypeInformation - interface org.osgi.service.metatype.MetaTypeInformation.
A MetaType Information object is created by the MetaTypeService to return meta type information for a specific bundle.
MetaTypeProvider - interface org.osgi.service.metatype.MetaTypeProvider.
Provides access to metatypes.
MetaTypeService - interface org.osgi.service.metatype.MetaTypeService.
The MetaType Service can be used to obtain meta type information for a bundle.
MonitorAdmin - interface org.osgi.service.monitor.MonitorAdmin.
The MonitorAdmin service is a singleton service that handles StatusVariable query requests and measurement job control requests.
MonitorListener - interface org.osgi.service.monitor.MonitorListener.
The MonitorListener is used by Monitorable services to send notifications when a StatusVariable value is changed.
MonitorPermission - class org.osgi.service.monitor.MonitorPermission.
Indicates the callers authority to publish, read or reset StatusVariables, to switch event sending on or off or to start monitoring jobs.
MonitorPermission(String, String) - Constructor for class org.osgi.service.monitor.MonitorPermission
Create a MonitorPermission object, specifying the target and actions.
Monitorable - interface org.osgi.service.monitor.Monitorable.
A Monitorable can provide information about itself in the form of StatusVariables.
MonitoringJob - interface org.osgi.service.monitor.MonitoringJob.
A Monitoring Job is a request for scheduled or event based notifications on update of a set of StatusVariables.
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(m 2 )
m3 - Static variable in class org.osgi.util.measurement.Unit
The volume unit cubic meter (m 3 )
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/s 2 )
mangle(String) - Static method in class info.dmtree.Uri
Returns a node name that is valid for the tree operation methods, based on the given node name.
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.
matchCase(Dictionary) - Method in interface org.osgi.framework.Filter
Filter with case sensitivity using a Dictionary object.
matchDNChain(String) - Method in class org.osgi.service.application.ApplicationDescriptor
This method verifies whether the specified pattern matches the Distinguished Names of any of the certificate chains used to authenticate this application.
matches(Filter) - Method in class org.osgi.service.event.Event
Tests this event's properties against the given filter.
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.

OSGi™ Service Platform
Release 4
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, 2006). All Rights Reserved. Licensed under the OSGi Specification License, Version 1.0