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

Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void assertPlaceAndURL(String name, String location, String url)
          Describe assertPlaceAndURL method here.
 void runQuery(String s)
          Sends the given query to the START system.
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou
 

Method Detail

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 value
location - a String value
url - a String value
Throws:
RemoteException - if an error occurs