|
|||||||||
| Home >> All >> com >> flexstor >> common >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.flexstor.common.util
Class DiagnosticCategoryI

java.lang.Objectcom.flexstor.common.util.DiagnosticCategoryI
- Direct Known Subclasses:
- DiagnosticBase
- public class DiagnosticCategoryI
- extends java.lang.Object
Revision 1.15 2000-09-28 : 22:51:00 Visesh Changed access modifier of 'categories' to public final static This class ensures type safety for diagnostic categories. Only categories defines in this interface can be traced. Each category must be included in the categories array when added to the interface. Categories can be referenced through Diagnostic, e.g. Diagnostic.CAT_SEND. All categories should be commented.
| Field Summary | |
static DiagnosticCategory |
APPSERVER_ARCHIVE
Trace category for AppServer/Archive (including restore) |
static DiagnosticCategory |
APPSERVER_IMPORT
Trace category for AppServer/ImportProcessor |
static DiagnosticCategory |
APPSERVER_MAIN
Trace category for AppServer/Main |
static DiagnosticCategory |
APPSERVER_QMANAGER
Trace category for AppServer/QManager |
static DiagnosticCategory |
APPSERVER_SERVICES
Trace category for AppServer/Services (not including archive/restore) |
static DiagnosticCategory |
ASSET_REG
Trace category for Asset Registry |
static DiagnosticCategory |
ASSET_VERSIONS
Trace category for settings related |
static DiagnosticCategory |
CAT_ARCHIVE
Trace category for Archive Elements |
static DiagnosticCategory |
CAT_CLASSGEN
Trace category for ClassGenerator |
static DiagnosticCategory |
CAT_CLASSLDR
Trace category for FlexClassLoader and subclasses |
static DiagnosticCategory |
CAT_EXPORT
Trace category for export |
static DiagnosticCategory |
CAT_GATEWAY
Trace category for the Server Gateway. |
static DiagnosticCategory |
CAT_IMPORT
Trace category for import |
static DiagnosticCategory |
CAT_OAS
Trace category for Oracle Application Server |
static DiagnosticCategory |
CAT_PROCESS
Trace category for external process generation |
static DiagnosticCategory |
CAT_REPORT
Trace category for Reporting |
static DiagnosticCategory |
CAT_SCRIPT_SVC
Trace category for Remote Asset Services |
static DiagnosticCategory |
CAT_SEND
Trace category for Send Dialog/Send Elements |
static DiagnosticCategory |
CAT_THREAD_MGR
Trace category for thread manager |
static DiagnosticCategory[] |
categories
Array containing all categories |
static DiagnosticCategory |
REGISTRY
Trace category for Root, Result Set, Disguise, Bucket, and Element Registries |
static DiagnosticCategory |
SETTINGS
Trace category for settings related |
| Constructor Summary | |
DiagnosticCategoryI()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
CAT_SEND
public static final DiagnosticCategory CAT_SEND
- Trace category for Send Dialog/Send Elements
CAT_ARCHIVE
public static final DiagnosticCategory CAT_ARCHIVE
- Trace category for Archive Elements
CAT_CLASSGEN
public static final DiagnosticCategory CAT_CLASSGEN
- Trace category for ClassGenerator
CAT_CLASSLDR
public static final DiagnosticCategory CAT_CLASSLDR
- Trace category for FlexClassLoader and subclasses
CAT_REPORT
public static final DiagnosticCategory CAT_REPORT
- Trace category for Reporting
CAT_OAS
public static final DiagnosticCategory CAT_OAS
- Trace category for Oracle Application Server
CAT_PROCESS
public static final DiagnosticCategory CAT_PROCESS
- Trace category for external process generation
CAT_IMPORT
public static final DiagnosticCategory CAT_IMPORT
- Trace category for import
CAT_EXPORT
public static final DiagnosticCategory CAT_EXPORT
- Trace category for export
CAT_THREAD_MGR
public static final DiagnosticCategory CAT_THREAD_MGR
- Trace category for thread manager
CAT_SCRIPT_SVC
public static final DiagnosticCategory CAT_SCRIPT_SVC
- Trace category for Remote Asset Services
CAT_GATEWAY
public static final DiagnosticCategory CAT_GATEWAY
- Trace category for the Server Gateway. This category has 6 levels:
1. Misc. Messages
2. Retrieval of Home Interface
3. Method calls
4. Dispose calls
5. Stack traces
6. Heartbeat messages.
APPSERVER_MAIN
public static final DiagnosticCategory APPSERVER_MAIN
- Trace category for AppServer/Main
APPSERVER_QMANAGER
public static final DiagnosticCategory APPSERVER_QMANAGER
- Trace category for AppServer/QManager
APPSERVER_SERVICES
public static final DiagnosticCategory APPSERVER_SERVICES
- Trace category for AppServer/Services (not including archive/restore)
APPSERVER_ARCHIVE
public static final DiagnosticCategory APPSERVER_ARCHIVE
- Trace category for AppServer/Archive (including restore)
APPSERVER_IMPORT
public static final DiagnosticCategory APPSERVER_IMPORT
- Trace category for AppServer/ImportProcessor
ASSET_REG
public static final DiagnosticCategory ASSET_REG
- Trace category for Asset Registry
REGISTRY
public static final DiagnosticCategory REGISTRY
- Trace category for Root, Result Set, Disguise, Bucket, and Element Registries
SETTINGS
public static final DiagnosticCategory SETTINGS
- Trace category for settings related
ASSET_VERSIONS
public static final DiagnosticCategory ASSET_VERSIONS
- Trace category for settings related
categories
public static final DiagnosticCategory[] categories
- Array containing all categories
| Constructor Detail |
DiagnosticCategoryI
public DiagnosticCategoryI()
|
|||||||||
| Home >> All >> com >> flexstor >> common >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.flexstor.common.util.DiagnosticCategoryI