org.objectweb.dsrg.sofa.microarchitecture
Interface Bindable


Deprecated.

@Deprecated
public interface Bindable

This interface is used to wrap every object that should be connected to business interface either from outside or inside. Deprecated, use ContentPlaceholder and FramePlaceholder instead.


Method Summary
 java.lang.String getInterfaceName()
          Deprecated. Returns business interface name to be bound to as defined on frame.
 SOFAInterfaceType getInterfaceType()
          Deprecated. Returns type of business interface to be bound to.
 java.lang.Object getReference()
          Deprecated. Returns referernce to the interface that is called from the control part of the component.
 boolean isInner()
          Deprecated. Indicates whether the unit should be connected on the inner or the outer side of the component control part.
 void setReference(java.lang.Object ref)
          Deprecated. Set reference to the business interface which is called by the unit.
 

Method Detail

getInterfaceName

java.lang.String getInterfaceName()
Deprecated. 
Returns business interface name to be bound to as defined on frame.

Returns:
Interface name.

getInterfaceType

SOFAInterfaceType getInterfaceType()
Deprecated. 
Returns type of business interface to be bound to.

Returns:
Interface type.

isInner

boolean isInner()
Deprecated. 
Indicates whether the unit should be connected on the inner or the outer side of the component control part.

Returns:
True if the unit should take place inside of the component.

getReference

java.lang.Object getReference()
Deprecated. 
Returns referernce to the interface that is called from the control part of the component.

Returns:
Reference to the interface.

setReference

void setReference(java.lang.Object ref)
Deprecated. 
Set reference to the business interface which is called by the unit.