| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Creates a java server ini file for the current client More...
 Collaboration diagram for ilRpcIniFileWriter:
 Collaboration diagram for ilRpcIniFileWriter:| Public Member Functions | |
| __construct () | |
| write () | |
| getIniString () | |
| getHost () | |
| Returns $host. | |
| setHost ($host) | |
| Sets $host. | |
| getIndexPath () | |
| Returns $indexPath. | |
| setIndexPath ($indexPath) | |
| Sets $indexPath. | |
| getLogLevel () | |
| Returns $logLevel. | |
| setLogLevel ($logLevel) | |
| Sets $logLevel. | |
| getLogPath () | |
| Returns $logPath. | |
| setLogPath ($logPath) | |
| Sets $logPath. | |
| getNumThreads () | |
| Returns $numThreads. | |
| setNumThreads ($numThreads) | |
| Sets $numThreads. | |
| getPort () | |
| Returns $port. | |
| setPort ($port) | |
| Sets $port. | |
| setMaxFileSize ($a_fs) | |
| Set max file size mb. | |
| getMaxFileSize () | |
| Get max file size mb. | |
| Protected Attributes | |
| $ini = '' | |
| $host | |
| $port | |
| $indexPath | |
| $logPath | |
| $logLevel | |
| $numThreads | |
| $max_file_size | |
Creates a java server ini file for the current client
Definition at line 29 of file class.ilRpcIniFileWriter.php.
| ilRpcIniFileWriter::__construct | ( | ) | 
Definition at line 42 of file class.ilRpcIniFileWriter.php.
| ilRpcIniFileWriter::getHost | ( | ) | 
Returns $host.
Definition at line 82 of file class.ilRpcIniFileWriter.php.
References $host.
| ilRpcIniFileWriter::getIndexPath | ( | ) | 
Returns $indexPath.
Definition at line 101 of file class.ilRpcIniFileWriter.php.
References $indexPath.
| ilRpcIniFileWriter::getIniString | ( | ) | 
| ilRpcIniFileWriter::getLogLevel | ( | ) | 
Returns $logLevel.
Definition at line 120 of file class.ilRpcIniFileWriter.php.
References $logLevel.
| ilRpcIniFileWriter::getLogPath | ( | ) | 
Returns $logPath.
Definition at line 139 of file class.ilRpcIniFileWriter.php.
References $logPath.
| ilRpcIniFileWriter::getMaxFileSize | ( | ) | 
Get max file size mb.
Definition at line 205 of file class.ilRpcIniFileWriter.php.
References $max_file_size.
| ilRpcIniFileWriter::getNumThreads | ( | ) | 
Returns $numThreads.
Definition at line 158 of file class.ilRpcIniFileWriter.php.
References $numThreads.
| ilRpcIniFileWriter::getPort | ( | ) | 
Returns $port.
Definition at line 177 of file class.ilRpcIniFileWriter.php.
References $port.
| ilRpcIniFileWriter::setHost | ( | $host | ) | 
Sets $host.
| object | $host | 
Definition at line 92 of file class.ilRpcIniFileWriter.php.
References $host.
| ilRpcIniFileWriter::setIndexPath | ( | $indexPath | ) | 
Sets $indexPath.
| object | $indexPath | 
Definition at line 111 of file class.ilRpcIniFileWriter.php.
References $indexPath.
| ilRpcIniFileWriter::setLogLevel | ( | $logLevel | ) | 
Sets $logLevel.
| object | $logLevel | 
Definition at line 130 of file class.ilRpcIniFileWriter.php.
References $logLevel.
| ilRpcIniFileWriter::setLogPath | ( | $logPath | ) | 
Sets $logPath.
| object | $logPath | 
Definition at line 149 of file class.ilRpcIniFileWriter.php.
References $logPath.
| ilRpcIniFileWriter::setMaxFileSize | ( | $a_fs | ) | 
Set max file size mb.
| int | $a_fs | 
Definition at line 196 of file class.ilRpcIniFileWriter.php.
| ilRpcIniFileWriter::setNumThreads | ( | $numThreads | ) | 
Sets $numThreads.
| object | $numThreads | 
Definition at line 168 of file class.ilRpcIniFileWriter.php.
References $numThreads.
| ilRpcIniFileWriter::setPort | ( | $port | ) | 
Sets $port.
| object | $port | 
Definition at line 187 of file class.ilRpcIniFileWriter.php.
References $port.
| ilRpcIniFileWriter::write | ( | ) | 
Definition at line 47 of file class.ilRpcIniFileWriter.php.
References $ilIliasIniFile, and $ilSetting.
| 
 | protected | 
Definition at line 33 of file class.ilRpcIniFileWriter.php.
| 
 | protected | 
Definition at line 35 of file class.ilRpcIniFileWriter.php.
Referenced by getIndexPath(), and setIndexPath().
| 
 | protected | 
Definition at line 31 of file class.ilRpcIniFileWriter.php.
Referenced by getIniString().
| 
 | protected | 
Definition at line 37 of file class.ilRpcIniFileWriter.php.
Referenced by getLogLevel(), and setLogLevel().
| 
 | protected | 
Definition at line 36 of file class.ilRpcIniFileWriter.php.
Referenced by getLogPath(), and setLogPath().
| 
 | protected | 
Definition at line 39 of file class.ilRpcIniFileWriter.php.
Referenced by getMaxFileSize().
| 
 | protected | 
Definition at line 38 of file class.ilRpcIniFileWriter.php.
Referenced by getNumThreads(), and setNumThreads().
| 
 | protected | 
Definition at line 34 of file class.ilRpcIniFileWriter.php.