org.objectweb.fractal.gui.model
Class SharedServerInterface
java.lang.Object
org.objectweb.fractal.gui.model.SharedInterface
org.objectweb.fractal.gui.model.SharedServerInterface
- All Implemented Interfaces:
- Interface, ServerInterface
- public class SharedServerInterface
- extends SharedInterface
- implements ServerInterface
An implementation of the ServerInterface
interface for slave
components.
Method Summary |
List |
getBindings()
Returns the bindings that refer to this server interface. |
Methods inherited from class org.objectweb.fractal.gui.model.SharedInterface |
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 |
getBindings
public List getBindings()
- Description copied from interface:
ServerInterface
- Returns the bindings that refer to this server interface.
- Specified by:
getBindings
in interface ServerInterface
- Returns:
- an unmodifiable list of the
Binding
objects that refer to
this server interface.