org.apache.tuscany.core.context.scope
Class AbstractScopeStrategy
java.lang.Object
org.apache.tuscany.core.context.scope.AbstractScopeStrategy
- All Implemented Interfaces:
- ScopeStrategy
- Direct Known Subclasses:
- DefaultScopeStrategy, RuntimeScopeStrategy, SystemScopeStrategy
public abstract class AbstractScopeStrategy
- extends Object
- implements ScopeStrategy
Implements basic scope strategy functionality
- Version:
- $Rev: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 2006) $
Method Summary |
boolean |
downScopeReference(Scope pReferrer,
Scope pReferee)
Determines legal scope references according to standard SCA scope rules |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractScopeStrategy
public AbstractScopeStrategy()
downScopeReference
public boolean downScopeReference(Scope pReferrer,
Scope pReferee)
- Determines legal scope references according to standard SCA scope rules
- Specified by:
downScopeReference
in interface ScopeStrategy
- Parameters:
pReferrer
- the scope of the component making the referencepReferee
- the scope of the component being referred to
-