Class ServiceReferenceFilteredPublisher
- java.lang.Object
-
- org.apache.aries.jax.rs.whiteboard.internal.ServiceReferenceFilteredPublisher
-
- All Implemented Interfaces:
AutoCloseable
public class ServiceReferenceFilteredPublisher extends Object implements AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description ServiceReferenceFilteredPublisher(org.apache.aries.component.dsl.Publisher<? super org.apache.aries.component.dsl.CachingServiceReference<?>> publisher, org.osgi.framework.Filter filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidpublishIfMatched(org.apache.aries.component.dsl.CachingServiceReference<?> serviceReference)voidretractIfMatched(org.apache.aries.component.dsl.CachingServiceReference<?> serviceReference)
-
-
-
Method Detail
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable
-
publishIfMatched
public void publishIfMatched(org.apache.aries.component.dsl.CachingServiceReference<?> serviceReference)
-
retractIfMatched
public void retractIfMatched(org.apache.aries.component.dsl.CachingServiceReference<?> serviceReference)
-
-