Uses of Class
org.jboss.jca.as.tracer.TraceEventStatus
-
Packages that use TraceEventStatus Package Description org.jboss.jca.as.tracer Generator of a HTML report for the IronJacamar trace events. -
-
Uses of TraceEventStatus in org.jboss.jca.as.tracer
Methods in org.jboss.jca.as.tracer that return TraceEventStatus Modifier and Type Method Description static TraceEventStatusTraceEventHelper. getCCMPoolStatus(List<TraceEvent> data, boolean ignoreIncomplete)Get CCM pool statusstatic TraceEventStatusTraceEventHelper. getCCMStatus(List<TraceEvent> data, boolean ignoreIncomplete)Get CCM pool statusTraceEventStatusInteraction. getStatus()Get statusstatic TraceEventStatusTraceEventHelper. getStatus(List<TraceEvent> data, boolean ignoreDelist, boolean ignoreTracking, boolean ignoreIncomplete)Get statusstatic TraceEventStatusTraceEventHelper. mergeStatus(Collection<TraceEventStatus> data)Get statusstatic TraceEventStatusTraceEventStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TraceEventStatus[]TraceEventStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.jca.as.tracer that return types with arguments of type TraceEventStatus Modifier and Type Method Description static Map<String,TraceEventStatus>TraceEventHelper. getStatus(Map<String,List<TraceEvent>> input, boolean ignoreDelist, boolean ignoreTracking, boolean ignoreIncomplete)Get statusMethod parameters in org.jboss.jca.as.tracer with type arguments of type TraceEventStatus Modifier and Type Method Description static TraceEventStatusTraceEventHelper. mergeStatus(Collection<TraceEventStatus> data)Get statusConstructors in org.jboss.jca.as.tracer with parameters of type TraceEventStatus Constructor Description Interaction(long thread, long startTime, long endTime, List<TraceEvent> events, TraceEventStatus status)Constructor
-