Detailed Description
Class used as entity for server node information.
Definition at line 11 of file oxapplicationserver.php.
Member Function Documentation
oxApplicationServer::getId |
( |
| ) |
|
oxApplicationServer::getIp |
( |
| ) |
|
oxApplicationServer::getLastAdminUsage |
( |
| ) |
|
oxApplicationServer::getLastFrontendUsage |
( |
| ) |
|
Gets last frontend usage.
- Returns
- int|null Frontend server flag which stores timestamp.
Definition at line 146 of file oxapplicationserver.php.
oxApplicationServer::getTimestamp |
( |
| ) |
|
oxApplicationServer::isValid |
( |
| ) |
|
oxApplicationServer::setId |
( |
|
$sId | ) |
|
oxApplicationServer::setIp |
( |
|
$sIp | ) |
|
oxApplicationServer::setIsValid |
( |
|
$blValid = true | ) |
|
Sets whether is valid.
- Parameters
-
bool | $blValid | Flag to set if application server is valid |
Definition at line 156 of file oxapplicationserver.php.
oxApplicationServer::setLastAdminUsage |
( |
|
$iLastAdminUsage | ) |
|
oxApplicationServer::setLastFrontendUsage |
( |
|
$iLastFrontendUsage | ) |
|
Sets last frontend usage.
- Parameters
-
int | null | $iLastFrontendUsage | Admin server flag which stores timestamp. |
Definition at line 136 of file oxapplicationserver.php.
oxApplicationServer::setTimestamp |
( |
|
$iTimestamp | ) |
|
Member Data Documentation
oxApplicationServer::$_blIsValid = false |
|
private |
oxApplicationServer::$_iLastAdminUsage |
|
private |
oxApplicationServer::$_iLastFrontendUsage |
|
private |
oxApplicationServer::$_iTimestamp |
|
private |
oxApplicationServer::$_sId |
|
private |
oxApplicationServer::$_sIp |
|
private |
The documentation for this class was generated from the following file: