Uses of Class
unsw.cse.mica.tools.proxy.Proxy

Packages that use Proxy
unsw.cse.mica.tools.proxy   
 

Uses of Proxy in unsw.cse.mica.tools.proxy
 

Methods in unsw.cse.mica.tools.proxy that return Proxy
 Proxy ProxySet.createMember()
          Create a new Proxy object for this set whose Mob has the same type as getType().
abstract  Proxy ProxySet.createMember(Mob mob)
           
 Proxy ProxySet.get(java.lang.String name)
          Get the Proxy in this set with the given name.
 

Methods in unsw.cse.mica.tools.proxy with parameters of type Proxy
 boolean ProxyAgent.delete(Proxy proxy)
          Remove the Mob corresponding to the given Proxy object from the Swarm server.
 boolean ProxyAgent.write(Proxy proxy)
          Writes the given Proxy object to the server as a Mob, updating the Proxy object's MobId field accordingly.