COSMOS ${releaseVersion} data-collection Project
Public API Specification

org.eclipse.cosmos.dc.remote.wsdm.osgi
Class OSGiProviderRegistryHost

java.lang.Object
  extended by org.eclipse.cosmos.dc.remote.wsdm.registry.RemoteProviderRegistry
      extended by org.eclipse.cosmos.dc.remote.wsdm.osgi.OSGiProviderRegistryHost
All Implemented Interfaces:
ProviderRegistry

public class OSGiProviderRegistryHost
extends RemoteProviderRegistry


Field Summary
 
Fields inherited from interface org.eclipse.cosmos.dc.common.registry.ProviderRegistry
DATAFLOW_QNAME, DATASET_QNAME, DATASOURCE_QNAME, DATASOURCETYPE_QNAME, KEY_QNAME, KEYSET_QNAME, NAMESPACE
 
Constructor Summary
OSGiProviderRegistryHost()
           
 
Method Summary
protected  void activate(org.osgi.service.component.ComponentContext ctx)
           
protected  void deactivate(org.osgi.service.component.ComponentContext ctxt)
           
 
Methods inherited from class org.eclipse.cosmos.dc.remote.wsdm.registry.RemoteProviderRegistry
getAllDataFlows, getAllDataSets, getAllDataSources, getDataFlow, getDataSet, getDataSetsForFlow, getDataSetsForFlow, getDataSetsForSource, getDataSetsForSource, getDataSetsForSourceKeyset, getDataSource, getDataSourceType, getDimensionSet, getLatestDataSetForSourceKeyset, registerDataFlow, registerDataSet, registerDataSource, registerDataSourceType, registerDimensionSet, setRemoteEndpoint, updateDataSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSGiProviderRegistryHost

public OSGiProviderRegistryHost()
Method Detail

activate

protected void activate(org.osgi.service.component.ComponentContext ctx)

deactivate

protected void deactivate(org.osgi.service.component.ComponentContext ctxt)

COSMOS ${releaseVersion} data-collection Project
Public API Specification