com.ibm.commerce.ras
Class ECTraceIdentifiers

java.lang.Object
  com.ibm.commerce.ras.ECTraceIdentifiers
All Implemented Interfaces:
java.io.Serializable

public class ECTraceIdentifiers
extends java.lang.Object
implements java.io.Serializable

ECTraceIdentifiers is the class that defines the names of the components that are traceable. This names can be found in the $INSTALLROOT/instances/$INSTANCE_NAME/xml/$INSTANCE_NAME.xml file, under "LogSystem" XML element.

See Also:
Serialized Form

Field Summary
static long ALL_COMPONENTS
static long COMPONENT_AC_UNITTEST
static long COMPONENT_ACCESSCONTROL
static long COMPONENT_APPROVAL
static long COMPONENT_BI
static long COMPONENT_CACHE
static long COMPONENT_CATALOG
static long COMPONENT_CATALOGTOOL
static long COMPONENT_CF
static long COMPONENT_COLLABORATION
static long COMPONENT_COMMAND
static long COMPONENT_CONTRACT
static long COMPONENT_CURRENCY
static long COMPONENT_DATASOURCE
static long COMPONENT_DB
static long COMPONENT_DEVTOOLS
static long COMPONENT_EJB
static long COMPONENT_EVENT
static long COMPONENT_EXCHANGE
static long COMPONENT_EXTERN
ECTraceIdentifiers.COMPONENT_EXTERN is reserved for customer's code extension.
static long COMPONENT_INVENTORY
static long COMPONENT_MARKETING
static long COMPONENT_MERCHANDISING
static long COMPONENT_MESSAGING
static long COMPONENT_METAPHOR
static long COMPONENT_NEGOTIATION
static long COMPONENT_ORDER
static long COMPONENT_PERFMONITOR
static long COMPONENT_PVC
static long COMPONENT_RAS
static long COMPONENT_REPORTING
static long COMPONENT_RFQ
static long COMPONENT_RULESSYSTEM
static long COMPONENT_SCHEDULER
static long COMPONENT_SEARCH
static long COMPONENT_SENSITIVE_INFO
static long COMPONENT_SERVER
static long COMPONENT_STOREOPERATIONS
static long COMPONENT_SVT
static long COMPONENT_THREAD
static long COMPONENT_TOOLSFRAMEWORK
static long COMPONENT_TRANSPORT_ADAPTER
static long COMPONENT_UBF
static long COMPONENT_USER
static long COMPONENT_UTF
static java.util.Hashtable componentName
static java.lang.String COPYRIGHT
IBM copyright notice field.
Constructor Summary
ECTraceIdentifiers()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values

COMPONENT_SERVER

public static final long COMPONENT_SERVER
See Also:
Constant Field Values

COMPONENT_CATALOG

public static final long COMPONENT_CATALOG
See Also:
Constant Field Values

COMPONENT_DATASOURCE

public static final long COMPONENT_DATASOURCE
See Also:
Constant Field Values

COMPONENT_ORDER

public static final long COMPONENT_ORDER
See Also:
Constant Field Values

COMPONENT_USER

public static final long COMPONENT_USER
See Also:
Constant Field Values

COMPONENT_COMMAND

public static final long COMPONENT_COMMAND
See Also:
Constant Field Values

COMPONENT_CF

public static final long COMPONENT_CF
See Also:
Constant Field Values

COMPONENT_NEGOTIATION

public static final long COMPONENT_NEGOTIATION
See Also:
Constant Field Values

COMPONENT_RAS

public static final long COMPONENT_RAS
See Also:
Constant Field Values

COMPONENT_DB

public static final long COMPONENT_DB
See Also:
Constant Field Values

COMPONENT_METAPHOR

public static final long COMPONENT_METAPHOR
See Also:
Constant Field Values

COMPONENT_SCHEDULER

public static final long COMPONENT_SCHEDULER
See Also:
Constant Field Values

COMPONENT_DEVTOOLS

public static final long COMPONENT_DEVTOOLS
See Also:
Constant Field Values

COMPONENT_TOOLSFRAMEWORK

public static final long COMPONENT_TOOLSFRAMEWORK
See Also:
Constant Field Values

COMPONENT_RULESSYSTEM

public static final long COMPONENT_RULESSYSTEM
See Also:
Constant Field Values

COMPONENT_MERCHANDISING

public static final long COMPONENT_MERCHANDISING
See Also:
Constant Field Values

COMPONENT_MARKETING

public static final long COMPONENT_MARKETING
See Also:
Constant Field Values

COMPONENT_REPORTING

public static final long COMPONENT_REPORTING
See Also:
Constant Field Values

COMPONENT_TRANSPORT_ADAPTER

public static final long COMPONENT_TRANSPORT_ADAPTER
See Also:
Constant Field Values

COMPONENT_SVT

public static final long COMPONENT_SVT
See Also:
Constant Field Values

COMPONENT_PERFMONITOR

public static final long COMPONENT_PERFMONITOR
See Also:
Constant Field Values

COMPONENT_MESSAGING

public static final long COMPONENT_MESSAGING
See Also:
Constant Field Values

COMPONENT_STOREOPERATIONS

public static final long COMPONENT_STOREOPERATIONS
See Also:
Constant Field Values

COMPONENT_CACHE

public static final long COMPONENT_CACHE
See Also:
Constant Field Values

COMPONENT_EVENT

public static final long COMPONENT_EVENT
See Also:
Constant Field Values

COMPONENT_EJB

public static final long COMPONENT_EJB
See Also:
Constant Field Values

COMPONENT_CURRENCY

public static final long COMPONENT_CURRENCY
See Also:
Constant Field Values

COMPONENT_CATALOGTOOL

public static final long COMPONENT_CATALOGTOOL
See Also:
Constant Field Values

COMPONENT_CONTRACT

public static final long COMPONENT_CONTRACT
See Also:
Constant Field Values

COMPONENT_UBF

public static final long COMPONENT_UBF
See Also:
Constant Field Values

COMPONENT_BI

public static final long COMPONENT_BI
See Also:
Constant Field Values

COMPONENT_INVENTORY

public static final long COMPONENT_INVENTORY
See Also:
Constant Field Values

COMPONENT_UTF

public static final long COMPONENT_UTF
See Also:
Constant Field Values

COMPONENT_RFQ

public static final long COMPONENT_RFQ
See Also:
Constant Field Values

COMPONENT_EXCHANGE

public static final long COMPONENT_EXCHANGE
See Also:
Constant Field Values

COMPONENT_ACCESSCONTROL

public static final long COMPONENT_ACCESSCONTROL
See Also:
Constant Field Values

COMPONENT_AC_UNITTEST

public static final long COMPONENT_AC_UNITTEST
See Also:
Constant Field Values

COMPONENT_APPROVAL

public static final long COMPONENT_APPROVAL
See Also:
Constant Field Values

COMPONENT_COLLABORATION

public static final long COMPONENT_COLLABORATION
See Also:
Constant Field Values

COMPONENT_THREAD

public static final long COMPONENT_THREAD
See Also:
Constant Field Values

COMPONENT_SENSITIVE_INFO

public static final long COMPONENT_SENSITIVE_INFO
See Also:
Constant Field Values

ALL_COMPONENTS

public static final long ALL_COMPONENTS
See Also:
Constant Field Values

COMPONENT_EXTERN

public static final long COMPONENT_EXTERN
ECTraceIdentifiers.COMPONENT_EXTERN is reserved for customer's code extension.
See Also:
Constant Field Values

COMPONENT_PVC

public static final long COMPONENT_PVC
See Also:
Constant Field Values

COMPONENT_SEARCH

public static final long COMPONENT_SEARCH
See Also:
Constant Field Values

componentName

public static final java.util.Hashtable componentName
Constructor Detail

ECTraceIdentifiers

public ECTraceIdentifiers()

Feedback