agentland.web
Interface WebInterface

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

public interface WebInterface
extends Agent


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 WebInterface getWebInterface(String catalog)
           
 void init()
           
 void setFooter(String foot, String society)
           
 void setHeader(String head, String society)
           
 String test(String fileName, String society)
           
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, getOldLogs, shutdown, startup, whereAreYou
 

Method Detail

init

public void init()
          throws RemoteException

getWebInterface

public WebInterface getWebInterface(String catalog)
                             throws RemoteException

test

public String test(String fileName,
                   String society)
            throws RemoteException

setHeader

public void setHeader(String head,
                      String society)
               throws RemoteException

setFooter

public void setFooter(String foot,
                      String society)
               throws RemoteException