org.eclipse.cosmos.dc.common.spi
Interface InboundContext
- All Known Implementing Classes:
- InboundDataContext
public interface InboundContext
|
Field Summary |
static java.lang.String |
NAMESPACE
|
NAMESPACE
static final java.lang.String NAMESPACE
- See Also:
- Constant Field Values
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