| Home | Trees | Index | Help |
|
|---|
| Package AccessGrid :: Module Config :: Class SystemConfig |
|
SystemConfig| Method Summary | |
|---|---|
__init__(self)
| |
__str__(self)
| |
_repr_(self)
| |
This call enables or disables an applications access via a firewall. | |
Retrieve the SNTP time and compare this clock against it. | |
Enumerate network interfaces | |
Retrieve the amount of free space on the file system the path is housed on. | |
Retrieve the local hostname. | |
GetLocalIPAddress(self)
| |
Retrieve local HTTP proxy settings. | |
Get the path to the system temp directory. | |
Get the name of the user | |
| Instance Variable Summary | |
|---|---|
| string | tempDir: the system temp directory. |
| Method Details |
|---|
AppFirewallConfig(self, path, enableFlag)This call enables or disables an applications access via a firewall. |
CheckClock(self, limit=10)Retrieve the SNTP time and compare this clock against it. |
EnumerateInterfaces(self)Enumerate network interfaces |
GetFileSystemFreeSpace(self, path)Retrieve the amount of free space on the file system the path is housed on. |
GetHostname(self)Retrieve the local hostname. |
GetProxySettings(self)Retrieve local HTTP proxy settings. |
GetTempDir(self)Get the path to the system temp directory. |
GetUsername(self)Get the name of the user |
| Instance Variable Details |
|---|
tempDirthe system temp directory.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Apr 14 16:39:28 2005 | http://epydoc.sf.net |