|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.contactcenters.server.AgentState
public class AgentState
Represents the state of an agent in a group.
Method Summary | |
---|---|
Agent |
getAgent()
Returns the agent for which the state was saved. |
double |
getFirstLoginTime()
Returns the first login time of the agent at the time the state was saved. |
double |
getIdleSimTime()
Returns the last simulation time the agent became idle, at the time of state saving. |
void |
restore()
Restores the state of the agent attached to this state object. |
boolean |
wasAvailable()
Determines the availability status of the agent at the time of state saving. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void restore()
public Agent getAgent()
public boolean wasAvailable()
public double getFirstLoginTime()
public double getIdleSimTime()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |