Tuscany Core

org.apache.tuscany.core.runtime
Class RuntimeScopeStrategy

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

public class RuntimeScopeStrategy
extends AbstractScopeStrategy

Implements a ScopeStrategy for a runtime context. Specifically, a runtime context has only one scope, Scope.AGGREGATE

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
RuntimeScopeStrategy()
           
 
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

RuntimeScopeStrategy

public RuntimeScopeStrategy()
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

-