Changeset 14873 for trunk/FACT++/scripts
- Timestamp:
- 02/05/13 16:20:46 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/doc/Subscription.js
r14696 r14873 91 91 * This timeout only applied if no event has been received yet 92 92 * after a new Subscription has been created. If an event 93 * is already available, the event is re ceived. If the timeout94 * is 'null', waiting will nev r timeout until an event was received.93 * is already available, the event is returned. If the timeout 94 * is 'null', waiting will never timeout until an event was received. 95 95 * If the timeout is less than zero, no exception will be thrown, 96 96 * but 'undefined' returned in case of timeout. The corresponding … … 99 99 * @param {Boolean} [requireNamed=true] 100 100 * Usually an event is only considered complete, if also the 101 * corresponding decription is available dist cibuted through101 * corresponding decription is available distributed through 102 102 * the service SERVER/SERVICE_DESC. If an event has no 103 * subscription or it is not important, requireNamed can104 * be set to false.103 * description or access to the data by name is not important, 104 * requireNamed can be set to false. 105 105 * 106 106 * @throws 107 107 * <li> If number or type of arguments is wrong 108 108 * <li> After a timeout, if the timeout value was greater or equal zero 109 * <li> If conversion of th received data to an event object has failed109 * <li> If conversion of the received data to an event object has failed 110 110 * 111 111 * @returns {Event} 112 * If the thread was still known, true is returned, false113 * otherwise. If the thread terminated already, false is114 * returned.112 * A valid event is returned, undefined in the case waiting for an 113 * event has timed out and exceptions are supressed by a negative 114 * timeout. 115 115 * 116 116 */
Note:
See TracChangeset
for help on using the changeset viewer.