org.qi4j.logging.trace.records
Interface TraceRecord

All Known Subinterfaces:
CompositeTraceRecordEntity, EntityTraceRecordEntity, ServiceTraceRecordEntity

public interface TraceRecord


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

Method Detail

methodName

Property<String> methodName()

compositeTypeName

Property<String> compositeTypeName()

threadName

Property<String> threadName()

entryTime

Property<Long> entryTime()

duration

Property<Long> duration()

exception

@Optional
Property<Throwable> exception()

arguments

@Queryable(value=false)
Property<List<String>> arguments()