Inheritance diagram for PEIP_INF_Channel:

Public Member Functions | |
| getName () | |
| send (PEIP_INF_Message $message, $timeout=-1) | |
Definition at line 21 of file PEIP_INF_Channel.php.
| PEIP_INF_Channel::getName | ( | ) |
Return the name of this channel.
Implemented in PEIP_ABS_Interceptable_Message_Channel, PEIP_Message_Channel, and PEIP_Pipe.
| PEIP_INF_Channel::send | ( | PEIP_INF_Message $ | message, | |
| $ | timeout = -1 | |||
| ) |
Send a message, blocking until either the message is accepted or the specified timeout period elapses.
| message | the Message to send | |
| timeout | the timeout in milliseconds |
true if the message is sent successfully, false</false> if the specified timeout period elapses or the send is interrupted Implemented in PEIP_ABS_Interceptable_Message_Channel, PEIP_Direct_Channel, PEIP_Message_Channel, and PEIP_Pipe.
1.5.1