Class ServiceUtils.CloseableService<T>

java.lang.Object
io.openems.common.utils.ServiceUtils.CloseableService<T>
All Implemented Interfaces:
AutoCloseable
Enclosing class:
ServiceUtils

public static class ServiceUtils.CloseableService<T> extends Object implements AutoCloseable
  • Constructor Details

    • CloseableService

      public CloseableService(org.osgi.framework.BundleContext bundleContext, Class<T> clazz, String filter) throws org.osgi.framework.InvalidSyntaxException
      Throws:
      org.osgi.framework.InvalidSyntaxException
  • Method Details