edu.rice.rubbos.client.ClientEmulator RUBBoS client emulator. This class plays random user sessions emulating a Web browser. @author <a HREF="mailto:cecchet@rice.edu">Emmanuel Cecchet</a> and <a HREF="mailto:julie.marguerite@inrialpes.fr">Julie Marguerite</a> @version 1.0
org.codehaus.groovy.runtime.DefaultGroovyMethods This class defines all the new groovy methods which appear on normal JDK classes inside the Groovy environment. Static methods are used with the first parameter the destination class. @author <a HREF="mailto:james@coredevelopers.net">James Strachan</a> @author Jeremy Rayner @author Sa ...
org.eclipse.debug.core.model.RuntimeProcess Standard implementation of an <code>IProcess</code> that wrappers a system process (<code>java.lang.Process</code>). <p> Clients may subclass this class. Clients that need to replace the implementation of a streams proxy associatd with an <code>IProcess</code ...
org.jacorb.trading.test.OutputForwarder This class writes the data of a processes output stream to a file. This is needed since when using exec() the new process has no stdout. @author Nicolas Noffke