com.cometway.ak
Interface AgentKernelInterface

All Known Implementing Classes:
AgentKernel

public interface AgentKernelInterface

A standard agent kernel interface.


Method Summary
 AgentControllerInterface createAgent(java.lang.Object agentInfo)
          Creates an agent instance based on implementation-specific agent information; typically a String containing the classname of an AgentInterface implementation, or a Props with the classname property.
 

Method Detail

createAgent

AgentControllerInterface createAgent(java.lang.Object agentInfo)
Creates an agent instance based on implementation-specific agent information; typically a String containing the classname of an AgentInterface implementation, or a Props with the classname property. The agent's initProps method is called before this method returns.