Class AjxRpc

Object
   |
   +--AjxRpc

class AjxRpc

Defined in AjxRpc.js


Field Summary
<static>  Object _RPC_CACHE_MAX
          
<static>  Object _RPC_REAP_AGE
          
<static>  Object _RPC_REAP_COUNT
          
<static>  Object _rpcCache
          
 
Constructor Summary
AjxRpc ()
           
 
Method Summary
<static> Object _getFreeRpcCtxt()
          
<static> void _reap()
          
<static> Object getRpcRequest(id)
           Returns the request from the RPC context with the given ID.
<static> Object invoke(requestStr, serverUrl, requestHeaders, callback, useGet)
           Submits a request to a URL.

Field Detail

_RPC_CACHE_MAX

<static> Object _RPC_CACHE_MAX

_RPC_REAP_AGE

<static> Object _RPC_REAP_AGE

_RPC_REAP_COUNT

<static> Object _RPC_REAP_COUNT

_rpcCache

<static> Object _rpcCache

Constructor Detail

AjxRpc

AjxRpc()

Method Detail

_getFreeRpcCtxt

<static> Object _getFreeRpcCtxt()

_reap

<static> void _reap()

getRpcRequest

<static> Object getRpcRequest(id)

invoke

<static> Object invoke(requestStr, serverUrl, requestHeaders, callback, useGet)


Documentation generated by JSDoc on Thu Apr 27 13:58:40 2006