메소드 | 설명 | |
---|---|---|
__construct ( string $procedureName ) | Constructor | |
getAllowMultipleRegistrations ( ) : boolean | ||
getCallByRequestId ( integer $requestId ) : |
Get call by request ID | |
getDiscloseCaller ( ) : boolean | ||
getInvokeType ( ) : string | ||
getProcedureName ( ) : string | ||
getRegistrationById ( $registrationId ) : boolean | |
Get registration by ID | |
getRegistrations ( ) : array | ||
isAllowMultipleRegistrations ( ) : boolean | ||
isDiscloseCaller ( ) : boolean | ||
leave ( |
process session leave | |
managerGetRegistrations ( ) | todo: This was part of the manager stuff - but may be used by some tests | |
processCall ( |
Process call | |
processQueue ( ) | Process the Queue | |
processRegister ( |
Process register | |
processUnregister ( |
process unregister | |
removeCall ( |
Remove all references to Call to it can be GCed | |
setAllowMultipleRegistrations ( boolean $allowMultipleRegistrations ) | ||
setDiscloseCaller ( boolean $discloseCaller ) | ||
setInvokeType ( $invoketype ) |
메소드 | 설명 | |
---|---|---|
addRegistration ( |
Add registration | |
getNextFirstRegistration ( ) | ||
getNextLastRegistration ( ) | ||
getNextRandomRegistration ( ) | ||
getNextRoundRobinRegistration ( ) | ||
getNextThruwayRegistration ( ) | ||
setProcedureName ( string $procedureName ) |
public getAllowMultipleRegistrations ( ) : boolean | ||
리턴 | boolean |
public getCallByRequestId ( integer $requestId ) : |
||
$requestId | integer | |
리턴 |
public getRegistrationById ( $registrationId ) : boolean | |
||
$registrationId | ||
리턴 | boolean | |
public managerGetRegistrations ( ) |
public processCall ( |
||
$session | ||
$call | ||
리턴 | boolean | |
| Call |
public processRegister ( |
||
$session | ||
$msg | Thruway\Message\RegisterMessage | |
리턴 | boolean |
public processUnregister ( |
||
$session | ||
$msg | Thruway\Message\UnregisterMessage | |
리턴 | boolean |
public removeCall ( |
||
$call |
public setAllowMultipleRegistrations ( boolean $allowMultipleRegistrations ) | ||
$allowMultipleRegistrations | boolean |
public setDiscloseCaller ( boolean $discloseCaller ) | ||
$discloseCaller | boolean |