Tuscany Assembly Model

org.apache.tuscany.model.assembly
Interface ContextFactoryHolder

All Known Subinterfaces:
AtomicComponent, Component<I>, CompositeComponent<I>, EntryPoint, ExternalService, ModuleComponent, Part
All Known Implementing Classes:
AtomicComponentImpl, ComponentImpl, EntryPointImpl, ExternalServiceImpl, ModuleComponentImpl, PartImpl

public interface ContextFactoryHolder

A model object that can hold a runtime context factory object.


Method Summary
 java.lang.Object getContextFactory()
          Returns the context factory
 void setContextFactory(java.lang.Object contextFactory)
          Sets the context factory
 

Method Detail

setContextFactory

void setContextFactory(java.lang.Object contextFactory)
Sets the context factory


getContextFactory

java.lang.Object getContextFactory()
Returns the context factory


Tuscany Assembly Model

-