org.qi4j.logging.trace.records
Interface TraceRecord

All Known Subinterfaces:
CompositeTraceRecordEntity, EntityTraceRecordEntity, ServiceTraceRecordEntity

public interface TraceRecord


Method Summary
 Property<java.util.List<java.lang.String>> arguments()
           
 Property<java.lang.String> compositeTypeName()
           
 Property<java.lang.Long> duration()
           
 Property<java.lang.Long> entryTime()
           
 Property<java.lang.Throwable> exception()
           
 Property<java.lang.String> methodName()
           
 Property<java.lang.String> threadName()
           
 

Method Detail

methodName

Property<java.lang.String> methodName()

compositeTypeName

Property<java.lang.String> compositeTypeName()

threadName

Property<java.lang.String> threadName()

entryTime

Property<java.lang.Long> entryTime()

duration

Property<java.lang.Long> duration()

exception

@Optional
Property<java.lang.Throwable> exception()

arguments

@Queryable(value=false)
Property<java.util.List<java.lang.String>> arguments()