|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.iids.aos.kernel.AOSapi.WaitACResult
public static class AOSapi.WaitACResult
Return value of waitAgentContainer().
| Field Summary | |
|---|---|
int |
acid
If no exception, the ACID of the received Agent Container |
KernelException |
e
If not null, waitAgentContainer() encountered an exception. |
Endpoint |
sourceEndpoint
If no exception, the virtual endpoint from which this AOS kernel accepted the agent container; |
TransactionID |
tid
If not null, the transaction ID of the agent container shipment. |
| Constructor Summary | |
|---|---|
AOSapi.WaitACResult(KernelException e,
TransactionID tid,
int acid,
Endpoint sourceEndpoint)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public KernelException e
public TransactionID tid
public int acid
public Endpoint sourceEndpoint
| Constructor Detail |
|---|
public AOSapi.WaitACResult(KernelException e,
TransactionID tid,
int acid,
Endpoint sourceEndpoint)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||