ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Creates a java server ini file for the current client More...
Public Member Functions | |
__construct () | |
write () | |
getIniString () | |
getHost () | |
Returns $host. More... | |
setHost ($host) | |
Sets $host. More... | |
getIndexPath () | |
Returns $indexPath. More... | |
setIndexPath ($indexPath) | |
Sets $indexPath. More... | |
getLogLevel () | |
Returns $logLevel. More... | |
setLogLevel ($logLevel) | |
Sets $logLevel. More... | |
getLogPath () | |
Returns $logPath. More... | |
setLogPath ($logPath) | |
Sets $logPath. More... | |
getNumThreads () | |
Returns $numThreads. More... | |
setNumThreads ($numThreads) | |
Sets $numThreads. More... | |
getPort () | |
Returns $port. More... | |
setPort ($port) | |
Sets $port. More... | |
setMaxFileSize ($a_fs) | |
Set max file size mb. More... | |
getMaxFileSize () | |
Get max file size mb. More... | |
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 84 of file class.ilRpcIniFileWriter.php.
References $host.
Referenced by write().
ilRpcIniFileWriter::getIndexPath | ( | ) |
Returns $indexPath.
Definition at line 103 of file class.ilRpcIniFileWriter.php.
References $indexPath.
Referenced by write().
ilRpcIniFileWriter::getIniString | ( | ) |
ilRpcIniFileWriter::getLogLevel | ( | ) |
Returns $logLevel.
Definition at line 122 of file class.ilRpcIniFileWriter.php.
References $logLevel.
Referenced by write().
ilRpcIniFileWriter::getLogPath | ( | ) |
Returns $logPath.
Definition at line 141 of file class.ilRpcIniFileWriter.php.
References $logPath.
Referenced by write().
ilRpcIniFileWriter::getMaxFileSize | ( | ) |
Get max file size mb.
Definition at line 207 of file class.ilRpcIniFileWriter.php.
References $max_file_size.
Referenced by write().
ilRpcIniFileWriter::getNumThreads | ( | ) |
Returns $numThreads.
Definition at line 160 of file class.ilRpcIniFileWriter.php.
References $numThreads.
Referenced by write().
ilRpcIniFileWriter::getPort | ( | ) |
Returns $port.
Definition at line 179 of file class.ilRpcIniFileWriter.php.
References $port.
Referenced by write().
ilRpcIniFileWriter::setHost | ( | $host | ) |
Sets $host.
object | $host |
Definition at line 94 of file class.ilRpcIniFileWriter.php.
References $host.
ilRpcIniFileWriter::setIndexPath | ( | $indexPath | ) |
Sets $indexPath.
object | $indexPath |
Definition at line 113 of file class.ilRpcIniFileWriter.php.
References $indexPath.
ilRpcIniFileWriter::setLogLevel | ( | $logLevel | ) |
Sets $logLevel.
object | $logLevel |
Definition at line 132 of file class.ilRpcIniFileWriter.php.
References $logLevel.
ilRpcIniFileWriter::setLogPath | ( | $logPath | ) |
Sets $logPath.
object | $logPath |
Definition at line 151 of file class.ilRpcIniFileWriter.php.
References $logPath.
ilRpcIniFileWriter::setMaxFileSize | ( | $a_fs | ) |
Set max file size mb.
int | $a_fs |
Definition at line 198 of file class.ilRpcIniFileWriter.php.
ilRpcIniFileWriter::setNumThreads | ( | $numThreads | ) |
Sets $numThreads.
object | $numThreads |
Definition at line 170 of file class.ilRpcIniFileWriter.php.
References $numThreads.
ilRpcIniFileWriter::setPort | ( | $port | ) |
Sets $port.
object | $port |
Definition at line 189 of file class.ilRpcIniFileWriter.php.
References $port.
ilRpcIniFileWriter::write | ( | ) |
Definition at line 46 of file class.ilRpcIniFileWriter.php.
References $DIC, $ilIliasIniFile, $ilSetting, getHost(), getIndexPath(), getLogLevel(), getLogPath(), getMaxFileSize(), getNumThreads(), and getPort().
|
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.