org.objectweb.dsrg.sofa
Interface SOFAClient


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

setRequired

void setRequired(java.lang.String name,
                 java.lang.Object iface)
Component gets reference to its required business interface.

Parameters:
name - Name of the interface as specified on frame.
iface - Reference to the interface.