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 Summary
ConstructorsConstructorDescriptionInternalManagerServiceFactory(String factoryPid, com.liferay.petra.function.UnsafeBiConsumer<String, Dictionary<String, ?>, org.osgi.service.cm.ConfigurationException> unsafeBiConsumer) -
Method Summary
-
Constructor Details
-
InternalManagerServiceFactory
public InternalManagerServiceFactory(String factoryPid, com.liferay.petra.function.UnsafeBiConsumer<String, Dictionary<String, ?>, org.osgi.service.cm.ConfigurationException> unsafeBiConsumer)
-
-
Method Details
-
deleted
- Specified by:
deletedin interfaceorg.osgi.service.cm.ManagedServiceFactory
-
getName
- Specified by:
getNamein interfaceorg.osgi.service.cm.ManagedServiceFactory
-
updated
public void updated(String pid, Dictionary<String, ?> properties) throws org.osgi.service.cm.ConfigurationException- Specified by:
updatedin interfaceorg.osgi.service.cm.ManagedServiceFactory- Throws:
org.osgi.service.cm.ConfigurationException
-