org.cogchar.bind.rk.behavior
Class ServiceChannelExtender

java.lang.Object
  extended by org.robokind.api.common.property.PropertyChangeNotifier
      extended by org.robokind.api.common.osgi.ServiceClassListener<ChannelBindingConfig>
          extended by org.cogchar.bind.rk.behavior.ServiceChannelExtender
All Implemented Interfaces:
EventListener, org.osgi.framework.ServiceListener, org.robokind.api.common.property.PropertyChangeSource

public class ServiceChannelExtender
extends org.robokind.api.common.osgi.ServiceClassListener<ChannelBindingConfig>

Author:
Matthew Stevenson

Field Summary
 
Fields inherited from class org.robokind.api.common.osgi.ServiceClassListener
PROP_SERVICE_ADDED, PROP_SERVICE_REMOVED
 
Constructor Summary
ServiceChannelExtender(org.osgi.framework.BundleContext context, String bindingConfigOSGiFilter, Properties bindingRegistrationProps)
           
 
Method Summary
protected  void addService(ChannelBindingConfig cbc)
           
protected  void removeService(ChannelBindingConfig cbc)
           
 
Methods inherited from class org.robokind.api.common.osgi.ServiceClassListener
getServiceReferences, getTopService, serviceChanged, start, stop
 
Methods inherited from class org.robokind.api.common.property.PropertyChangeNotifier
addPropertyChangeListener, addPropertyChangeListener, clearAllListeners, clearListeners, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeListeners, getPropertyChangeListeners, hasListeners, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceChannelExtender

public ServiceChannelExtender(org.osgi.framework.BundleContext context,
                              String bindingConfigOSGiFilter,
                              Properties bindingRegistrationProps)
Method Detail

addService

protected void addService(ChannelBindingConfig cbc)
Overrides:
addService in class org.robokind.api.common.osgi.ServiceClassListener<ChannelBindingConfig>

removeService

protected void removeService(ChannelBindingConfig cbc)
Overrides:
removeService in class org.robokind.api.common.osgi.ServiceClassListener<ChannelBindingConfig>


Copyright © 2010-2013. All Rights Reserved.