org.objectweb.dsrg.sofa
Interface SOFAServer


public interface SOFAServer

When business component implements SOFAServer interface it can use another java object for business provided interface implementation.

Otherwise all business provided interfaces have to be implemented on the one java class specified as component content.


Method Summary
 java.lang.Object getProvided(java.lang.String name)
          Component is asked about reference to the provided interface implementation.
 

Method Detail

getProvided

java.lang.Object getProvided(java.lang.String name)
Component is asked about reference to the provided interface implementation.

Parameters:
name - Name of the interface as specified on frame.
Returns:
Reference to the object implementing asked interface.