- MANDATORY_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
-
Manifest header directive identifying names of matching attributes which
must be specified by matching Import-Package statements in the
Export-Package manifest header.
- MANIFEST_ERROR - Static variable in exception org.osgi.framework.BundleException
-
The bundle manifest was in error.
- match(ServiceReference<?>) - Method in interface org.osgi.framework.Filter
-
Filter using a service's properties.
- match(Dictionary<String, ?>) - Method in interface org.osgi.framework.Filter
-
Filter using a Dictionary
with case insensitive key lookup.
- matchCase(Dictionary<String, ?>) - Method in interface org.osgi.framework.Filter
-
Filter using a Dictionary
.
- matchDistinguishedNameChain(String, List<String>) - Static method in class org.osgi.framework.FrameworkUtil
-
Match a Distinguished Name (DN) chain against a pattern.
- matches(Map<String, ?>) - Method in interface org.osgi.framework.Filter
-
Filter using a Map
.
- matches(BundleCapability) - Method in interface org.osgi.framework.wiring.BundleRequirement
-
Returns whether the specified capability matches this requirement.
- METADATA - Static variable in class org.osgi.framework.AdminPermission
-
The action string metadata
.
- modified(WovenClass) - Method in interface org.osgi.framework.hooks.weaving.WovenClassListener
-
Receives notification that a
woven class
has completed
a state transition.
- MODIFIED - Static variable in class org.osgi.framework.ServiceEvent
-
The properties of a registered service have been modified.
- MODIFIED_ENDMATCH - Static variable in class org.osgi.framework.ServiceEvent
-
The properties of a registered service have been modified and the new
properties no longer match the listener's filter.
- modifiedBundle(Bundle, BundleEvent, T) - Method in class org.osgi.util.tracker.BundleTracker
-
Default implementation of the
BundleTrackerCustomizer.modifiedBundle
method.
- modifiedBundle(Bundle, BundleEvent, T) - Method in interface org.osgi.util.tracker.BundleTrackerCustomizer
-
A bundle tracked by the BundleTracker
has been modified.
- modifiedService(ServiceReference<S>, T) - Method in class org.osgi.util.tracker.ServiceTracker
-
Default implementation of the
ServiceTrackerCustomizer.modifiedService
method.
- modifiedService(ServiceReference<S>, T) - Method in interface org.osgi.util.tracker.ServiceTrackerCustomizer
-
A service tracked by the ServiceTracker
has been modified.