com.sptci.system
Class Application

java.lang.Object
  extended by nextapp.echo2.app.ApplicationInstance
      extended by com.sptci.echo2.Application
          extended by com.sptci.system.Application
All Implemented Interfaces:
Serializable

public class Application
extends Application

The global application instance used to display the password change application to user.

Copyright 2007 Sans Pareil Technologies, Inc.

Version:
$Id: Application.java 3250 2007-05-12 13:04:48Z rakesh $
Author:
Rakesh Vidyadharan 2007-04-21
See Also:
Serialized Form

Field Summary
(package private)  CommandExecutor executor
          The command executor used to interact with the system.
 
Fields inherited from class com.sptci.echo2.Application
contentPane, logger, MINIMUM_INTERVAL, pollingInterval, styleSheet, TIME_ZONES, timeZone, user, window
 
Fields inherited from class nextapp.echo2.app.ApplicationInstance
FOCUSED_COMPONENT_CHANGED_PROPERTY, ID_STRING, LOCALE_CHANGED_PROPERTY, MODAL_COMPONENTS_CHANGED_PROPERTY, WINDOWS_CHANGED_PROPERTY
 
Constructor Summary
Application()
          Create a new instance of the class using the specified directory to initialise the executor.
 
Method Summary
static Application getApplication()
          Convenience method to return the active password application as a Application.
 
Methods inherited from class com.sptci.echo2.Application
addPane, addTask, getContentPane, getLocales, getOffset, getParentView, getStyleSheet, getTimeZone, getUser, getWindow, getZIndex, hasQueuedTasks, init, processFatalException, removePane, removeTask, setContentPane, setStyleSheet, setUser, updatePollingInterval
 
Methods inherited from class nextapp.echo2.app.ApplicationInstance
activate, activated, addPropertyChangeListener, createTaskQueue, deactivating, dispose, doInit, doValidation, enqueueCommand, enqueueTask, firePropertyChange, generateId, generateSystemId, getActive, getComponentByRenderId, getContextProperty, getDefaultWindow, getFocusedComponent, getLayoutDirection, getLocale, getModalContextRoot, getStyle, getUpdateManager, hasTaskQueues, passivate, processInput, processQueuedTasks, removePropertyChangeListener, removeTaskQueue, setActive, setContextProperty, setFocusedComponent, setLocale, setStyleSheet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

executor

final CommandExecutor executor
The command executor used to interact with the system.

Constructor Detail

Application

public Application()
Create a new instance of the class using the specified directory to initialise the executor.

Method Detail

getApplication

public static Application getApplication()
Convenience method to return the active password application as a Application.

Returns:
The currently active Application instance.