|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.iids.aos.kernel.AOSapi.ConnectResult
public static class AOSapi.ConnectResult
Return value of connect().
| Field Summary | |
|---|---|
Endpoint |
commEndpoint
The address of the remote communication endpoint of the connection. |
int |
connectionID
The connection ID of the established connection. |
| Constructor Summary | |
|---|---|
AOSapi.ConnectResult(int connectionID,
Endpoint commEndpoint)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int connectionID
public final Endpoint commEndpoint
| Constructor Detail |
|---|
public AOSapi.ConnectResult(int connectionID,
Endpoint commEndpoint)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||