com.arunta.base.settings
Class AgentConfiguration
java.lang.Object
com.arunta.base.settings.AgentConfiguration
- All Implemented Interfaces:
- java.io.Serializable
public class AgentConfiguration
- extends java.lang.Object
- implements java.io.Serializable
Total Recall VR system Agent Configuration.
The Agent Configuration of a collection of AgentSettings
.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgentConfiguration
public AgentConfiguration()
isValidAgent
public boolean isValidAgent(java.lang.String agentName,
java.lang.String password)
- Test if the supplied credentials belong to an agent that is known to
the system.
- Parameters:
agentName
- An agent name.password
- An agent password.
- Returns:
true
the supplied credentials belong to an agent that
is known to the system. false
otherwise.
getAgents
public AgentSettings[] getAgents()
setAgents
public void setAgents(AgentSettings[] agents)
Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.