Tuscany Core

org.apache.tuscany.core.system.context
Class SystemScopeStrategy

java.lang.Object
  extended by org.apache.tuscany.core.context.scope.AbstractScopeStrategy
      extended by org.apache.tuscany.core.system.context.SystemScopeStrategy
All Implemented Interfaces:
ScopeStrategy

public class SystemScopeStrategy
extends AbstractScopeStrategy

Implements a ScopeStrategy for a system composite context with the following scopes:

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

Field Summary
 
Fields inherited from interface org.apache.tuscany.core.context.ScopeStrategy
SCOPE_NOT_FOUND
 
Constructor Summary
SystemScopeStrategy()
           
 
Method Summary
 Map<Scope,ScopeContext> getScopeContexts(EventContext eventContext)
          Creates and returns new instances of configured scope containers
 
Methods inherited from class org.apache.tuscany.core.context.scope.AbstractScopeStrategy
downScopeReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemScopeStrategy

public SystemScopeStrategy()
Method Detail

getScopeContexts

public Map<Scope,ScopeContext> getScopeContexts(EventContext eventContext)
Description copied from interface: ScopeStrategy
Creates and returns new instances of configured scope containers


Tuscany Core

-