public class BindingListener extends Object
Constructor and Description |
---|
BindingListener() |
Modifier and Type | Method and Description |
---|---|
void |
bind(InterfaceA a,
Map props) |
void |
bind(org.osgi.framework.ServiceReference ref) |
InterfaceA |
getA() |
List |
getList() |
Map |
getProps() |
org.osgi.framework.ServiceReference |
getReference() |
void |
init() |
void |
setList(List list) |
void |
unbind(InterfaceA a,
Map props) |
void |
unbind(org.osgi.framework.ServiceReference ref) |
public InterfaceA getA()
public Map getProps()
public org.osgi.framework.ServiceReference getReference()
public List getList()
public void setList(List list)
public void init()
public void bind(InterfaceA a, Map props)
public void bind(org.osgi.framework.ServiceReference ref)
public void unbind(InterfaceA a, Map props)
public void unbind(org.osgi.framework.ServiceReference ref)
Copyright © 2012. All Rights Reserved.