com.genesyslab.ail.applicationblocks.perftester.voice
Class Answerer

java.lang.Object
  extended byjava.lang.Thread
      extended bycom.genesyslab.ail.applicationblocks.perftester.voice.Answerer
All Implemented Interfaces:
com.genesyslab.ail.event.ConfigObjectListener, com.genesyslab.ail.event.DnListener, java.util.EventListener, com.genesyslab.ail.event.InteractionListener, java.lang.Runnable

public class Answerer
extends java.lang.Thread
implements com.genesyslab.ail.event.DnListener


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Answerer(java.lang.String _agentId, java.lang.String _placeId, int _loginId, java.lang.String _queue, int _callsCount)
           
 
Method Summary
 void contactChanged(com.genesyslab.ail.event.InteractionEvent event)
           
 void deleted()
           
 void handleDnEvent(com.genesyslab.ail.event.DnEvent event)
           
 void handleInteractionEvent(com.genesyslab.ail.event.InteractionEvent event)
           
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Answerer

public Answerer(java.lang.String _agentId,
                java.lang.String _placeId,
                int _loginId,
                java.lang.String _queue,
                int _callsCount)
Parameters:
_agentId -
_placeId -
_loginId -
_queue -
_callsCount -
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

handleDnEvent

public void handleDnEvent(com.genesyslab.ail.event.DnEvent event)
Specified by:
handleDnEvent in interface com.genesyslab.ail.event.DnListener

deleted

public void deleted()
Specified by:
deleted in interface com.genesyslab.ail.event.ConfigObjectListener

contactChanged

public void contactChanged(com.genesyslab.ail.event.InteractionEvent event)
Specified by:
contactChanged in interface com.genesyslab.ail.event.InteractionListener

handleInteractionEvent

public void handleInteractionEvent(com.genesyslab.ail.event.InteractionEvent event)
Specified by:
handleInteractionEvent in interface com.genesyslab.ail.event.InteractionListener