net.spy.cache
Class CacheClearRequestListener
java.lang.Object
java.lang.Thread
net.spy.SpyThread
net.spy.cache.CacheClearRequestListener
- All Implemented Interfaces:
- Runnable
public class CacheClearRequestListener
- extends SpyThread
Listen for multicast request to clear cache for a given prefix.
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, yield |
CacheClearRequestListener
public CacheClearRequestListener(InetAddress g,
int p)
throws IOException
- Get an instance of CacheClearRequestListener.
- Throws:
IOException
makeMCastSocket
protected MulticastSocket makeMCastSocket(int p)
throws IOException
- Throws:
IOException
toString
public String toString()
- String me.
- Overrides:
toString in class Thread
stopRunning
public void stopRunning()
- Tell the thing to stop running.
flush
public void flush(DatagramPacket recv)
- Do that crazy flush thing.
run
public void run()
- Run.
- Specified by:
run in interface Runnable- Overrides:
run in class Thread
Copyright © 1995-2007 SPY Internetworking. All Rights Reserved.