|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.fractal.gui.model.BasicBinding
Basic implementation of the Binding
interface.
Field Summary |
Fields inherited from interface org.objectweb.fractal.gui.model.Binding |
INCOMPATIBLE_TYPE_INTERFACES, OK |
Method Summary | |
ClientInterface |
getClientInterface()
Returns the client interface that is bound by this binding. |
ServerInterface |
getServerInterface()
Returns the server interface that is bound by this binding. |
long |
getStatus()
Returns the status of this binding. |
void |
setStatus(long status)
Sets the status of this binding. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public long getStatus()
getStatus
in interface Binding
setStatus(long)
public void setStatus(long status)
setStatus
in interface Binding
status
- the new status of this bindinge.getStatus()
public ClientInterface getClientInterface()
Binding
getClientInterface
in interface Binding
public ServerInterface getServerInterface()
Binding
getServerInterface
in interface Binding
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |