agentland.info
Interface Start
- All Superinterfaces:
- Agent, Remote
- All Known Implementing Classes:
- StartAgent
- public interface Start
- extends Agent
The interface for talking to the START system. The associated
agent will send the desired request to the start system through a
web browser.
- See Also:
StartAgent
runQuery
public void runQuery(String s)
throws RemoteException
- Sends the given query to the START system.
- Parameters:
s - a String value- Throws:
RemoteException - if an error occurs
assertPlaceAndURL
public void assertPlaceAndURL(String name,
String location,
String url)
throws RemoteException
- Describe
assertPlaceAndURL method here.
- Parameters:
name - a String valuelocation - a String valueurl - a String value- Throws:
RemoteException - if an error occurs