|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectagent.interaction.samples.SimpleConnector
public class SimpleConnector
Connects to the Genesys servers. It uses the Connector Application Block class to do three main things:
Field Summary | |
---|---|
AgentInteractionData |
agentInteractionData
Data container to be used by further examples. |
com.genesyslab.ail.AilFactory |
ailFactory
Factory to be used by further examples. |
com.genesyslab.ail.ContactManager |
contactManager
Contact Manager to be used by further examples. |
Constructor Summary | |
---|---|
SimpleConnector()
Uses data from an instance of AgentInteractionData to connect to an AilLoader. |
Method Summary | |
---|---|
void |
windowActivated(java.awt.event.WindowEvent windowEvent)
|
void |
windowClosed(java.awt.event.WindowEvent windowEvent)
|
void |
windowClosing(java.awt.event.WindowEvent windowEvent)
When you are finished using the Agent Interaction Layer, you should release the AilFactory: this method makes sure you release it. |
void |
windowDeactivated(java.awt.event.WindowEvent windowEvent)
|
void |
windowDeiconified(java.awt.event.WindowEvent windowEvent)
|
void |
windowIconified(java.awt.event.WindowEvent windowEvent)
|
void |
windowOpened(java.awt.event.WindowEvent windowEvent)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public com.genesyslab.ail.AilFactory ailFactory
public com.genesyslab.ail.ContactManager contactManager
public AgentInteractionData agentInteractionData
Constructor Detail |
---|
public SimpleConnector()
Method Detail |
---|
public void windowActivated(java.awt.event.WindowEvent windowEvent)
windowActivated
in interface java.awt.event.WindowListener
public void windowClosed(java.awt.event.WindowEvent windowEvent)
windowClosed
in interface java.awt.event.WindowListener
public void windowClosing(java.awt.event.WindowEvent windowEvent)
windowClosing
in interface java.awt.event.WindowListener
public void windowDeactivated(java.awt.event.WindowEvent windowEvent)
windowDeactivated
in interface java.awt.event.WindowListener
public void windowDeiconified(java.awt.event.WindowEvent windowEvent)
windowDeiconified
in interface java.awt.event.WindowListener
public void windowIconified(java.awt.event.WindowEvent windowEvent)
windowIconified
in interface java.awt.event.WindowListener
public void windowOpened(java.awt.event.WindowEvent windowEvent)
windowOpened
in interface java.awt.event.WindowListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |