agentland.util
Interface SuperSpy
- All Superinterfaces:
- Agent, Good, Managed, Remote, Spy
- All Known Implementing Classes:
- SuperSpyAgent
- public interface SuperSpy
- extends Managed
tell
public void tell(Secret s)
throws RemoteException
- Description copied from interface:
Spy
- This is called if the Agent is to receive a particular
secret.
- Specified by:
tell
in interface Spy
- Following copied from interface:
agentland.util.Spy
- Parameters:
secret
- a Secret
value- Throws:
RemoteException
- if an error occurs
getAllSecrets
public Vector getAllSecrets()
throws RemoteException,
SQLException
saySomething
public void saySomething()
throws RemoteException
query
public Vector query(String s)
throws RemoteException,
SQLException