|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BlackList
This interface represents a simple set that allows to add service references and lookup whether a given reference is in the list. Note that implementations of this interface may do additional service reference life-cycle related clean-up actions like removing references that point to unregistered services.
Method Summary | |
---|---|
void |
add(org.osgi.framework.ServiceReference ref)
Add a service to this blacklist. |
boolean |
contains(org.osgi.framework.ServiceReference ref)
Lookup whether a given service is blacklisted. |
Method Detail |
---|
void add(org.osgi.framework.ServiceReference ref)
ref
- The reference of the service that is blacklistedboolean contains(org.osgi.framework.ServiceReference ref)
ref
- The reference of the service
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |