|
wCMF
3.6
|
Public Member Functions | |
| & | getInstance () |
| doCall ($serverKey, $request) | |
Private Member Functions | |
| getClient ($serverKey) | |
| getRemoteUser ($serverKey) | |
Private Attributes | |
| $_clients = array() | |
| $_users = array() | |
RemotingFacade is used to communicate with other wCMF instances.
wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH
Licensed under the terms of any of the following licenses at your choice:
See the license.txt file distributed with this work for additional information.
$Id$
Definition at line 33 of file class.RemotingFacade.php.
| & RemotingFacade::getInstance | ( | ) |
Get the singleton instance.
Definition at line 42 of file class.RemotingFacade.php.
Referenced by RemoteCapablePersistenceFacadeImpl\loadRemoteObject().
| RemotingFacade::doCall | ( | $serverKey, | |
| $request | |||
| ) |
Send a request to the server identified by serverKey.
| serverKey | An entry in the configuration section 'remoteserver' |
| request | A Request instance |
Definition at line 57 of file class.RemotingFacade.php.
References getClient().
Here is the call graph for this function:
|
private |
Get a client instance for a given server key
| serverKey | An entry in the configuration section 'remoteserver' |
Definition at line 72 of file class.RemotingFacade.php.
References InifileParser\getInstance(), getRemoteUser(), and WCMFException\throwEx().
Referenced by doCall().
Here is the call graph for this function:
|
private |
Get the remote user name for a given server key
| serverKey | An entry in the configuration section 'remoteuser' |
Definition at line 105 of file class.RemotingFacade.php.
References ObjectFactory\getInstance(), InifileParser\getInstance(), and WCMFException\throwEx().
Referenced by getClient().
Here is the call graph for this function:
|
private |
Definition at line 35 of file class.RemotingFacade.php.
|
private |
Definition at line 36 of file class.RemotingFacade.php.