fr.imag.adele.bundle.util.impl
Class ServiceReferenceDelegate

java.lang.Object
  extended byjava.util.Dictionary
      extended byfr.imag.adele.bundle.util.impl.ServiceReferenceDelegate

public class ServiceReferenceDelegate
extends java.util.Dictionary


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

ServiceReferenceDelegate

public ServiceReferenceDelegate(org.osgi.framework.ServiceReference serviceReference)
Method Detail

size

public int size()
This method is unused by the filter checker

See Also:
Dictionary.size()

isEmpty

public boolean isEmpty()
This method is unused by the filter checker

See Also:
Dictionary.isEmpty()

elements

public java.util.Enumeration elements()
This method is unused by the filter checker

See Also:
Dictionary.elements()

keys

public java.util.Enumeration keys()
This method is unused by the filter checker

See Also:
Dictionary.keys()

get

public java.lang.Object get(java.lang.Object key)
This method is the only one used by the filter checker

See Also:
Dictionary.get(java.lang.Object)

remove

public java.lang.Object remove(java.lang.Object arg0)
This method is unused by the filter checker

See Also:
Dictionary.remove(java.lang.Object)

put

public java.lang.Object put(java.lang.Object arg0,
                            java.lang.Object arg1)
This method is unused by the filter checker

See Also:
Dictionary.put(java.lang.Object, java.lang.Object)