Class semper.util.log.CategoryBag
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.util.log.CategoryBag

java.lang.Object
   |
   +----java.util.Dictionary
           |
           +----java.util.Hashtable
                   |
                   +----semper.util.log.CategoryBag

public class CategoryBag
extends Hashtable
A container allowing efficient set/access to logging categories. Default (package only) visibility!

Constructor Index

 o CategoryBag()

Method Index

 o Dump()
 o Get(String)
 o Remove(String)
 o Set(String, int)

Constructors

 o CategoryBag
  public CategoryBag()

Methods

 o Set
  public synchronized void Set(String cat,
                               int value) throws NullPointerException
 o Remove
  public synchronized void Remove(String cat)
 o Dump
  public synchronized void Dump()
 o Get
  public synchronized Category Get(String cat) throws NoSuchElementException

All Packages  Class Hierarchy  This Package  Previous  Next  Index