agentland.device.computer
Interface ComputerIDResolver
- All Superinterfaces:
- Agent, Good, Remote, Spy
- All Known Implementing Classes:
- ComputerIDResolverAgent
- public interface ComputerIDResolver
- extends Good
Methods inherited from interface agentland.util.Spy |
tell |
getComputerID
public AgentID getComputerID(String computerName)
throws RemoteException
getComputerID
public AgentID getComputerID(InetAddress computerAddress)
throws RemoteException
addComputerToSociety
public boolean addComputerToSociety(String computerName,
String society)
throws RemoteException
addComputerToSociety
public boolean addComputerToSociety(InetAddress computerAddress,
String society)
throws RemoteException