java.lang.Object
java.lang.Thread
org.rakiura.mbot.PingThread
- All Implemented Interfaces:
- java.lang.Runnable
- public class PingThread
- extends java.lang.Thread
PingThread.java
Created: Wed Jul 14 19:38:55 1999
- Version:
- 0.3 $Revision: 1.1.1.1 $
| Nested classes inherited from class java.lang.Thread |
java.lang.Thread.UncaughtExceptionHandler |
|
Method Summary |
void |
run()
The method of Thread that will be run if there is no Runnable object
associated with the Thread. |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
engine
Engine engine
RPL_LISTSTART
public static final int RPL_LISTSTART
- See Also:
- Constant Field Values
RPL_LIST
public static final int RPL_LIST
- See Also:
- Constant Field Values
RPL_LISTEND
public static final int RPL_LISTEND
- See Also:
- Constant Field Values
RPL_WHOREPLY
public static final int RPL_WHOREPLY
- See Also:
- Constant Field Values
RPL_ENDOFWHO
public static final int RPL_ENDOFWHO
- See Also:
- Constant Field Values
RPL_EXPNSTART
public static final int RPL_EXPNSTART
- See Also:
- Constant Field Values
RPL_EXPNEND
public static final int RPL_EXPNEND
- See Also:
- Constant Field Values
RPL_INVSTART
public static final int RPL_INVSTART
- See Also:
- Constant Field Values
RPL_INVEND
public static final int RPL_INVEND
- See Also:
- Constant Field Values
ERR_ERRONEUSNICKNAME
public static final int ERR_ERRONEUSNICKNAME
- See Also:
- Constant Field Values
ERR_NICKNAMEINUSE
public static final int ERR_NICKNAMEINUSE
- See Also:
- Constant Field Values
ERR_NICKCOLLISION
public static final int ERR_NICKCOLLISION
- See Also:
- Constant Field Values
ERR_CHANNELISFULL
public static final int ERR_CHANNELISFULL
- See Also:
- Constant Field Values
ERR_INVITEONLYCHAN
public static final int ERR_INVITEONLYCHAN
- See Also:
- Constant Field Values
ERR_BANNEDFROMCHAN
public static final int ERR_BANNEDFROMCHAN
- See Also:
- Constant Field Values
ERR_BADCHANNELKEY
public static final int ERR_BADCHANNELKEY
- See Also:
- Constant Field Values
ERR_CHANOPRIVSNEEDED
public static final int ERR_CHANOPRIVSNEEDED
- See Also:
- Constant Field Values
PingThread
PingThread(Engine f)
run
public void run()
- Description copied from class:
java.lang.Thread
- The method of Thread that will be run if there is no Runnable object
associated with the Thread. Thread's implementation does nothing at all.