com.continuent.tungsten.common.utils
Class TraceVectorArgs

java.lang.Object
  extended by com.continuent.tungsten.common.utils.TraceVectorArgs

public class TraceVectorArgs
extends java.lang.Object


Constructor Summary
TraceVectorArgs(TraceVectorComponent component, java.lang.String category, int target)
           
 
Method Summary
 java.lang.String getCategory()
           
 TraceVectorComponent getComponent()
           
 int getTarget()
           
 void setCategory(java.lang.String category)
           
 void setComponent(TraceVectorComponent component)
           
 void setTarget(int target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraceVectorArgs

public TraceVectorArgs(TraceVectorComponent component,
                       java.lang.String category,
                       int target)
Method Detail

getComponent

public TraceVectorComponent getComponent()

setComponent

public void setComponent(TraceVectorComponent component)

getCategory

public java.lang.String getCategory()

setCategory

public void setCategory(java.lang.String category)

getTarget

public int getTarget()

setTarget

public void setTarget(int target)