unsw.cse.mica.sync
Interface SynchronizedAgentActions

All Superinterfaces:
AgentActions
All Known Implementing Classes:
SynchronizedTransport

public interface SynchronizedAgentActions
extends AgentActions


Nested Class Summary
static interface SynchronizedAgentActions.WriteReply
           
 
Method Summary
 SynchronizedAgentActions.WriteReply synchronizedWriteMob(Mob mob, long timeout)
           
 
Methods inherited from interface unsw.cse.mica.agent.AgentActions
connect, deleteMob, disconnect, getTypeManager, mobSearch, readMob, register, replaceMob, unregister, writeMob
 

Method Detail

synchronizedWriteMob

SynchronizedAgentActions.WriteReply synchronizedWriteMob(Mob mob,
                                                         long timeout)
                                                         throws TransportException
Throws:
TransportException