Uses of Class
com.continuent.tungsten.common.utils.TraceVectorComponent

Packages that use TraceVectorComponent
com.continuent.tungsten.common.utils   
 

Uses of TraceVectorComponent in com.continuent.tungsten.common.utils
 

Methods in com.continuent.tungsten.common.utils that return TraceVectorComponent
 TraceVectorComponent TraceVectorArgs.getComponent()
           
 TraceVectorComponent TraceVector.getComponent()
           
static TraceVectorComponent TraceVectorComponent.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TraceVectorComponent[] TraceVectorComponent.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.continuent.tungsten.common.utils with parameters of type TraceVectorComponent
 void TraceVectorManager.add(TraceVectorComponent component, java.lang.Class<?> clazz, int target, java.lang.String description)
           
 void TraceVectorManager.add(TraceVectorComponent component, java.lang.String category, int target, java.lang.String description)
           
 void TraceVectorManager.clear(TraceVectorComponent component, java.lang.String category, int target)
           
 TraceVector TraceVectorManager.enable(TraceVectorComponent component, java.lang.String category, int target, boolean enableFlag)
           
 TraceVector TraceVectorManager.getTrace(TraceVectorComponent component, java.lang.String category, int target)
           
 java.lang.String TraceVectorManager.getVectorDescription(java.lang.Class<?> clazz, TraceVectorComponent component, java.lang.String category, int target)
           
 boolean TraceVectorManager.isEnabled(TraceVectorComponent component, java.lang.Class<?> clazz, int target)
           
 boolean TraceVectorManager.isEnabled(TraceVectorComponent component, java.lang.String category, int target)
           
 void TraceVectorManager.set(TraceVectorComponent component, java.lang.String category, int target)
           
 void TraceVectorArgs.setComponent(TraceVectorComponent component)
           
 void TraceVector.setComponent(TraceVectorComponent component)
           
 

Constructors in com.continuent.tungsten.common.utils with parameters of type TraceVectorComponent
TraceVector(TraceVectorComponent component, java.lang.String category, int target, java.lang.String description)
           
TraceVectorArgs(TraceVectorComponent component, java.lang.String category, int target)
           
TraceVectorInstances(TraceVectorComponent component)