Class ConfigurationTestUtil.InternalManagerServiceFactory

java.lang.Object
com.liferay.portal.configuration.test.util.ConfigurationTestUtil.InternalManagerServiceFactory
All Implemented Interfaces:
org.osgi.service.cm.ManagedServiceFactory
Enclosing class:
ConfigurationTestUtil

public static class ConfigurationTestUtil.InternalManagerServiceFactory extends Object implements org.osgi.service.cm.ManagedServiceFactory
  • Constructor Details

    • InternalManagerServiceFactory

      public InternalManagerServiceFactory(String factoryPid, com.liferay.petra.function.UnsafeBiConsumer<String,Dictionary<String,?>,org.osgi.service.cm.ConfigurationException> unsafeBiConsumer)
  • Method Details

    • deleted

      public void deleted(String pid)
      Specified by:
      deleted in interface org.osgi.service.cm.ManagedServiceFactory
    • getName

      public String getName()
      Specified by:
      getName in interface org.osgi.service.cm.ManagedServiceFactory
    • updated

      public void updated(String pid, Dictionary<String,?> properties) throws org.osgi.service.cm.ConfigurationException
      Specified by:
      updated in interface org.osgi.service.cm.ManagedServiceFactory
      Throws:
      org.osgi.service.cm.ConfigurationException