Class Registry<T>
- java.lang.Object
-
- org.apache.aries.jax.rs.whiteboard.internal.Registry<T>
-
- All Implemented Interfaces:
AutoCloseable
public class Registry<T> extends Object implements AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description Registry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()org.apache.aries.component.dsl.OSGi<T>registerService(T service, Map<String,?> properties)org.apache.aries.component.dsl.OSGi<T>waitForService(String filterString)
-
-
-
Method Detail
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable
-
-