Tuscany Core

org.apache.tuscany.core.context
Interface ConfigurationContext

All Superinterfaces:
ContextFactoryBuilder, WireBuilder
All Known Subinterfaces:
RuntimeContext, SystemCompositeContext
All Known Implementing Classes:
AbstractCompositeContext, CompositeContextImpl, RuntimeContextImpl, SystemCompositeContextImpl

public interface ConfigurationContext
extends ContextFactoryBuilder, WireBuilder

Offers configuration services in the runtime. A ConfigurationContext is able to configure a model and then buildSource the runtime representation corresponding to that model in the live system.

Configuration contexts will typically be hierarchical, delegating to their parent after performing an operation. The parent ConfigurationContext will typically be injected into an implementation of this interface during registration.

Version:
$Rev: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 2006) $

Method Summary
 
Methods inherited from interface org.apache.tuscany.core.builder.ContextFactoryBuilder
build
 
Methods inherited from interface org.apache.tuscany.core.builder.WireBuilder
completeTargetChain, connect
 


Tuscany Core

-