|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xmlrpc.XmlRpcClient.CallData
class XmlRpcClient.CallData
| Field Summary | |
|---|---|
(package private) AsyncCallback |
callback
|
(package private) XmlRpcClient.CallData |
next
|
(package private) XmlRpcClientRequest |
request
|
(package private) XmlRpcTransport |
transport
|
| Constructor Summary | |
|---|---|
XmlRpcClient.CallData(XmlRpcClientRequest request,
AsyncCallback callback,
XmlRpcTransport transport)
Make a call to be queued and then executed by the next free async thread |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
XmlRpcClientRequest request
XmlRpcTransport transport
AsyncCallback callback
XmlRpcClient.CallData next
| Constructor Detail |
|---|
public XmlRpcClient.CallData(XmlRpcClientRequest request,
AsyncCallback callback,
XmlRpcTransport transport)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||