agentland.software
Interface Exec
- All Known Subinterfaces:
- Laurete
- All Known Implementing Classes:
- ExecAgent
- public interface Exec
- extends Managed
This agent controls an exec'ed program. You can ask it questions,
etc. The best thing to do with this agent is inheret from it.
Methods inherited from interface agentland.util.Spy |
tell |
programAlive
public boolean programAlive()
throws RemoteException
- Is program alive or dead?
startProgram
public void startProgram()
throws RemoteException
- Start the program, unless it is already running.
killProgram
public void killProgram()
throws RemoteException
- Kill the program.