|
||||||||||
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.DelegationChainInstance
public class DelegationChainInstance
Represents chain of delegating microcomponents inside of the component control part.
Method Summary | |
---|---|
java.lang.Object |
getEndpointProxy()
Return proxy delegating calls to the endpoint of this chain. |
java.lang.Object |
getEntrypoint()
Returns reference to the provided delegated interface of the first microcomponent (or endpoint object if no microcomponent is contained) in the delegation chain. |
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 java.lang.Object getEntrypoint() throws DelegationChainException
DelegationChainException
public java.lang.Object getEndpointProxy() throws DelegationChainException
DelegationChainException
- if no endpoint is set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |