com.agentfactory.service.ams
Interface AgentDescription

All Known Implementing Classes:
LocalAgentDescription

public interface AgentDescription

Interface class, concrete instantiations of which are stored in the AMS


Method Summary
 void activate()
           
 AgentID getName()
           
 int getState()
           
 boolean isActive()
           
 

Method Detail

getName

AgentID getName()

getState

int getState()

activate

void activate()

isActive

boolean isActive()