|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
FactoryInterceptorGenerator.generate(java.lang.Class iface,
java.util.Map<java.lang.String,java.lang.String> parameters)
|
SOFAMicroInterceptor |
InterceptorGenerator.generate(java.lang.Class iface,
java.util.Map<java.lang.String,java.lang.String> parameters)
Generate interceptor class for given interface and parameters. |
java.lang.Object |
MIComponentImpl.getDelegatedProvided()
|
java.lang.Object |
FactoryInterceptorController.getDelegatedProvided()
|
java.lang.Object |
MIServicePublisherOSGi.getDelegatedProvided()
|
java.lang.Object |
MIUpdateImpl.getDelegatedProvided()
|
java.lang.Object |
MIServiceTrackerOSGi.getDelegatedProvided()
|
DelegationChain |
MIComponentImpl.getDelegationChain(SOFAInterfaceType type,
java.lang.String name)
|
java.lang.Object |
FactoryInterceptorController.getProvided(java.lang.String name)
|
java.lang.Object |
MILifecycleBase.getProvided(java.lang.String name)
|
java.lang.Object |
MIServicePublisherOSGi.getProvided(java.lang.String name)
|
java.lang.Object |
MIInComponentBase.getProvided(java.lang.String name)
|
java.lang.Object |
MILifecycleImpl.getProvided(java.lang.String name)
|
java.lang.Object |
MIServiceTrackerOSGi.getProvided(java.lang.String name)
|
java.lang.Object |
MIInComponentImpl.getProvided(java.lang.String name)
|
void |
InterceptorController.init(ComponentDescription component,
java.util.Map<java.lang.String,java.lang.String> parameters)
|
void |
MIComponentImpl.init(ComponentDescription component,
java.util.Map<java.lang.String,java.lang.String> parameters)
|
void |
FactoryInterceptorController.init(ComponentDescription component,
java.util.Map<java.lang.String,java.lang.String> parameters)
|
void |
MILifecycleBase.init(ComponentDescription component,
java.util.Map<java.lang.String,java.lang.String> parameters)
|
void |
MIServicePublisherOSGi.init(ComponentDescription component,
java.util.Map<java.lang.String,java.lang.String> parameters)
Initializes the controller |
void |
MIInComponentBase.init(ComponentDescription component,
java.util.Map<java.lang.String,java.lang.String> parameters)
|
void |
MIUpdateImpl.init(ComponentDescription component,
java.util.Map<java.lang.String,java.lang.String> parameters)
|
void |
MIServiceTrackerOSGi.init(ComponentDescription component,
java.util.Map<java.lang.String,java.lang.String> parameters)
Initializes the controller |
void |
MILifecycleBase.notifyCall(java.lang.String method)
|
void |
MIInterceptor.notifyCall(java.lang.String method)
Invoked when intercepted method is called. |
void |
MILifecycleBase.notifyReturn(java.lang.String method)
|
void |
MIInterceptor.notifyReturn(java.lang.String method)
Invoked when interpected method returns. |
void |
InterceptorController.setDelegatedRequired(java.lang.Object ref)
|
void |
MIComponentImpl.setDelegatedRequired(java.lang.Object ref)
|
void |
FactoryInterceptorController.setDelegatedRequired(java.lang.Object ref)
|
void |
MIServicePublisherOSGi.setDelegatedRequired(java.lang.Object ref)
|
void |
MIUpdateImpl.setDelegatedRequired(java.lang.Object ref)
|
void |
MILifecycleImpl.setDelegatedRequired(java.lang.Object ref)
|
void |
MIServiceTrackerOSGi.setDelegatedRequired(java.lang.Object ref)
|
void |
MIInComponentImpl.setDelegatedRequired(java.lang.Object ref)
|
void |
InterceptorController.setRequired(java.lang.String name,
java.lang.Object ref)
|
void |
FactoryInterceptorController.setRequired(java.lang.String name,
java.lang.Object ref)
|
void |
MILifecycleBase.setRequired(java.lang.String name,
java.lang.Object ref)
|
void |
MIServicePublisherOSGi.setRequired(java.lang.String name,
java.lang.Object ref)
|
void |
MIInComponentBase.setRequired(java.lang.String name,
java.lang.Object ref)
|
void |
MILifecycleImpl.setRequired(java.lang.String name,
java.lang.Object ref)
|
void |
MIServiceTrackerOSGi.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 |
ConnectorErrorException
|
class |
DeploymentErrorException
|
class |
IncorrectDeploymentRequestException
|
class |
RepositoryErrorException
|
Methods in org.objectweb.dsrg.sofa.deployment that throw SOFAException | |
---|---|
static DeploymentDockImpl |
DeploymentDockFactory.createDeploymentDock(java.lang.String name,
java.lang.String host,
java.lang.String port,
java.lang.String[] dockCapabilities)
Creates a new deployment dock |
Uses of SOFAException in org.objectweb.dsrg.sofa.microarchitecture |
---|
Subclasses of SOFAException in org.objectweb.dsrg.sofa.microarchitecture | |
---|---|
class |
InstantiationException
Exception thrown when something goes wrong when instantiating component. |
class |
InterfaceNotFoundException
Thrown when component does not have requested interface. |
Methods in org.objectweb.dsrg.sofa.microarchitecture that throw SOFAException | |
---|---|
static ContentPlaceholder |
ComponentFactory.createContentPlaceholder(java.lang.Object o)
Wraps the content class object into ContentPlaceholder. |
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 |
SOFAMicroInterceptor.getDelegatedProvided()
Takes reference to delegated provided interface implementation. |
DelegationChain |
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(ComponentDescription component,
java.util.Map<java.lang.String,java.lang.String> parameters)
Initialises microcomponent. |
void |
SOFAMicroInterceptor.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |