?? MetaTypeInformation
- ??????:
MetaTypeProvider
A MetaType Information object is created by the MetaTypeService to return
meta type information for a specific bundle.
- ???????:
- 1.1
-
????
???????? org.osgi.service.metatype.MetaTypeProvider
METATYPE_FACTORY_PID, METATYPE_PID
-
????
??????????org.osgi.framework.Bundle
Return the bundle for which this object provides meta type information.String[]
Return the Factory PIDs (for ManagedServiceFactories) for which ObjectClassDefinition information is available.String[]
getPids()
Return the PIDs (for ManagedServices) for which ObjectClassDefinition information is available.???????? org.osgi.service.metatype.MetaTypeProvider
getLocales, getObjectClassDefinition
-
??????
-
getPids
String[] getPids()Return the PIDs (for ManagedServices) for which ObjectClassDefinition information is available.- ??:
- Array of PIDs.
-
getFactoryPids
String[] getFactoryPids()Return the Factory PIDs (for ManagedServiceFactories) for which ObjectClassDefinition information is available.- ??:
- Array of Factory PIDs.
-
getBundle
org.osgi.framework.Bundle getBundle()Return the bundle for which this object provides meta type information.- ??:
- Bundle for which this object provides meta type information.
-