|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentDescription
Provides information about component instance.
Method Summary | |
---|---|
Architecture |
getComponentArchitecture()
Model Architecture class of the component. |
java.lang.Object |
getComponentContent()
Returns content class of the component. |
Frame |
getComponentFrame()
Model frame class implemented by component. |
DelegationChain |
getControlInterfaceChain(java.lang.String name)
Returns control delegation chain with the given name. |
java.util.Set<java.lang.String> |
getControlInterfacesNames()
Returns names of the control interfaces of the component. |
DelegationChain |
getProvidedInterfaceChain(java.lang.String name)
Returns business provided delegation chain with the given name. |
java.util.Set<java.lang.String> |
getProvidedInterfacesNames()
Returns names of the business provided interfaces of the component. |
DelegationChain |
getRequiredInterfaceChain(java.lang.String name)
Returns business required delegation chain with the given name. |
java.util.Set<java.lang.String> |
getRequiredInterfacesNames()
Returns names of the business required interfaces of the component. |
Method Detail |
---|
java.lang.Object getComponentContent()
Architecture getComponentArchitecture()
Frame getComponentFrame()
java.util.Set<java.lang.String> getRequiredInterfacesNames()
DelegationChain getRequiredInterfaceChain(java.lang.String name) throws InterfaceNotFoundException
name
- Name of the business required interface we want the delegation chain for.
InterfaceNotFoundException
java.util.Set<java.lang.String> getProvidedInterfacesNames()
DelegationChain getProvidedInterfaceChain(java.lang.String name) throws InterfaceNotFoundException
name
- Name of the business provided interface we want the delegation chain for.
InterfaceNotFoundException
java.util.Set<java.lang.String> getControlInterfacesNames()
DelegationChain getControlInterfaceChain(java.lang.String name) throws InterfaceNotFoundException
name
- Name of the control interface we want the delegation chain for.
InterfaceNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |