agentland.resource.connect
Interface Connectable


public interface Connectable
extends Agent


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 boolean connect(String in, String out)
           
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou
 

Method Detail

connect

public boolean connect(String in,
                       String out)
                throws RemoteException
Returns:
true or false if connect successful.