org.objectweb.fractal.gui.model
Class BasicClientInterface

java.lang.Object
  extended byorg.objectweb.fractal.gui.model.BasicInterface
      extended byorg.objectweb.fractal.gui.model.BasicClientInterface
All Implemented Interfaces:
ClientInterface, Interface

public class BasicClientInterface
extends BasicInterface
implements ClientInterface

Basic implementation of the ClientInterface interface.


Field Summary
 
Fields inherited from class org.objectweb.fractal.gui.model.BasicInterface
complementaryItf, masterCollectionItf, owner, slaveCollectionItfs
 
Fields inherited from interface org.objectweb.fractal.gui.model.Interface
MANDATORY_INTERFACE_NOT_BOUND, NAME_ALREADY_USED, NAME_MISSING, OK, SIGNATURE_CLASS_INVALID, SIGNATURE_CLASS_NOT_FOUND, SIGNATURE_MISSING
 
Method Summary
 Binding getBinding()
          Returns the binding corresponding to this client interface.
 
Methods inherited from class org.objectweb.fractal.gui.model.BasicInterface
getComplementaryInterface, getMasterCollectionInterface, getMasterInterface, getName, getOwner, getSignature, getSlaveCollectionInterfaces, getStatus, isCollection, isInternal, isOptional, setIsCollection, setIsOptional, setName, setSignature, setStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.objectweb.fractal.gui.model.Interface
getComplementaryInterface, getMasterCollectionInterface, getMasterInterface, getName, getOwner, getSignature, getSlaveCollectionInterfaces, getStatus, isCollection, isInternal, isOptional, setIsCollection, setIsOptional, setName, setSignature, setStatus
 

Method Detail

getBinding

public Binding getBinding()
Description copied from interface: ClientInterface
Returns the binding corresponding to this client interface.

Specified by:
getBinding in interface ClientInterface
Returns:
the binding corresponding to this client interface, or null if this interface is not bound.