|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SOFAClient
Every SOFA2 component with required interfaces has to implement this interface.
Through SOFAClient interface they are given the reference to the target interface. Then they invode method in this reference.
Method Summary | |
---|---|
void |
setRequired(java.lang.String name,
java.lang.Object iface)
Component gets reference to its required business interface. |
Method Detail |
---|
void setRequired(java.lang.String name, java.lang.Object iface)
name
- Name of the interface as specified on frame.iface
- Reference to the interface.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |