Interface MetaTypeInformation

  • All Superinterfaces:
    MetaTypeProvider

    public interface MetaTypeInformation
    extends MetaTypeProvider
    A MetaType Information object is created by the MetaTypeService to return meta type information for a specific bundle.
    Since:
    1.1
    Version:
    $Revision: 5673 $
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.osgi.framework.Bundle getBundle()
      Return the bundle for which this object provides meta type information.
      java.lang.String[] getFactoryPids()
      Return the Factory PIDs (for ManagedServiceFactories) for which ObjectClassDefinition information is available.
      java.lang.String[] getPids()
      Return the PIDs (for ManagedServices) for which ObjectClassDefinition information is available.
    • Method Detail

      • getPids

        java.lang.String[] getPids()
        Return the PIDs (for ManagedServices) for which ObjectClassDefinition information is available.
        Returns:
        Array of PIDs.
      • getFactoryPids

        java.lang.String[] getFactoryPids()
        Return the Factory PIDs (for ManagedServiceFactories) for which ObjectClassDefinition information is available.
        Returns:
        Array of Factory PIDs.
      • getBundle

        org.osgi.framework.Bundle getBundle()
        Return the bundle for which this object provides meta type information.
        Returns:
        Bundle for which this object provides meta type information.