Buglet - buglet.sourceforge.org

org.buglet.bugsystem
Class BugNotifyThread

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--org.buglet.bugsystem.BugNotifyThread
All Implemented Interfaces:
java.lang.Runnable

public class BugNotifyThread
extends java.lang.Thread


Field Summary
(package private)  long bugid
           
(package private) static BugEnv env
           
(package private) static org.apache.log4j.Category log
           
(package private)  java.lang.String op
           
(package private)  javax.mail.Session session
           
(package private)  Bug theBug
           
(package private)  javax.mail.Transport transport
          transport mechanism for smtp
(package private)  java.lang.String value
           
 
Fields inherited from class java.lang.Thread
inheritableThreadLocals, MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY, threadLocals
 
Constructor Summary
BugNotifyThread(Bug theBug, java.lang.String op)
           
BugNotifyThread(long bugid, java.lang.String op)
           
 
Method Summary
 java.lang.String BugRef()
           
 java.lang.String BugSign()
           
 java.lang.String BugTitle()
           
(package private)  java.util.Vector getUserList(java.lang.String op, java.lang.String value)
           
 void notifyUser(java.lang.String username, java.lang.String op)
           
 void run()
           
 
Methods inherited from class java.lang.Thread
, activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, 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

env

static BugEnv env

log

static org.apache.log4j.Category log

theBug

Bug theBug

op

java.lang.String op

value

java.lang.String value

bugid

long bugid

session

javax.mail.Session session

transport

javax.mail.Transport transport
transport mechanism for smtp
Constructor Detail

BugNotifyThread

public BugNotifyThread(Bug theBug,
                       java.lang.String op)

BugNotifyThread

public BugNotifyThread(long bugid,
                       java.lang.String op)
Method Detail

run

public void run()
Overrides:
run in class java.lang.Thread

BugSign

public java.lang.String BugSign()

BugTitle

public java.lang.String BugTitle()

BugRef

public java.lang.String BugRef()

notifyUser

public void notifyUser(java.lang.String username,
                       java.lang.String op)

getUserList

java.util.Vector getUserList(java.lang.String op,
                             java.lang.String value)

Buglet - buglet.sourceforge.org

Copyright © 2001 58k.com Inc. All Rights Reserved