|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
SOFAMicroComponent |
CollectionChain.add(MicroComponentInstance instance,
java.util.HashMap<java.lang.String,java.lang.String> parameters)
|
SOFAMicroComponent |
DelegationChain.add(MicroComponentInstance instance,
java.util.HashMap<java.lang.String,java.lang.String> parameters)
Adds microcomponent instance to the end of the delegation chain. |
java.lang.Object |
CollectionChain.getEntrypoint()
|
java.lang.Object |
DelegationChain.getEntrypoint()
Returns reference to the provided delegated interface of the first microcomponent (or endpoint object if no microcomponent is contained) in the delegation chain. |
SOFAMicroComponent |
CollectionChain.insert(MicroComponentInstance instance,
java.util.HashMap<java.lang.String,java.lang.String> parameters)
|
SOFAMicroComponent |
DelegationChain.insert(MicroComponentInstance instance,
java.util.HashMap<java.lang.String,java.lang.String> parameters)
Inserts microcomponent instance to the beginning of the delegation chain. |
DelegationChain |
CollectionChain.newInstance(java.lang.Object endpoint)
Creates new instance from this CollectionChain. |
void |
CollectionChain.setEndpoint(java.lang.Object ref)
|
void |
DelegationChain.setEndpoint(java.lang.Object ref)
Sets the endpoint. |
Constructors in org.objectweb.dsrg.sofa.microarchitecture that throw DelegationChainException | |
---|---|
CollectionChain(SOFAInterfaceType type,
java.lang.String name,
java.lang.Class cl)
Same constructor as in DelegationChain. |
|
DelegationChain(SOFAInterfaceType type,
java.lang.String name,
java.lang.Class c)
Creates new instance |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |