public static interface ServiceTracker.ServiceListener
Modifier and Type | Method and Description |
---|---|
void |
onServiceMatched(ServiceRef serviceRef)
Called when a service matches the criteria.
|
void |
onServiceStoppedMatching(ServiceRef serviceRef)
Called when a service that was previously passed to a
onServiceMatched(org.opennms.netmgt.dao.api.ServiceRef) call
no longer matches the criteria |
void onServiceMatched(ServiceRef serviceRef)
serviceRef
- service referencevoid onServiceStoppedMatching(ServiceRef serviceRef)
onServiceMatched(org.opennms.netmgt.dao.api.ServiceRef)
call
no longer matches the criteriaserviceRef
- service referenceCopyright © 2020. All rights reserved.