com.arunta.base.settings
Class AgentConfiguration

java.lang.Object
  extended by 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

Constructor Summary
AgentConfiguration()
           
 
Method Summary
 AgentSettings[] getAgents()
           
 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.
 void setAgents(AgentSettings[] agents)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentConfiguration

public AgentConfiguration()
Method Detail

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.