org.apache.aries.blueprint.sample
Class BindingListener
java.lang.Object
org.apache.aries.blueprint.sample.BindingListener
public class BindingListener
- extends 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 Map getProps()
getReference
public org.osgi.framework.ServiceReference getReference()
getList
public List getList()
setList
public void setList(List list)
init
public void init()
bind
public void bind(InterfaceA a,
Map props)
bind
public void bind(org.osgi.framework.ServiceReference ref)
unbind
public void unbind(InterfaceA a,
Map props)
unbind
public void unbind(org.osgi.framework.ServiceReference ref)
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.