agentland.resource.connect
Interface Connectable

All Superinterfaces:
Agent, Remote
All Known Subinterfaces:
ManualProjector, Projector, ProjectorManager

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, getOldLogs, shutdown, startup, whereAreYou
 

Method Detail

connect

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