Uses of Class
org.objectweb.dsrg.sofa.SOFAException

Packages that use SOFAException
org.objectweb.dsrg.sofa.bootstrap   
org.objectweb.dsrg.sofa.deployment   
org.objectweb.dsrg.sofa.microarchitecture   
 

Uses of SOFAException in org.objectweb.dsrg.sofa.bootstrap
 

Methods in org.objectweb.dsrg.sofa.bootstrap that throw SOFAException
 SOFAMicroComponent InterceptorGenerator.generate(java.lang.Class iface, java.util.Map<java.lang.String,java.lang.String> parameters)
           
 SOFAMicroComponent FactoryInterceptorGenerator.generate(java.lang.Class iface, java.util.Map<java.lang.String,java.lang.String> parameters)
           
 java.lang.Object MILifecycleBase.getDelegatedProvided()
           
 java.lang.Object MIInComponentBase.getDelegatedProvided()
           
 java.lang.Object FactoryInterceptor.getDelegatedProvided()
           
 java.lang.Object MIComponentImpl.getDelegationChain(SOFAInterfaceType type, java.lang.String name)
           
 java.lang.Object MILifecycleBase.getProvided(java.lang.String name)
           
 java.lang.Object MILifecycleImpl.getProvided(java.lang.String name)
           
 java.lang.Object MIInComponentBase.getProvided(java.lang.String name)
           
 java.lang.Object FactoryInterceptor.getProvided(java.lang.String name)
           
 java.lang.Object MIInComponentImpl.getProvided(java.lang.String name)
           
 void InterceptorController.init(ComponentInstance component, java.util.Map<java.lang.String,java.lang.String> parameters)
           
 void MILifecycleBase.init(ComponentInstance component, java.util.Map<java.lang.String,java.lang.String> parameters)
           
 void MIInComponentBase.init(ComponentInstance component, java.util.Map<java.lang.String,java.lang.String> parameters)
           
 void FactoryInterceptor.init(ComponentInstance component, java.util.Map<java.lang.String,java.lang.String> parameters)
           
 void MIComponentImpl.init(ComponentInstance component, java.util.Map<java.lang.String,java.lang.String> parameters)
           
 void MILifecycleBase.notifyCall(java.lang.String method)
           
 void MIInterceptor.notifyCall(java.lang.String method)
           
 void MILifecycleBase.notifyReturn(java.lang.String method)
           
 void MIInterceptor.notifyReturn(java.lang.String method)
           
 void InterceptorController.setDelegatedRequired(java.lang.Object ref)
           
 void MILifecycleBase.setDelegatedRequired(java.lang.Object ref)
           
 void MILifecycleImpl.setDelegatedRequired(java.lang.Object ref)
           
 void MIInComponentBase.setDelegatedRequired(java.lang.Object ref)
           
 void FactoryInterceptor.setDelegatedRequired(java.lang.Object ref)
           
 void MIInComponentImpl.setDelegatedRequired(java.lang.Object ref)
           
 void InterceptorController.setRequired(java.lang.String name, java.lang.Object ref)
           
 void MILifecycleBase.setRequired(java.lang.String name, java.lang.Object ref)
           
 void MILifecycleImpl.setRequired(java.lang.String name, java.lang.Object ref)
           
 void MIInComponentBase.setRequired(java.lang.String name, java.lang.Object ref)
           
 void FactoryInterceptor.setRequired(java.lang.String name, java.lang.Object ref)
           
 void MIInComponentImpl.setRequired(java.lang.String name, java.lang.Object ref)
           
 

Uses of SOFAException in org.objectweb.dsrg.sofa.deployment
 

Subclasses of SOFAException in org.objectweb.dsrg.sofa.deployment
 class DeploymentErrorException
           
 class IncorrectDeploymentRequestException
           
 

Constructors in org.objectweb.dsrg.sofa.deployment that throw SOFAException
DeploymentDockImpl(java.lang.String name, java.lang.String rmiHost, java.lang.String rmiPort)
          The constructor
 

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

Subclasses of SOFAException in org.objectweb.dsrg.sofa.microarchitecture
 class InstantiationException
          TODO document
 class InterfaceNotFoundException
          Thrown when component does not have requested interface.
 

Methods in org.objectweb.dsrg.sofa.microarchitecture that throw SOFAException
 SOFAMicroComponent SOFAMicroGenerator.generate(java.lang.Class iface, java.util.Map<java.lang.String,java.lang.String> parameters)
          This method generates delegating microcomponent for given interface.
 java.lang.Object SOFAMicroComponent.getDelegatedProvided()
          Takes reference to delegated provided interface implementation.
 java.lang.Object MIComponent.getDelegationChain(SOFAInterfaceType type, java.lang.String name)
          Returns reference to the interface delegation chain.
 java.lang.Object SOFAMicroComponent.getProvided(java.lang.String name)
          Takes reference to implementation of provided interface with given name.
 void SOFAMicroComponent.init(ComponentInstance component, java.util.Map<java.lang.String,java.lang.String> parameters)
          Initialises microcomponent.
 void SOFAMicroComponent.setDelegatedRequired(java.lang.Object ref)
          Gives the microcomponent reference to interface where to delegate calls.
 void SOFAMicroComponent.setRequired(java.lang.String name, java.lang.Object ref)
          Gives the microcomponent reference to destination of its required interface.