- ManagedService - Interface in org.osgi.service.cm
-
A service that can receive configuration data from a Configuration Admin
service.
- ManagedServiceFactory - Interface in org.osgi.service.cm
-
Manage multiple service instances.
- map(Function<? super T, ? extends R>) - Method in interface org.osgi.util.promise.Promise
-
Map the value of this Promise.
- MapEntry - Interface in org.osgi.service.blueprint.reflect
-
Metadata for a map entry.
- MapMetadata - Interface in org.osgi.service.blueprint.reflect
-
Metadata for a Map based value.
- matches(Filter) - Method in class org.osgi.service.event.Event
-
Tests this event's properties against the given filter using a case
sensitive match.
- matches(String) - Method in class org.osgi.service.remoteserviceadmin.EndpointDescription
-
Tests the properties of this EndpointDescription
against the
given filter using a case insensitive match.
- mediate(T, Class<T>) - Method in interface org.osgi.service.async.Async
-
Create a mediator for the specified object.
- mediate(ServiceReference<? extends T>, Class<T>) - Method in interface org.osgi.service.async.Async
-
Create a mediator for the specified service.
- MEMBERS - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
-
- MEMBERS_ITEM - Static variable in interface org.osgi.jmx.service.useradmin.UserAdminMBean
-
The item containing the members of a group.
- MESSAGE - Static variable in interface org.osgi.service.event.EventConstants
-
A human-readable message that is usually not localized.
- Metadata - Interface in org.osgi.service.blueprint.reflect
-
Top level Metadata type.
- METADATA - Static variable in class org.osgi.service.subsystem.SubsystemPermission
-
The action string metadata
.
- METATYPE_CAPABILITY_NAME - Static variable in interface org.osgi.service.metatype.MetaTypeService
-
Capability name for meta type document processors.
- METATYPE_DOCUMENTS_LOCATION - Static variable in interface org.osgi.service.metatype.MetaTypeService
-
Location of meta type documents.
- METATYPE_FACTORY_PID - Static variable in interface org.osgi.service.metatype.MetaTypeProvider
-
Service property to signal that this service has
ObjectClassDefinition
objects for the given factory PIDs.
- METATYPE_PID - Static variable in interface org.osgi.service.metatype.MetaTypeProvider
-
- MetaTypeInformation - Interface in org.osgi.service.metatype
-
A MetaType Information object is created by the MetaTypeService to return
meta type information for a specific bundle.
- MetaTypeProvider - Interface in org.osgi.service.metatype
-
Provides access to metatypes.
- MetaTypeService - Interface in org.osgi.service.metatype
-
The MetaType Service can be used to obtain meta type information for a
bundle.
- MIME_BUNDLE - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
MIME type to be stored in the extra field of a ZipEntry
object
for an installable bundle file.
- MIME_BUNDLE_ALT - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
Alternative MIME type to be stored in the extra field of a
ZipEntry
object for an installable bundle file.
- MIME_BUNDLE_URL - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
MIME type to be stored in the extra field of a ZipEntry for a String that
represents a URL for a bundle.
- MIME_BYTE_ARRAY - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
MIME type to be stored in the extra field of a ZipEntry
object
for byte[]
data.
- MIME_STRING - Static variable in interface org.osgi.service.provisioning.ProvisioningService
-
MIME type to be stored in the extra field of a ZipEntry
object
for String data.
- Modified - Annotation Type in org.osgi.service.component.annotations
-
Identify the annotated method as the modified
method of a Service
Component.
- modified - Variable in class org.osgi.service.component.runtime.dto.ComponentDescriptionDTO
-
The name of the modified method.
- MODIFIED - Static variable in class org.osgi.service.remoteserviceadmin.EndpointEvent
-
The properties of an endpoint have been modified.
- MODIFIED_ENDMATCH - Static variable in class org.osgi.service.remoteserviceadmin.EndpointEvent
-
The properties of an endpoint have been modified and the new properties
no longer match the listener's filter.
- modifyConfiguration(ServiceReference<?>, Dictionary<String, Object>) - Method in interface org.osgi.service.cm.ConfigurationPlugin
-
View and possibly modify the a set of configuration properties before
they are sent to the Managed Service or the Managed Service Factory.