Novell::iFolderWeb::Admin::ServerDetails Class Reference

Summary description for ServerDetails. More...

Collaboration diagram for Novell::iFolderWeb::Admin::ServerDetails:

Collaboration graph
[legend]

List of all members.

Protected Member Functions

void OnPathChecked (object source, EventArgs e)
 Event handler that gets called when the path check box is checked.
bool GetMemberCheckedState (Object name)
 Returns the checked state for the specified member.
bool IsPathEnabled (object name)
 Gets whether the path should be able to be checked.
void DownloadFile (string url, string fileName)
void DownloadLogFile (string fileName)
void LogLevelButtonClicked (object sender, EventArgs e)
 Event handler that gets called when the ViewLog Button is clicked.
void OnSaveServerDetailsButton_Click (object source, EventArgs e)
 Event that gets called when the save button for server details is clicked.
void OnCancelServerDetailsButton_Click (object source, EventArgs e)
 Event that gets called when the save button for server details is clicked.
void OnSaveLdapDetailsButton_Click (object source, EventArgs e)
 Event that gets called when the save button for ldap details is clicked.
void OnCancelLdapDetailsButton_Click (object source, EventArgs e)
 Event that gets called when the save button for ldap details is clicked.
void OnLdapEditButton_Click (object source, EventArgs e)
 Event that gets called when the save button is clicked. ... currently this is called as Edit button.
void OnSyncNowButton_Click (object source, EventArgs e)
 Event that gets called when the SyncNow button is clicked.
string GetString (string key)
 Get a Localized String.
void OnAllDataPathChecked (object source, EventArgs e)
 Event handler that gets called when the check all Datapath checkbox is selected.
void OnAddButton_Click (object source, EventArgs e)
 Event handler that gets called when the Add DataPath button is clicked.
void OnDisableButton_Click (object source, EventArgs e)
 Event handler that gets called with the disable datapath button is clicked.
void OnDeleteButton_Click (object source, EventArgs e)
 Event handler that gets called with the delete datapath button is clicked.
void OnEnableButton_Click (object source, EventArgs e)
 Event handler that gets called with the enable datapath button is clicked.
void PageFirstButton_Click (object source, ImageClickEventArgs e)
 Event that first when the PageFirstButton is clicked.
void PagePreviousButton_Click (object source, ImageClickEventArgs e)
 Event that first when the PagePreviousButton is clicked.
void PageNextButton_Click (object source, ImageClickEventArgs e)
 Event that first when the PageNextButton is clicked.
void PageLastButton_Click (object source, ImageClickEventArgs e)
 Event that first when the PageLastButton is clicked.
void ViewReportFile (object sender, EventArgs e)
 Event handler that gets called when the ViewReport Button is clicked.
void ViewLogFile (object sender, EventArgs e)
 Event handler that gets called when the ViewLog Button is clicked.
override void OnInit (EventArgs e)
 OnInit.

Protected Attributes

CheckBox AllDataPathCheckBox
 Control that checks or unchecks all of the ifolders in the current view.
DataGrid DataPaths
 Web controls.
TopNavigation TopNav
 Top navigation panel control.
Literal Name
 Server name control.
Literal Type
 Server type control.
Literal DnsName
 Server dns name control.
Literal MasterUri
 Server dns name control.
TextBox PublicIP
 Server public ip address control.
TextBox PrivateIP
 Server private ip address control.
TextBox MasterIP
 Server private ip address control.
Literal Status
 Server status control.
Literal UserCount
 Server provisioned user count control.
Literal iFolderCount
 Server ifolder count control.
Literal LoggedOnUsersCount
 Server logged on user count control.
Literal SessionCount
 Server session count control.
Literal DiskSpaceUsed
 Server disk space used control.
Literal DiskSpaceAvailable
 Server disk space available control.
Literal LdapStatus
 Server ldap status control.
Literal MaxConnectionCount
 Server maximum connection count control.
Button DisableButton
 Disable datapath button control.
Button DeleteButton
 Delete datapath button control.
Button EnableButton
 Enable datapath button control.
Button AddButton
 Create datapath button control.
TextBox LdapServer
 LDAP Server name.
Literal LdapCycles
 LDAP Cycles.
Literal LdapUpSince
 Server maximum connection count control.
TextBox LdapProxyUser
 LDAP Proxy User.
TextBox LdapProxyUserPwd
 LDAP Proxy User.
Literal LdapSsl
 LDAP SSL.
HtmlTextArea LdapSearchContext
 External Identity Sync Interval.
TextBox LdapDeleteGraceInterval
 Member Delete Grace Interval.
TextBox IDSyncInterval
 Member Delete Grace Interval.
DropDownList LdapSslList
 Log list control.
Button SyncNowButton
 External Identity Sync Now Button.
Button CancelServerDetailsButton
 Server Details cancel button control.
Button SaveServerDetailsButton
 ServerDetails save button control.
Button CancelLdapDetailsButton
 Ldap Details cancel button control.
Button SaveLdapDetailsButton
 ServerDetails save button control.
Button LdapEditButton
 LDAP save button control.
DropDownList ReportList
 Report list control.
Button ViewReportButton
 Report file view button control.
DropDownList LogList
 Log list control.
TextBox LogText
 Log text control.
Button ViewLogButton
 Log file view button control.
Label LogLevelLabel
 Log level label control.
Label LogLabel
 Log level label control.
DropDownList LogLevelList
 Log level list control.
Button LogLevelButton
 Log level button control.
string redirectUrl
 Log level button control.
ListFooter DataPathsFooter
 Web controls.
string currentServerURL
 Logged in Server URL.
bool serverStatus = false
 Server online status.


Detailed Description

Summary description for ServerDetails.


Member Function Documentation

void Novell::iFolderWeb::Admin::ServerDetails::OnPathChecked ( object  source,
EventArgs  e 
) [inline, protected]

Event handler that gets called when the path check box is checked.

Parameters:
source 
e 

bool Novell::iFolderWeb::Admin::ServerDetails::GetMemberCheckedState ( Object  name  )  [inline, protected]

Returns the checked state for the specified member.

Parameters:
name name of the datapath
Returns:
True if datapath is checked.

bool Novell::iFolderWeb::Admin::ServerDetails::IsPathEnabled ( object  name  )  [inline, protected]

Gets whether the path should be able to be checked.

Parameters:
path 
Returns:
True if the path is allowed to be checked.

void Novell::iFolderWeb::Admin::ServerDetails::DownloadFile ( string  url,
string  fileName 
) [inline, protected]

Parameters:
sender 
e 

void Novell::iFolderWeb::Admin::ServerDetails::DownloadLogFile ( string  fileName  )  [inline, protected]

Parameters:
sender 
e 

void Novell::iFolderWeb::Admin::ServerDetails::LogLevelButtonClicked ( object  sender,
EventArgs  e 
) [inline, protected]

Event handler that gets called when the ViewLog Button is clicked.

Parameters:
sender 
e 

void Novell::iFolderWeb::Admin::ServerDetails::OnSaveServerDetailsButton_Click ( object  source,
EventArgs  e 
) [inline, protected]

Event that gets called when the save button for server details is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::ServerDetails::OnCancelServerDetailsButton_Click ( object  source,
EventArgs  e 
) [inline, protected]

Event that gets called when the save button for server details is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::ServerDetails::OnSaveLdapDetailsButton_Click ( object  source,
EventArgs  e 
) [inline, protected]

Event that gets called when the save button for ldap details is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::ServerDetails::OnCancelLdapDetailsButton_Click ( object  source,
EventArgs  e 
) [inline, protected]

Event that gets called when the save button for ldap details is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::ServerDetails::OnLdapEditButton_Click ( object  source,
EventArgs  e 
) [inline, protected]

Event that gets called when the save button is clicked. ... currently this is called as Edit button.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::ServerDetails::OnSyncNowButton_Click ( object  source,
EventArgs  e 
) [inline, protected]

Event that gets called when the SyncNow button is clicked.

Parameters:
source 
e 

string Novell::iFolderWeb::Admin::ServerDetails::GetString ( string  key  )  [inline, protected]

Get a Localized String.

Parameters:
key 
Returns:

void Novell::iFolderWeb::Admin::ServerDetails::OnAllDataPathChecked ( object  source,
EventArgs  e 
) [inline, protected]

Event handler that gets called when the check all Datapath checkbox is selected.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::ServerDetails::OnAddButton_Click ( object  source,
EventArgs  e 
) [inline, protected]

Event handler that gets called when the Add DataPath button is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::ServerDetails::OnDisableButton_Click ( object  source,
EventArgs  e 
) [inline, protected]

Event handler that gets called with the disable datapath button is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::ServerDetails::OnDeleteButton_Click ( object  source,
EventArgs  e 
) [inline, protected]

Event handler that gets called with the delete datapath button is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::ServerDetails::OnEnableButton_Click ( object  source,
EventArgs  e 
) [inline, protected]

Event handler that gets called with the enable datapath button is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::ServerDetails::PageFirstButton_Click ( object  source,
ImageClickEventArgs  e 
) [inline, protected]

Event that first when the PageFirstButton is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::ServerDetails::PagePreviousButton_Click ( object  source,
ImageClickEventArgs  e 
) [inline, protected]

Event that first when the PagePreviousButton is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::ServerDetails::PageNextButton_Click ( object  source,
ImageClickEventArgs  e 
) [inline, protected]

Event that first when the PageNextButton is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::ServerDetails::PageLastButton_Click ( object  source,
ImageClickEventArgs  e 
) [inline, protected]

Event that first when the PageLastButton is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::ServerDetails::ViewReportFile ( object  sender,
EventArgs  e 
) [inline, protected]

Event handler that gets called when the ViewReport Button is clicked.

Parameters:
sender 
e 

void Novell::iFolderWeb::Admin::ServerDetails::ViewLogFile ( object  sender,
EventArgs  e 
) [inline, protected]

Event handler that gets called when the ViewLog Button is clicked.

Parameters:
sender 
e 

override void Novell::iFolderWeb::Admin::ServerDetails::OnInit ( EventArgs  e  )  [inline, protected]

OnInit.

Parameters:
e 


Member Data Documentation

Control that checks or unchecks all of the ifolders in the current view.

Web controls.

^M

Top navigation panel control.

Server name control.

Server type control.

Server dns name control.

Server dns name control.

Server public ip address control.

Server private ip address control.

Server private ip address control.

Server status control.

Server provisioned user count control.

Server ifolder count control.

Server logged on user count control.

Server session count control.

Server disk space used control.

Server disk space available control.

Server ldap status control.

Server maximum connection count control.

Disable datapath button control.

Delete datapath button control.

Enable datapath button control.

Create datapath button control.

LDAP Server name.

LDAP Cycles.

Server maximum connection count control.

LDAP Proxy User.

LDAP Proxy User.

LDAP SSL.

External Identity Sync Interval.

Member Delete Grace Interval.

Member Delete Grace Interval.

Log list control.

External Identity Sync Now Button.

Server Details cancel button control.

ServerDetails save button control.

Ldap Details cancel button control.

ServerDetails save button control.

LDAP save button control.

Report list control.

Report file view button control.

Log list control.

Log text control.

Log file view button control.

Log level label control.

Log level label control.

Log level list control.

Log level button control.

Log level button control.

Web controls.

Logged in Server URL.

Server online status.


The documentation for this class was generated from the following file:

Generated on Wed Apr 8 14:45:20 2009 for simias by  doxygen 1.5.6