Knopflerfish OSGi 1.3.3

org.knopflerfish.util.metatype
Interface PIDProvider

All Known Implementing Classes:
MTP

public interface PIDProvider

Interface which allows a service to provide sets of service and factory PID (Persistant ID) strings. This is used to allow a user interface or admin service to create new Configuration Management dictionaries.


Method Summary
 java.lang.String[] getFactoryPids()
          Get set of factory PIDs.
 java.lang.String[] getPids()
          Get set of service PIDs.
 

Method Detail

getPids

public java.lang.String[] getPids()
Get set of service PIDs.

Returns:
Set of String, wher each string is a possible service PID.

getFactoryPids

public java.lang.String[] getFactoryPids()
Get set of factory PIDs.

Returns:
Set of String, wher each string is a possible factory PID.

Knopflerfish OSGi 1.3.3