Uses of Class
org.jcoderz.commons.Category

Packages that use Category
org.jcoderz.commons   
org.jcoderz.commons.logging   
 

Uses of Category in org.jcoderz.commons
 

Fields in org.jcoderz.commons declared as Category
static Category Category.AUDIT
          The Category Audit.
static Category Category.BUSINESS
          The Category Business.
static Category Category.FLOW
          The Category Flow.
static Category Category.SECURITY
          The Category Security.
static Category Category.TECHNICAL
          The Category Technical.
static Category Category.UNDEFINED
          The Category Undefined.
 

Methods in org.jcoderz.commons that return Category
static Category Category.fromInt(int i)
          Creates a Category object from its int representation.
static Category Category.fromString(String str)
          Creates a Category object from its String representation.
 Category LogMessageInfoImpl.getCategory()
          Returns the category of the event that triggered this message to be dumped.
 Category LogMessageInfo.getCategory()
          Returns the category of the event that triggered this message to be dumped.
 

Constructors in org.jcoderz.commons with parameters of type Category
LogMessageInfoImpl(String symbol, int id, Level level, String text, String solution, BusinessImpact businessImpact, Category category, String[] params, String appName, String appNameAbbr, String groupName, String groupNameAbbr)
           
 

Uses of Category in org.jcoderz.commons.logging
 

Methods in org.jcoderz.commons.logging that return Category
 Category LogItem.getCategory()
          Gets the category.
protected  Category BasicLogLineFormat.getCategory()
          Gets the category of a parsed log line.
 

Methods in org.jcoderz.commons.logging with parameters of type Category
 void LogItem.setCategory(Category category)
          Sets the category of this.
protected  void BasicLogLineFormat.setCategory(Category category)
          Sets the category to dump.
 



Copyright 2007 The jCoderZ Project.