|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A binding between a client and a server interface.
| Field Summary | |
|---|---|
static long |
INCOMPATIBLE_TYPE_INTERFACES
A status flag indicating that the client interface and
the server interface are not compatible. |
static long |
OK
The status flags corresponding to a valid binding. |
| 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. |
| Field Detail |
public static final long OK
status flags corresponding to a valid binding.
public static final long INCOMPATIBLE_TYPE_INTERFACES
status flag indicating that the client interface and
the server interface are not compatible.
| Method Detail |
public long getStatus()
setStatus(long)public void setStatus(long status)
status - the new status of this bindinge.getStatus()public ClientInterface getClientInterface()
public ServerInterface getServerInterface()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||