applications.proxy.main
Class ProxyMain


public class ProxyMain
implements KeyListener, LoginDialogListener

Entry point for the basic view application

Author:
nideffer
created October 8, 2001

Field Summary
 final static StringDEFAULT_LOG_CONFIG
           
 final static StringDEFAULT_POP_QUIZ_PREFERENCES_FILENAME
           
 static StringDEFAULT_PREFERENCES_FILENAME
           
 private Facilitym_facility
           
 private InputHandlerm_inputHandler
           
 private LoginDialogm_loginDialog
           
 private MamCommunicatorm_mam
           
 private MooCommunicatorm_moo
           
 private TextUIWindowm_uiWin
           
 final static StringNEWBIE_INTRO_PAGE
           

Constructor Summary
ProxyMain()
          Constructor for the ProxyMain object

Method Summary
 booleangetAgentsFileExists()
          Gets the AgentsFileExists attribute of the ProxyMain object
 protected FacilitygetFacility()
          Gets the Facility attribute of the ProxyMain object
 voidkeyPressed(KeyEvent keyEvent)
          Description of the Method
 voidkeyReleased(KeyEvent keyEvent)
          Description of the Method
 voidkeyTyped(KeyEvent keyEvent)
          Description of the Method
 static voidmain(String[] args)
          The main program for the ProxyMain class
 voidregisterRoutingTags()
          Description of the Method
 voidsetFacility(Facility localFacility)
          Sets the Facility attribute of the ProxyMain object
 voidtryLogin(LoginData loginData)
          Description of the Method

Field Detail

DEFAULT_LOG_CONFIG

public final static String DEFAULT_LOG_CONFIG

DEFAULT_POP_QUIZ_PREFERENCES_FILENAME

public final static String DEFAULT_POP_QUIZ_PREFERENCES_FILENAME

DEFAULT_PREFERENCES_FILENAME

public static String DEFAULT_PREFERENCES_FILENAME

m_facility

private Facility m_facility

m_inputHandler

private InputHandler m_inputHandler

m_loginDialog

private LoginDialog m_loginDialog

m_mam

private MamCommunicator m_mam

m_moo

private MooCommunicator m_moo

m_uiWin

private TextUIWindow m_uiWin

NEWBIE_INTRO_PAGE

public final static String NEWBIE_INTRO_PAGE
Constructor Detail

ProxyMain

public ProxyMain()
Constructor for the ProxyMain object
Since:
Method Detail

getAgentsFileExists

public boolean getAgentsFileExists()
Gets the AgentsFileExists attribute of the ProxyMain object
Returns: The AgentsFileExists value
Since:

getFacility

protected Facility getFacility()
Gets the Facility attribute of the ProxyMain object
Returns: The Facility value
Since:

keyPressed

public void keyPressed(KeyEvent keyEvent)
Description of the Method
Parameters:
keyEvent - Description of Parameter
Since:

keyReleased

public void keyReleased(KeyEvent keyEvent)
Description of the Method
Parameters:
keyEvent - Description of Parameter
Since:

keyTyped

public void keyTyped(KeyEvent keyEvent)
Description of the Method
Parameters:
keyEvent - Description of Parameter
Since:

main

public static void main(String[] args)
The main program for the ProxyMain class
Parameters:
args - The command line arguments
Since:

registerRoutingTags

public void registerRoutingTags()
Description of the Method
Since:

setFacility

public void setFacility(Facility localFacility)
Sets the Facility attribute of the ProxyMain object
Parameters:
localFacility - The new Facility value
Since:

tryLogin

public void tryLogin(LoginData loginData)
Description of the Method
Parameters:
loginData - Description of Parameter
Since: