org.apache.tuscany.core.context.scope
Class DefaultScopeStrategy
java.lang.Object
org.apache.tuscany.core.context.scope.AbstractScopeStrategy
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: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 2006) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultScopeStrategy
public DefaultScopeStrategy()
getScopeContexts
public Map<Scope,ScopeContext> getScopeContexts(EventContext eventContext)
- Description copied from interface:
ScopeStrategy
- Creates and returns new instances of configured scope containers
-