Apache Tuscany SCA Kernel Sub-Project

Uses of Class
org.apache.tuscany.spi.component.TargetException

Packages that use TargetException
org.apache.tuscany.spi.component   
org.apache.tuscany.spi.extension   
org.apache.tuscany.spi.wire   
 

Uses of TargetException in org.apache.tuscany.spi.component
 

Subclasses of TargetException in org.apache.tuscany.spi.component
 class AutowireResolutionException
          Denotes an exception while resolving an automatic wire
 class IllegalTargetException
          Thrown when a target for an operation is not of the required type
 class TargetNotFoundException
          Thrown when a target of an operation cannot be found
 

Methods in org.apache.tuscany.spi.component that throw TargetException
 void AtomicComponent.destroy(Object instance)
          Notifies the given instance of a destroy event
 WireInvocationHandler Service.getHandler()
          Returns the handler responsible for flowing a request through the service
 WireInvocationHandler Reference.getHandler()
          Returns the handler responsible for flowing a request through the reference
 Object ScopeContainer.getInstance(AtomicComponent component)
          Returns an instance associated with the current component
 Object SCAObject.getServiceInstance()
          Returns an instance associated with the default service
 Object Component.getServiceInstance(String name)
          Returns a service associated with the given name
 Object CompositeComponent.getSystemServiceInstance(String name)
          Returns a system service associated with the given name
 Object SystemAtomicComponent.getTargetInstance()
          Returns the target instance associated with the component.
 void AtomicComponent.init(Object instance)
          Notifies the given instance of an initialization event
 

Uses of TargetException in org.apache.tuscany.spi.extension
 

Methods in org.apache.tuscany.spi.extension that throw TargetException
 void AtomicComponentExtension.destroy(Object instance)
           
 WireInvocationHandler ReferenceExtension.getHandler()
           
 Object SystemAtomicComponentExtension.getServiceInstance()
           
 Object ServiceExtension.getServiceInstance()
           
 Object ReferenceExtension.getServiceInstance()
           
 Object CompositeComponentExtension.getServiceInstance()
           
 Object SystemAtomicComponentExtension.getServiceInstance(String name)
           
 Object CompositeComponentExtension.getServiceInstance(String name)
           
 Object CompositeComponentExtension.getSystemServiceInstance(String name)
           
 void AtomicComponentExtension.init(Object instance)
           
 

Uses of TargetException in org.apache.tuscany.spi.wire
 

Methods in org.apache.tuscany.spi.wire that throw TargetException
 Object RuntimeWire.getTargetService()
          Returns the non-proxied target instance for this wire
 


Apache Tuscany SCA Kernel Sub-Project

-