org.apache.xmlrpc
Class XmlRpcClient.CallData

java.lang.Object
  extended byorg.apache.xmlrpc.XmlRpcClient.CallData
Enclosing class:
XmlRpcClient

class XmlRpcClient.CallData
extends java.lang.Object


Field Summary
(package private)  AsyncCallback callback
           
(package private)  java.lang.String method
           
(package private)  XmlRpcClient.CallData next
           
(package private)  java.util.Vector params
           
 
Constructor Summary
XmlRpcClient.CallData(java.lang.String method, java.util.Vector params, AsyncCallback callback)
          Make a call to be queued and then executed by the next free async thread
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

java.lang.String method

params

java.util.Vector params

callback

AsyncCallback callback

next

XmlRpcClient.CallData next
Constructor Detail

XmlRpcClient.CallData

public XmlRpcClient.CallData(java.lang.String method,
                             java.util.Vector params,
                             AsyncCallback callback)
Make a call to be queued and then executed by the next free async thread



Copyright © ${year} Apache Software Foundation. All Rights Reserved.