org.objectweb.dsrg.sofa.microarchitecture
Interface FramePlaceholder


public interface FramePlaceholder

Wraps connector endpoints connecting to component from the outside..


Method Summary
 void bindProvidedInterface(java.lang.String name, java.lang.Object ref)
          Binds provided business interface to the object connecting to it from the outside.
 java.lang.Object lookupRequiredInterface(java.lang.String name)
          Returns reference to the object connecting to required business interface from the outside.
 

Method Detail

lookupRequiredInterface

java.lang.Object lookupRequiredInterface(java.lang.String name)
                                         throws InterfaceNotFoundException,
                                                java.lang.IllegalArgumentException
Returns reference to the object connecting to required business interface from the outside.

Throws:
InterfaceNotFoundException
java.lang.IllegalArgumentException

bindProvidedInterface

void bindProvidedInterface(java.lang.String name,
                           java.lang.Object ref)
                           throws InterfaceNotFoundException,
                                  java.lang.IllegalArgumentException
Binds provided business interface to the object connecting to it from the outside.

Throws:
InterfaceNotFoundException
java.lang.IllegalArgumentException