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_SERVER
           
static long COMPONENT_STOREOPERATIONS
           
static long COMPONENT_SVT
           
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
           
 
Constructor Summary
ECTraceIdentifiers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_COMPONENTS

public static final long ALL_COMPONENTS

COMPONENT_AC_UNITTEST

public static final long COMPONENT_AC_UNITTEST

COMPONENT_ACCESSCONTROL

public static final long COMPONENT_ACCESSCONTROL

COMPONENT_APPROVAL

public static final long COMPONENT_APPROVAL

COMPONENT_BI

public static final long COMPONENT_BI

COMPONENT_CACHE

public static final long COMPONENT_CACHE

COMPONENT_CATALOG

public static final long COMPONENT_CATALOG

COMPONENT_CATALOGTOOL

public static final long COMPONENT_CATALOGTOOL

COMPONENT_CF

public static final long COMPONENT_CF

COMPONENT_COLLABORATION

public static final long COMPONENT_COLLABORATION

COMPONENT_COMMAND

public static final long COMPONENT_COMMAND

COMPONENT_CONTRACT

public static final long COMPONENT_CONTRACT

COMPONENT_CURRENCY

public static final long COMPONENT_CURRENCY

COMPONENT_DATASOURCE

public static final long COMPONENT_DATASOURCE

COMPONENT_DB

public static final long COMPONENT_DB

COMPONENT_DEVTOOLS

public static final long COMPONENT_DEVTOOLS

COMPONENT_EJB

public static final long COMPONENT_EJB

COMPONENT_EVENT

public static final long COMPONENT_EVENT

COMPONENT_EXCHANGE

public static final long COMPONENT_EXCHANGE

COMPONENT_EXTERN

public static final long COMPONENT_EXTERN
ECTraceIdentifiers.COMPONENT_EXTERN is reserved for customer's code extension.

COMPONENT_INVENTORY

public static final long COMPONENT_INVENTORY

COMPONENT_MARKETING

public static final long COMPONENT_MARKETING

COMPONENT_MERCHANDISING

public static final long COMPONENT_MERCHANDISING

COMPONENT_MESSAGING

public static final long COMPONENT_MESSAGING

COMPONENT_METAPHOR

public static final long COMPONENT_METAPHOR

COMPONENT_NEGOTIATION

public static final long COMPONENT_NEGOTIATION

COMPONENT_ORDER

public static final long COMPONENT_ORDER

COMPONENT_PERFMONITOR

public static final long COMPONENT_PERFMONITOR

COMPONENT_PVC

public static final long COMPONENT_PVC

COMPONENT_RAS

public static final long COMPONENT_RAS

COMPONENT_REPORTING

public static final long COMPONENT_REPORTING

COMPONENT_RFQ

public static final long COMPONENT_RFQ

COMPONENT_RULESSYSTEM

public static final long COMPONENT_RULESSYSTEM

COMPONENT_SCHEDULER

public static final long COMPONENT_SCHEDULER

COMPONENT_SEARCH

public static final long COMPONENT_SEARCH

COMPONENT_SERVER

public static final long COMPONENT_SERVER

COMPONENT_STOREOPERATIONS

public static final long COMPONENT_STOREOPERATIONS

COMPONENT_SVT

public static final long COMPONENT_SVT

COMPONENT_TOOLSFRAMEWORK

public static final long COMPONENT_TOOLSFRAMEWORK

COMPONENT_TRANSPORT_ADAPTER

public static final long COMPONENT_TRANSPORT_ADAPTER

COMPONENT_UBF

public static final long COMPONENT_UBF

COMPONENT_USER

public static final long COMPONENT_USER

COMPONENT_UTF

public static final long COMPONENT_UTF

componentName

public static final java.util.Hashtable componentName

COPYRIGHT

public static final java.lang.String COPYRIGHT
Constructor Detail

ECTraceIdentifiers

public ECTraceIdentifiers()