|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Zeus version of the Java Agent Services Transport interface. See www.java-agent.org for the original spec (such as it is in 25/1/01).
| Method Summary | |
java.lang.String |
getLocation()
this should return the iiop://iiop.zeus.bt.com/agentcities/adastral part of the agent aid that was used to find this transport. |
Envelope |
receive()
I am not sure how receive() and receive (long) are going to be relevant to the Zeus model of active mailboxes... |
Envelope |
receive(long millis)
I am not sure how receive() and receive (long) are going to be relevant to the Zeus model of active mailboxes... |
void |
send(Envelope envelope)
I anticipate that the general use case for this method will be to use an implementation of zeus.actors.services.TransportFactory to generate an implentation of this interface, and then call this send method in order to send a message. |
| Method Detail |
public void send(Envelope envelope)
public Envelope receive()
public Envelope receive(long millis)
throws TimeoutException
TimeoutExceptionpublic java.lang.String getLocation()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||