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
 Object ExternalServiceContext.getHandler()
          Returns the handler responsible for flowing a request through the external service
 Object EntryPointContext.getHandler()
          Returns the handler responsible for flowing a request through the entry point
 Object Context.getInstance(QualifiedName qName)
          Returns the instance associated with the requested name, which may be in a atomic or composite form.
 Object ScopeContext.getInstance(QualifiedName qName)
           
 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
 Object EntryPointContextImpl.getHandler()
           
 Object ExternalServiceContextImpl.getHandler()
           
 Object EntryPointContextImpl.getInstance(QualifiedName qName)
           
 Object ExternalServiceContextImpl.getInstance(QualifiedName qName)
           
 Object AbstractCompositeContext.getInstance(QualifiedName qName)
           
 

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

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

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

Methods in org.apache.tuscany.core.runtime that throw TargetException
 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()
           
 Object SystemEntryPointContext.getHandler()
           
 Object SystemExternalServiceContext.getHandler()
           
 Object SystemEntryPointContext.getInstance(QualifiedName qName)
           
 Object SystemAtomicContext.getInstance(QualifiedName qName)
           
 Object SystemExternalServiceContext.getInstance(QualifiedName qName)
           
 Object SystemAtomicContext.getTargetInstance()
           
 void SystemAtomicContext.init()
           
 


Tuscany Core

-