|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Dictionary
fr.imag.adele.bundle.util.impl.ServiceReferenceDelegate
| Constructor Summary | |
ServiceReferenceDelegate(org.osgi.framework.ServiceReference serviceReference)
|
|
| Method Summary | |
java.util.Enumeration |
elements()
This method is unused by the filter checker |
java.lang.Object |
get(java.lang.Object key)
This method is the only one used by the filter checker |
boolean |
isEmpty()
This method is unused by the filter checker |
java.util.Enumeration |
keys()
This method is unused by the filter checker |
java.lang.Object |
put(java.lang.Object arg0,
java.lang.Object arg1)
This method is unused by the filter checker |
java.lang.Object |
remove(java.lang.Object arg0)
This method is unused by the filter checker |
int |
size()
This method is unused by the filter checker |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ServiceReferenceDelegate(org.osgi.framework.ServiceReference serviceReference)
| Method Detail |
public int size()
Dictionary.size()public boolean isEmpty()
Dictionary.isEmpty()public java.util.Enumeration elements()
Dictionary.elements()public java.util.Enumeration keys()
Dictionary.keys()public java.lang.Object get(java.lang.Object key)
Dictionary.get(java.lang.Object)public java.lang.Object remove(java.lang.Object arg0)
Dictionary.remove(java.lang.Object)
public java.lang.Object put(java.lang.Object arg0,
java.lang.Object arg1)
Dictionary.put(java.lang.Object, java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||