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