org.iids.aos.kernel
Class AOSapi.PrepareWaitACResult

java.lang.Object
  extended by org.iids.aos.kernel.AOSapi.PrepareWaitACResult
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
AOSapi

public static class AOSapi.PrepareWaitACResult
extends java.lang.Object
implements java.io.Serializable

Return value of prepareWaitAgentContainer().

See Also:
Serialized Form

Field Summary
 Endpoint listenEndpoint
          The virtual listen endpoint at which this AOS kernel accepts virtual connections that carry shipped agent containers.
 TransactionID transactionID
          The transaction ID of the agent container shipment.
 
Constructor Summary
AOSapi.PrepareWaitACResult(TransactionID transactionID, Endpoint listenEndpoint)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transactionID

public final TransactionID transactionID
The transaction ID of the agent container shipment.


listenEndpoint

public final Endpoint listenEndpoint
The virtual listen endpoint at which this AOS kernel accepts virtual connections that carry shipped agent containers.

Constructor Detail

AOSapi.PrepareWaitACResult

public AOSapi.PrepareWaitACResult(TransactionID transactionID,
                                  Endpoint listenEndpoint)


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.