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

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

public class StatelessScopeContainerFactory
extends java.lang.Object
implements ScopeContainerFactory


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

StatelessScopeContainerFactory

public StatelessScopeContainerFactory()
Method Detail

createScopeContainer

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

getScope

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