metaglue
Interface Metaglue

All Known Implementing Classes:
MetaglueAgent

public interface Metaglue
extends Agent


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void shutdownAgent(AgentID agentID)
           
 void startAgent(AgentID agentID, Object[] parameters)
           
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou
 

Method Detail

startAgent

public void startAgent(AgentID agentID,
                       Object[] parameters)
                throws AgentNotDefinedException,
                       NativityException,
                       AgentAlreadyStartedException,
                       StartAgentException,
                       RemoteException

shutdownAgent

public void shutdownAgent(AgentID agentID)
                   throws RemoteException