Uses of Class
org.objectweb.dsrg.sofa.microarchitecture.DelegationChainException

Packages that use DelegationChainException
org.objectweb.dsrg.sofa.microarchitecture   
 

Uses of DelegationChainException in org.objectweb.dsrg.sofa.microarchitecture
 

Methods in org.objectweb.dsrg.sofa.microarchitecture that throw DelegationChainException
 java.lang.Object DelegationChainInstance.getEndpointProxy()
          Return proxy delegating calls to the endpoint of this chain.
 java.lang.Object DelegationChainInstance.getEntrypoint()
          Returns reference to the provided delegated interface of the first microcomponent (or endpoint object if no microcomponent is contained) in the delegation chain.
 DelegationChainInstance DelegationChainTemplate.newInstance(java.lang.Object endpoint)
          Creates new instance from this CollectionChain.
protected  void DelegationChain.testType(java.lang.Object obj)
          Tests passed object is instance of interface delegated by this delegation chain.