org.apache.aries.blueprint.sample
Class ListBindingListener
java.lang.Object
org.apache.aries.blueprint.sample.ListBindingListener
public class ListBindingListener
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListBindingListener
public ListBindingListener()
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.