net.spy.util
Class QuickRun
java.lang.Object
java.lang.Thread
net.spy.SpyThread
net.spy.util.QuickRun
- All Implemented Interfaces:
- Runnable
- public class QuickRun
- extends SpyThread
Listens on a socket and lets you run stuff without firing up a new JVM.
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
QuickRun
public QuickRun(Socket s)
throws Exception
QuickRun
public QuickRun(int port)
throws Exception
run
public void run()
goServer
public void goServer()
throws Exception
- Start up the server.
- Throws:
Exception
main
public static void main(String[] args)
throws Exception
- Testing.
- Throws:
Exception