|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.dsrg.sofa.microarchitecture.DelegationChain
public abstract class DelegationChain
Runtime representation of chain of delegating microcomponents on one interface.
Method Summary | |
---|---|
java.lang.Class<?> |
getInterfaceClass()
Returns java Class of the delegated component interface. |
java.lang.String |
getInterfaceName()
Returns conponent interface name represented by this delegation chain. |
SOFAInterfaceType |
getInterfaceType()
Returns SOFA interface type of the represented component interface. |
protected void |
testType(java.lang.Object obj)
Tests passed object is instance of interface delegated by this delegation chain. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.Class<?> getInterfaceClass()
public java.lang.String getInterfaceName()
public SOFAInterfaceType getInterfaceType()
protected void testType(java.lang.Object obj) throws DelegationChainException
obj
- Object instance to test.
DelegationChainException
- Thrown when passed object is not interface of the delegated type.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |