Package org.cyclos.impl.system
Class ProfilingTransactionStartEvent
- java.lang.Object
-
- org.cyclos.impl.system.ProfilingElement
-
- org.cyclos.impl.system.ProfilingEvent
-
- org.cyclos.impl.system.ProfilingTransactionStartEvent
-
- All Implemented Interfaces:
Serializable
public class ProfilingTransactionStartEvent extends ProfilingEvent
A database transaction started event during a profiling session- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProfilingTransactionStartEvent()ProfilingTransactionStartEvent(TransactionLevel level, Integer retry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetCommitted()StringgetErrorTrace()TransactionLevelgetLevel()IntegergetRetry()ProfilingEventTypegetType()voidsetCommitted(Boolean committed)voidsetErrorTrace(String errorTrace)voidsetLevel(TransactionLevel level)voidsetRetry(Integer retry)-
Methods inherited from class org.cyclos.impl.system.ProfilingEvent
getContext, getSeq, onAdded, setContext, setSeq, toString
-
Methods inherited from class org.cyclos.impl.system.ProfilingElement
end, getDuration, getTimestamp, setDuration, setTimestamp
-
-
-
-
Constructor Detail
-
ProfilingTransactionStartEvent
public ProfilingTransactionStartEvent()
-
ProfilingTransactionStartEvent
public ProfilingTransactionStartEvent(TransactionLevel level, Integer retry)
-
-
Method Detail
-
getCommitted
public Boolean getCommitted()
-
getErrorTrace
public String getErrorTrace()
-
getLevel
public TransactionLevel getLevel()
-
getRetry
public Integer getRetry()
-
getType
public ProfilingEventType getType()
- Specified by:
getTypein classProfilingEvent
-
setCommitted
public void setCommitted(Boolean committed)
-
setErrorTrace
public void setErrorTrace(String errorTrace)
-
setLevel
public void setLevel(TransactionLevel level)
-
setRetry
public void setRetry(Integer retry)
-
-