org.apache.aries.blueprint.sample
Class BindingListener
java.lang.Object
org.apache.aries.blueprint.sample.BindingListener
public class BindingListener
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindingListener
public BindingListener()
getA
public InterfaceA getA()
getProps
public java.util.Map getProps()
getReference
public org.osgi.framework.ServiceReference getReference()
getList
public java.util.List getList()
setList
public void setList(java.util.List list)
init
public void init()
bind
public void bind(InterfaceA a,
java.util.Map props)
bind
public void bind(org.osgi.framework.ServiceReference ref)
unbind
public void unbind(InterfaceA a,
java.util.Map props)
unbind
public void unbind(org.osgi.framework.ServiceReference ref)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.