testserver
Class heapoverflow

java.lang.Object
  extended by testserver.heapoverflow
All Implemented Interfaces:
org.apache.xmlrpc.AsyncCallback

public class heapoverflow
extends java.lang.Object
implements org.apache.xmlrpc.AsyncCallback


Field Summary
(package private)  org.apache.xmlrpc.XmlRpcClient client
           
 
Constructor Summary
heapoverflow(java.lang.String urlstring)
           
 
Method Summary
 void handleError(java.lang.Exception arg0, java.net.URL arg1, java.lang.String arg2)
           
 void handleResult(java.lang.Object arg0, java.net.URL arg1, java.lang.String arg2)
           
 void run()
           
private  void waitmillis(long millis)
          For waiting millis milliseconds.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

client

org.apache.xmlrpc.XmlRpcClient client
Constructor Detail

heapoverflow

public heapoverflow(java.lang.String urlstring)
             throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

run

public void run()

handleResult

public void handleResult(java.lang.Object arg0,
                         java.net.URL arg1,
                         java.lang.String arg2)
Specified by:
handleResult in interface org.apache.xmlrpc.AsyncCallback

handleError

public void handleError(java.lang.Exception arg0,
                        java.net.URL arg1,
                        java.lang.String arg2)
Specified by:
handleError in interface org.apache.xmlrpc.AsyncCallback

waitmillis

private void waitmillis(long millis)
For waiting millis milliseconds.