Uses of Class
org.exoplatform.social.common.service.utils.TraceElement

Packages that use TraceElement
org.exoplatform.social.common.service   
org.exoplatform.social.common.service.impl   
org.exoplatform.social.common.service.utils   
 

Uses of TraceElement in org.exoplatform.social.common.service
 

Methods in org.exoplatform.social.common.service that return TraceElement
 TraceElement LogWatchCallable.getTraceElement()
           
 TraceElement ProcessContext.getTraceElement()
           
 

Methods in org.exoplatform.social.common.service with parameters of type TraceElement
 void ProcessContext.setTraceElement(TraceElement traceElement)
           
 

Constructors in org.exoplatform.social.common.service with parameters of type TraceElement
LogWatchCallable(Callable<V> task, TraceElement trace)
           
 

Uses of TraceElement in org.exoplatform.social.common.service.impl
 

Methods in org.exoplatform.social.common.service.impl that return TraceElement
 TraceElement ProcessorContextImpl.getTraceElement()
           
 

Methods in org.exoplatform.social.common.service.impl with parameters of type TraceElement
 void ProcessorContextImpl.setTraceElement(TraceElement traceElement)
           
 

Uses of TraceElement in org.exoplatform.social.common.service.utils
 

Methods in org.exoplatform.social.common.service.utils that return TraceElement
 TraceElement TraceElement.addChild(String traceName)
           
 TraceElement TraceList.addElement(String groupName, String processName)
           
static TraceElement TraceElement.getInstance(String traceName)
           
 TraceElement TraceElement.getParent()
           
 

Methods in org.exoplatform.social.common.service.utils that return types with arguments of type TraceElement
 List<TraceElement> TraceElement.getChildren()
           
 

Methods in org.exoplatform.social.common.service.utils with parameters of type TraceElement
 void TraceElement.setParrent(TraceElement parent)
           
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.