Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.rakiura.mbot
Class PingThread  view PingThread download PingThread.java

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.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 Class Summary
 
Nested classes inherited from class java.lang.Thread
java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
(package private)  Engine engine
           
static int ERR_BADCHANNELKEY
           
static int ERR_BANNEDFROMCHAN
           
static int ERR_CHANNELISFULL
           
static int ERR_CHANOPRIVSNEEDED
           
static int ERR_ERRONEUSNICKNAME
           
static int ERR_INVITEONLYCHAN
           
static int ERR_NICKCOLLISION
           
static int ERR_NICKNAMEINUSE
           
static int RPL_ENDOFWHO
           
static int RPL_EXPNEND
           
static int RPL_EXPNSTART
           
static int RPL_INVEND
           
static int RPL_INVSTART
           
static int RPL_LIST
           
static int RPL_LISTEND
           
static int RPL_LISTSTART
           
static int RPL_WHOREPLY
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
(package private) PingThread(Engine f)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

PingThread

PingThread(Engine f)
Method Detail

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.