Uses of Class
tigase.workgroupqueues.scheduler.Agent.State
-
Packages that use Agent.State Package Description tigase.workgroupqueues.scheduler -
-
Uses of Agent.State in tigase.workgroupqueues.scheduler
Methods in tigase.workgroupqueues.scheduler that return Agent.State Modifier and Type Method Description Agent.State
Agent. getState()
Returns status of agent.static Agent.State
Agent.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Agent.State[]
Agent.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in tigase.workgroupqueues.scheduler with parameters of type Agent.State Modifier and Type Method Description void
Agent. setState(Agent.State state)
-