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

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

public class CompositeScopeContainerFactory
extends java.lang.Object
implements ScopeContainerFactory


Constructor Summary
CompositeScopeContainerFactory()
           
 
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

CompositeScopeContainerFactory

public CompositeScopeContainerFactory()
Method Detail

createScopeContainer

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

getScope

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