Inherited by AppConfigurePage, AppDeathPage, AppDetailPage, ApplicationsPage, ConfigurePage, ConfirmationPage, FileBrowser, HelpPage, HostConfigurePage, HostsPage, InstConfigurePage, Main, MigrationPage, NavigationPage, PathWizardPage1, PathWizardPage2, PrefsPage, and RemoteBrowseClient.

Public Member Functions | |
| void | awake () |
| WOTaskdHandler | handler () |
| String | message () |
| MonitorComponent (WOContext aWocontext) | |
| final MApplication | myApplication () |
| final MHost | myHost () |
| final MInstance | myInstance () |
| Session | mySession () |
| void | setMyApplication (MApplication application) |
| void | setMyHost (MHost host) |
| void | setMyInstance (MInstance instance) |
Public Attributes | |
| final int | APP_PAGE = 0 |
| final int | HELP_PAGE = 4 |
| final int | HOST_PAGE = 1 |
| final int | MIGRATION_PAGE = 5 |
| final int | PREF_PAGE = 3 |
| final int | SITE_PAGE = 2 |
| Application | theApplication = (Application) WOApplication.application() |
Static Public Attributes | |
| static final boolean | isClickToOpenEnabled = Boolean.parseBoolean(System.getProperty("er.component.clickToOpen", "false")) |
Protected Member Functions | |
| NSMutableArray | allHosts () |
| MSiteConfig | siteConfig () |
Protected Attributes | |
| Logger | log = Logger.getLogger(getClass()) |
Private Attributes | |
| WOTaskdHandler | _handler |
| String | _message |
| MApplication | myApplication |
| MHost | myHost |
| MInstance | myInstance |
Static Private Attributes | |
| static final long | serialVersionUID = -1880897151494772932L |
| MonitorComponent | ( | WOContext | aWocontext | ) |
| NSMutableArray allHosts | ( | ) | [protected] |
| void awake | ( | ) |
| WOTaskdHandler handler | ( | ) |
| final MApplication myApplication | ( | ) |
| final MInstance myInstance | ( | ) |
| Session mySession | ( | ) |
| void setMyApplication | ( | MApplication | application | ) |
| void setMyHost | ( | MHost | host | ) |
| void setMyInstance | ( | MInstance | instance | ) |
| MSiteConfig siteConfig | ( | ) | [protected] |
WOTaskdHandler _handler [private] |
| final int APP_PAGE = 0 |
| final int HELP_PAGE = 4 |
| final int HOST_PAGE = 1 |
final boolean isClickToOpenEnabled = Boolean.parseBoolean(System.getProperty("er.component.clickToOpen", "false")) [static] |
Logger log = Logger.getLogger(getClass()) [protected] |
| final int MIGRATION_PAGE = 5 |
MApplication myApplication [private] |
MInstance myInstance [private] |
| final int PREF_PAGE = 3 |
final long serialVersionUID = -1880897151494772932L [static, private] |
| final int SITE_PAGE = 2 |
| Application theApplication = (Application) WOApplication.application() |
1.5.8