org.apache.tuscany.sca.core.scope
Class ConversationalScopeContainerFactory

java.lang.Object
  extended by org.apache.tuscany.sca.core.scope.ConversationalScopeContainerFactory
All Implemented Interfaces:
ScopeContainerFactory

public class ConversationalScopeContainerFactory
extends java.lang.Object
implements ScopeContainerFactory


Constructor Summary
ConversationalScopeContainerFactory(Store store)
           
 
Method Summary
 ScopeContainer createScopeContainer(RuntimeComponent component)
           
 Scope getScope()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversationalScopeContainerFactory

public ConversationalScopeContainerFactory(Store store)
Method Detail

createScopeContainer

public ScopeContainer createScopeContainer(RuntimeComponent component)
Specified by:
createScopeContainer in interface ScopeContainerFactory

getScope

public Scope getScope()
Specified by:
getScope in interface ScopeContainerFactory