Tuscany Core

org.apache.tuscany.core.context.scope
Class DefaultScopeStrategy

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

public class DefaultScopeStrategy
extends AbstractScopeStrategy

Implements a ScopeStrategy for the default module scopes: stateless, request, session, and module.

Version:
$Rev: 392332 $ $Date: 2006-04-07 12:42:46 -0400 (Fri, 07 Apr 2006) $

Field Summary
 
Fields inherited from interface org.apache.tuscany.core.context.ScopeStrategy
SCOPE_NOT_FOUND
 
Constructor Summary
DefaultScopeStrategy()
           
 
Method Summary
 java.util.Map<org.apache.tuscany.model.assembly.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

DefaultScopeStrategy

public DefaultScopeStrategy()
Method Detail

getScopeContexts

public java.util.Map<org.apache.tuscany.model.assembly.Scope,ScopeContext> getScopeContexts(EventContext eventContext)
Description copied from interface: ScopeStrategy
Creates and returns new instances of configured scope containers


Tuscany Core

-