dist1.acb.CBL
Class AutoManager

java.lang.Object
  extended byjava.lang.Thread
      extended bydist1.acb.CBL.AutoManager
All Implemented Interfaces:
java.lang.Runnable

public class AutoManager
extends java.lang.Thread

The class manages the auto manager for creating a new topic if there are more then 10 votes for this topic and if an user didn't connect to the server for a period longer than one year, the user will be deleted.

Version:
$Revision: 1.7 $
Author:
Mariana Marin

Field Summary
protected  java.util.logging.Logger log
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
AutoManager(java.lang.ThreadGroup group)
          Creates a new AutoManager object.
 
Method Summary
 void run()
          Main processor
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

log

protected java.util.logging.Logger log
Constructor Detail

AutoManager

public AutoManager(java.lang.ThreadGroup group)
Creates a new AutoManager object.

Parameters:
group - Thread group to which current thread will be related
Method Detail

run

public void run()
Main processor



Copyright © 2004 Phoenix Team (CMU/AIT). All Rights Reserved.