com.cometway.ak
Interface RequestAgentInterface

All Known Implementing Classes:
AutoReplyAgent, HTTPFileDownloadAgent, LogViewerPage, MinRPCAgent, PropsListServiceManager, RequestAgent, RequestDumperAgent, RequestFilterAgent, SecureServiceManager, XMLRequestAgent

public interface RequestAgentInterface

A standard interface for inter-agent communication.


Method Summary
 void handleRequest(AgentRequest request)
          Respond to the specified request as appropriate.
 

Method Detail

handleRequest

void handleRequest(AgentRequest request)
Respond to the specified request as appropriate.