MAFAgentSystem Interface
AgentSystemInfo get_agent_system_info();
Returns the AgentSystemInfo structure.
AuthInfo get_authinfo(in Name agent_name) raises (NameInvalid);
Returns information about whether an agent was authenticated
and what authentication method was used.
MAFFinder get_MAFFinder() raises (MAFFinderNotFound);
Returns a reference to a MAFFinder, used for agent location.
void terminate_agent_system() raises (TerminateFailed)
Terminates the execution of the agent system.