Tuscany Core

Uses of Class
org.apache.tuscany.core.context.ScopeRuntimeException

Packages that use ScopeRuntimeException
org.apache.tuscany.core.context   
org.apache.tuscany.core.context.scope   
 

Uses of ScopeRuntimeException in org.apache.tuscany.core.context
 

Subclasses of ScopeRuntimeException in org.apache.tuscany.core.context
 class ScopeInitializationException
          Denotes an initialization exception thrown by a scope container
 

Methods in org.apache.tuscany.core.context that throw ScopeRuntimeException
 void ScopeContext.removeContext(String name)
          Removes a context with the given name, determining the scope key from the thread context
 void ScopeContext.removeContextByKey(String name, Object key)
          Removes a context bound to the given name and scope key
 

Uses of ScopeRuntimeException in org.apache.tuscany.core.context.scope
 

Methods in org.apache.tuscany.core.context.scope that throw ScopeRuntimeException
 void CompositeScopeContext.removeContext(String ctxName)
           
 void CompositeScopeContext.removeContextByKey(String ctxName, Object key)
           
 void CompositeScopeContext.stop()
           
 


Tuscany Core

-