|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.eventadmin.impl.handler.CleanBlackList
public class CleanBlackList
This class implements a BlackList that removes references to unregistered services automatically.
BlackList
Constructor Summary | |
---|---|
CleanBlackList()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CleanBlackList()
Method Detail |
---|
public void add(org.osgi.framework.ServiceReference ref)
add
in interface BlackList
ref
- The reference of the service that is blacklistedBlackList.add(org.osgi.framework.ServiceReference)
public boolean contains(org.osgi.framework.ServiceReference ref)
contains
in interface BlackList
ref
- The reference of the service
BlackList.contains(org.osgi.framework.ServiceReference)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |