public class EndpointListenerManager extends java.lang.Object implements ServiceInterestListener
| Constructor and Description |
|---|
EndpointListenerManager(BundleContext bc,
TopologyManagerImport tmImport,
TopologyManagerExport tmExport) |
| Modifier and Type | Method and Description |
|---|---|
void |
addServiceInterest(java.lang.String filter) |
java.util.List<java.lang.String> |
copyFilters()
Create a copy of the current filter list
|
protected void |
extendScope(java.lang.String filter)
Extend the end-point event listener filter scope by the give nfilter
|
protected void |
reduceScope(java.lang.String filter)
Reduces the current end-point event listener scope by the given filter
|
void |
removeServiceInterest(java.lang.String filter) |
void |
start()
Start the end-point listener manager
|
void |
stop()
Stops the end-point listener manager
|
public EndpointListenerManager(BundleContext bc,
TopologyManagerImport tmImport,
TopologyManagerExport tmExport)
public void start()
public void stop()
public void addServiceInterest(java.lang.String filter)
addServiceInterest in interface ServiceInterestListenerpublic void removeServiceInterest(java.lang.String filter)
removeServiceInterest in interface ServiceInterestListenerpublic java.util.List<java.lang.String> copyFilters()
protected void extendScope(java.lang.String filter)
filter - the filter to add to the scopeprotected void reduceScope(java.lang.String filter)
filter - the filter ro be removed from the scopeData In Motion Consulting GmbH