agentland.util.scheduler
Interface STest

All Superinterfaces:
Agent, Remote
All Known Implementing Classes:
STestAgent

public interface STest
extends Agent


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void callBack(Object message)
           
 void test()
           
 void test(int seconds)
           
 void test2()
           
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, getOldLogs, shutdown, startup, whereAreYou
 

Method Detail

test

public void test()
          throws RemoteException

test2

public void test2()
           throws RemoteException

test

public void test(int seconds)
          throws RemoteException

callBack

public void callBack(Object message)
              throws RemoteException