org.objectweb.fractal.gui.model
Interface ServerInterface

All Superinterfaces:
Interface
All Known Implementing Classes:
BasicServerInterface, SharedServerInterface

public interface ServerInterface
extends Interface

A server interface.


Field Summary
 
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
 java.util.List getBindings()
          Returns the bindings that refer to this server interface.
 
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

getBindings

public java.util.List getBindings()
Returns the bindings that refer to this server interface.

Returns:
an unmodifiable list of the Binding objects that refer to this server interface.