Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/analytics/_base.js

  • Provides:

    • dojox.analytics._base
  • dojox.analytics

    • type
      Function
    • summary
      TODOC
      where we store data until we're ready to send it off.
      
      the data queue;
  • dojox.analytics.schedulePusher

    • parameters:
      • interval: (typeof Int)
    • summary
      Schedule the data pushing routines to happen in interval ms
    • type
      Function
  • dojox.analytics.addData

    • parameters:
      • dataType
      • data
    • summary
      add data to the queue. Will be pusshed to the server on the next
      data push
    • type
      Function
  • dojox.analytics.checkData

    • summary
      TODOC?
    • type
      Function
  • dojox.analytics.pushData

    • summary
      pushes data to the server if any exists.  If a push is done, return
      the deferred after hooking up completion callbacks.  If there is no data
      to be pushed, return false;
    • type
      Function
  • dojox.analytics.pushData._inTransit

  • dojox.analytics.pushData._data

    • type
      Array
  • dojox.analytics.getQueryPacket

    • summary
      TODOC
    • type
      Function
  • dojox.analytics.getQueryPacket._split

    • type
      Number
  • dojox.analytics.onPushComplete

    • parameters:
      • results
    • summary
      If our data push was successfully, remove the _inTransit data and schedule the next
      parser run.
    • type
      Function
  • dojox.analytics._data

    • type
      Array
  • dojox.analytics._id

    • type
      Number
  • dojox.analytics.sendInterval

    • type
      Number
  • dojox.analytics.inTransitRetry

    • type
      Number
  • dojox.analytics.dataUrl

    • type
      Object
  • dojox.analytics.sendMethod

    • type
      String
  • dojox.analytics.maxRequestSize

  • dojox.analytics._base

    • type
      Object
  • dojox

    • type
      Object