Tuscany Core

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

Packages that use TargetException
org.apache.tuscany.core.context   
org.apache.tuscany.core.context.impl   
org.apache.tuscany.core.context.scope   
org.apache.tuscany.core.runtime   
org.apache.tuscany.core.system.context   
 

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

Subclasses of TargetException in org.apache.tuscany.core.context
 class AutowireResolutionException
          Denotes an exception while resolving an automatic wire
 

Methods in org.apache.tuscany.core.context that throw TargetException
 void AtomicContext.destroy()
          Notifies the context of a destroy event
 java.lang.Object EntryPointContext.getHandler()
          Returns the handler responsible for flowing a request through the entry point
 java.lang.Object ExternalServiceContext.getHandler()
          Returns the handler responsible for flowing a request through the external service
 java.lang.Object Context.getInstance(QualifiedName qName)
          Returns the instance associated with the requested name, which may be in a atomic or composite form.
 java.lang.Object ScopeContext.getInstance(QualifiedName qName)
           
 java.lang.Object AtomicContext.getTargetInstance()
          Returns the target instance associated with the context.
 void AtomicContext.init()
          Notifies the context of an initialization event
 

Uses of TargetException in org.apache.tuscany.core.context.impl
 

Methods in org.apache.tuscany.core.context.impl that throw TargetException
 java.lang.Object EntryPointContextImpl.getHandler()
           
 java.lang.Object ExternalServiceContextImpl.getHandler()
           
 java.lang.Object AbstractCompositeContext.getInstance(QualifiedName qName)
           
 java.lang.Object EntryPointContextImpl.getInstance(QualifiedName qName)
           
 java.lang.Object ExternalServiceContextImpl.getInstance(QualifiedName qName)
           
 

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

Methods in org.apache.tuscany.core.context.scope that throw TargetException
 java.lang.Object AbstractScopeContext.getInstance(QualifiedName qName)
           
 java.lang.Object CompositeScopeContext.getInstance(QualifiedName qName)
           
 

Uses of TargetException in org.apache.tuscany.core.runtime
 

Methods in org.apache.tuscany.core.runtime that throw TargetException
 java.lang.Object RuntimeContextImpl.getInstance(QualifiedName qName)
           
 

Uses of TargetException in org.apache.tuscany.core.system.context
 

Methods in org.apache.tuscany.core.system.context that throw TargetException
 void SystemAtomicContext.destroy()
           
 java.lang.Object SystemEntryPointContext.getHandler()
           
 java.lang.Object SystemExternalServiceContext.getHandler()
           
 java.lang.Object SystemAtomicContext.getInstance(QualifiedName qName)
           
 java.lang.Object SystemEntryPointContext.getInstance(QualifiedName qName)
           
 java.lang.Object SystemExternalServiceContext.getInstance(QualifiedName qName)
           
 java.lang.Object SystemAtomicContext.getTargetInstance()
           
 void SystemAtomicContext.init()
           
 


Tuscany Core

-