Changeset 14873 for trunk/FACT++


Ignore:
Timestamp:
02/05/13 16:20:46 (12 years ago)
Author:
tbretz
Message:
Updated, fixed some docs (typos, wrong text)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/doc/Subscription.js

    r14696 r14873  
    9191     *     This timeout only applied if no event has been received yet
    9292     *     after a new Subscription has been created. If an event
    93      *     is already available, the event is received. If the timeout
    94      *     is 'null', waiting will nevr 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.
    9595     *     If the timeout is less than zero, no exception will be thrown,
    9696     *     but 'undefined' returned in case of timeout. The corresponding
     
    9999     * @param {Boolean} [requireNamed=true]
    100100     *     Usually an event is only considered complete, if also the
    101      *     corresponding decription is available distcibuted through
     101     *     corresponding decription is available distributed through
    102102     *     the service SERVER/SERVICE_DESC. If an event has no
    103      *     subscription or it is not important, requireNamed can
    104      *     be set to false.
     103     *     description or access to the data by name is not important,
     104     *     requireNamed can be set to false.
    105105     *
    106106     * @throws
    107107     *    <li> If number or type of arguments is wrong
    108108     *    <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 failed
     109     *    <li> If conversion of the received data to an event object has failed
    110110     *
    111111     * @returns {Event}
    112      *     If the thread was still known, true is returned, false
    113      *     otherwise. If the thread terminated already, false is
    114      *     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.
    115115     *
    116116     */
Note: See TracChangeset for help on using the changeset viewer.