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

org.eclipse.cosmos.dc.common.spi
Interface InboundContext

All Known Implementing Classes:
InboundDataContext

public interface InboundContext


Field Summary
static java.lang.String NAMESPACE
           
 
Method Summary
 void activate()
           
 void deactivate()
           
 IDataSourceService getRootSource()
           
 void setRootSource(IDataSourceService rootSource)
           
 

Field Detail

NAMESPACE

static final java.lang.String NAMESPACE
See Also:
Constant Field Values
Method Detail

setRootSource

void setRootSource(IDataSourceService rootSource)

getRootSource

IDataSourceService getRootSource()

activate

void activate()
              throws java.lang.Exception
Throws:
java.lang.Exception

deactivate

void deactivate()
                throws java.lang.Exception
Throws:
java.lang.Exception

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