org.apache.aries.blueprint.sample
Class BindingListener

java.lang.Object
  extended by org.apache.aries.blueprint.sample.BindingListener

public class BindingListener
extends java.lang.Object


Constructor Summary
BindingListener()
           
 
Method Summary
 void bind(InterfaceA a, java.util.Map props)
           
 void bind(org.osgi.framework.ServiceReference ref)
           
 InterfaceA getA()
           
 java.util.List getList()
           
 java.util.Map getProps()
           
 org.osgi.framework.ServiceReference getReference()
           
 void init()
           
 void setList(java.util.List list)
           
 void unbind(InterfaceA a, java.util.Map props)
           
 void unbind(org.osgi.framework.ServiceReference ref)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingListener

public BindingListener()
Method Detail

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.