Kieker 1.5

kieker.common.record.flow.trace.operation
Class AfterOperationFailedEvent

java.lang.Object
  extended by kieker.common.record.AbstractMonitoringRecord
      extended by kieker.common.record.flow.AbstractEvent
          extended by kieker.common.record.flow.trace.AbstractTraceEvent
              extended by kieker.common.record.flow.trace.operation.AbstractOperationEvent
                  extended by kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
All Implemented Interfaces:
Serializable, Comparable<IMonitoringRecord>, IFlowRecord, IMonitoringRecord, IMonitoringRecord.Factory

public final class AfterOperationFailedEvent
extends AbstractOperationEvent

Author:
Jan Waller
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface kieker.common.record.IMonitoringRecord
IMonitoringRecord.Factory
 
Field Summary
static String NO_CAUSE
          Constant to be used if no cause required.
 
Constructor Summary
AfterOperationFailedEvent(long timestamp, long traceId, int orderIndex, String operationSiganture, String classSignature, String cause)
           
AfterOperationFailedEvent(Object[] values)
           
 
Method Summary
 String getCause()
           
 Class<?>[] getValueTypes()
           
 Object[] toArray()
           
 
Methods inherited from class kieker.common.record.flow.trace.operation.AbstractOperationEvent
getClassSignature, getOperationSignature, refersToSameOperationAs
 
Methods inherited from class kieker.common.record.flow.trace.AbstractTraceEvent
getOrderIndex, getTraceId
 
Methods inherited from class kieker.common.record.flow.AbstractEvent
getTimestamp, initFromArray
 
Methods inherited from class kieker.common.record.AbstractMonitoringRecord
checkArray, classForName, compareTo, createFromArray, createFromStringArray, equals, fromStringArrayToTypedArray, getLoggingTimestamp, hashCode, setLoggingTimestamp, toString, typesForClass
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NO_CAUSE

public static final String NO_CAUSE
Constant to be used if no cause required.

See Also:
Constant Field Values
Constructor Detail

AfterOperationFailedEvent

public AfterOperationFailedEvent(long timestamp,
                                 long traceId,
                                 int orderIndex,
                                 String operationSiganture,
                                 String classSignature,
                                 String cause)

AfterOperationFailedEvent

public AfterOperationFailedEvent(Object[] values)
Method Detail

toArray

public final Object[] toArray()

getValueTypes

public final Class<?>[] getValueTypes()

getCause

public final String getCause()

Kieker 1.5

Copyright 2012 the Kieker Project, http://kieker-monitoring.net