ajanta.util
Interface Reportable

All Known Implementing Classes:
AgentServer, JoinableAgent, JoinableAgentProxy, ReportableAgent

public interface Reportable

A reportable interface, implimented by any entity who wants to report agent status


Method Summary
 void report(ajanta.agent.Agent ag)
          impementation specific report
 

Method Detail

report

public void report(ajanta.agent.Agent ag)
            throws AgentTerminateException
impementation specific report

Parameters:
ag - - the agent repoting
AgentTerminateException