|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.dsrg.sofa.microarchitecture.DelegationChain
org.objectweb.dsrg.sofa.microarchitecture.DelegationChainTemplate
public class DelegationChainTemplate
Extends DelegationChain with functionality to create instances of the iterface by demand. CollectionChain stores information necessary to make such instance and to bind its microcomponents to other microcomponents as well.
MicroComponentProxy
objects are used to store information about delegating
microcomponents in the chain.
Method Summary | |
---|---|
DelegationChainInstance |
newInstance(java.lang.Object endpoint)
Creates new instance from this CollectionChain. |
Methods inherited from class org.objectweb.dsrg.sofa.microarchitecture.DelegationChain |
---|
getInterfaceClass, getInterfaceName, getInterfaceType, testType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public DelegationChainInstance newInstance(java.lang.Object endpoint) throws DelegationChainException, InstantiationException
endpoint
- Object to be set as endpoint for the new DelegationChain.
DelegationChainException
InstantiationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |