|
ILIAS
Release_4_0_x_branch Revision 61816
|
Creates a java server ini file for the current client More...
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. | |
Protected Attributes | |
| $ini = '' | |
| $host | |
| $port | |
| $indexPath | |
| $logPath | |
| $logLevel | |
| $numThreads | |
Creates a java server ini file for the current client
Definition at line 29 of file class.ilRpcIniFileWriter.php.
| ilRpcIniFileWriter::__construct | ( | ) |
Definition at line 41 of file class.ilRpcIniFileWriter.php.
| ilRpcIniFileWriter::getHost | ( | ) |
Returns $host.
Definition at line 80 of file class.ilRpcIniFileWriter.php.
References $host.
| ilRpcIniFileWriter::getIndexPath | ( | ) |
Returns $indexPath.
Definition at line 99 of file class.ilRpcIniFileWriter.php.
References $indexPath.
| ilRpcIniFileWriter::getIniString | ( | ) |
| ilRpcIniFileWriter::getLogLevel | ( | ) |
Returns $logLevel.
Definition at line 118 of file class.ilRpcIniFileWriter.php.
References $logLevel.
| ilRpcIniFileWriter::getLogPath | ( | ) |
Returns $logPath.
Definition at line 137 of file class.ilRpcIniFileWriter.php.
References $logPath.
| ilRpcIniFileWriter::getNumThreads | ( | ) |
Returns $numThreads.
Definition at line 156 of file class.ilRpcIniFileWriter.php.
References $numThreads.
| ilRpcIniFileWriter::getPort | ( | ) |
Returns $port.
Definition at line 175 of file class.ilRpcIniFileWriter.php.
References $port.
| ilRpcIniFileWriter::setHost | ( | $host | ) |
Sets $host.
| object | $host |
Definition at line 90 of file class.ilRpcIniFileWriter.php.
References $host.
| ilRpcIniFileWriter::setIndexPath | ( | $indexPath | ) |
Sets $indexPath.
| object | $indexPath |
Definition at line 109 of file class.ilRpcIniFileWriter.php.
References $indexPath.
| ilRpcIniFileWriter::setLogLevel | ( | $logLevel | ) |
Sets $logLevel.
| object | $logLevel |
Definition at line 128 of file class.ilRpcIniFileWriter.php.
References $logLevel.
| ilRpcIniFileWriter::setLogPath | ( | $logPath | ) |
Sets $logPath.
| object | $logPath |
Definition at line 147 of file class.ilRpcIniFileWriter.php.
References $logPath.
| ilRpcIniFileWriter::setNumThreads | ( | $numThreads | ) |
Sets $numThreads.
| object | $numThreads |
Definition at line 166 of file class.ilRpcIniFileWriter.php.
References $numThreads.
| ilRpcIniFileWriter::setPort | ( | $port | ) |
Sets $port.
| object | $port |
Definition at line 185 of file class.ilRpcIniFileWriter.php.
References $port.
| ilRpcIniFileWriter::write | ( | ) |
Definition at line 46 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 38 of file class.ilRpcIniFileWriter.php.
Referenced by getNumThreads(), and setNumThreads().
|
protected |
Definition at line 34 of file class.ilRpcIniFileWriter.php.