Methods in org.opengroupware.jogi.connect.xmlrpc that return XmlRpcJob |
protected XmlRpcJob |
XmlRpcJobManager.receiveJob(java.lang.Object accTemp)
This method takes the return value of an XML-RPC call, and updates the
cached XmlRpcJob
object or if it does not exist a newly created one initialised with the
values returned from the XML-RPC call. |
protected XmlRpcJob |
XmlRpcJobManager.getCachedJob(java.lang.Object obj)
This method takes the return value of an XML-RPC call and looks up
the object which represents this id in the cache. |
protected XmlRpcJob |
XmlRpcJobManager.createNewJob(java.util.Map content)
|