Kieker 1.6

kieker.common.record.flow.trace.operation.object
Class AfterOperationFailedObjectEvent

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.AfterOperationEvent
                      extended by kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
                          extended by kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEvent
All Implemented Interfaces:
Serializable, Comparable<IMonitoringRecord>, IEventRecord, IExceptionRecord, IFlowRecord, IObjectRecord, IOperationRecord, ITraceRecord, IMonitoringRecord, IMonitoringRecord.Factory

public class AfterOperationFailedObjectEvent
extends AfterOperationFailedEvent
implements IObjectRecord

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
AfterOperationFailedObjectEvent(long timestamp, long traceId, int orderIndex, String operationSiganture, String classSignature, String cause, int objectId)
           
AfterOperationFailedObjectEvent(Object[] values)
           
 
Method Summary
 int getObjectId()
           
 Class<?>[] getValueTypes()
           
 Object[] toArray()
           
 
Methods inherited from class kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
getCause
 
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
 
Methods inherited from interface kieker.common.record.flow.IObjectRecord
getClassSignature
 
Methods inherited from interface kieker.common.record.IMonitoringRecord
getLoggingTimestamp, initFromArray, setLoggingTimestamp, toString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

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

AfterOperationFailedObjectEvent

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

AfterOperationFailedObjectEvent

public AfterOperationFailedObjectEvent(Object[] values)
Method Detail

toArray

public Object[] toArray()
Specified by:
toArray in interface IMonitoringRecord
Overrides:
toArray in class AfterOperationFailedEvent

getValueTypes

public Class<?>[] getValueTypes()
Specified by:
getValueTypes in interface IMonitoringRecord
Overrides:
getValueTypes in class AfterOperationFailedEvent

getObjectId

public int getObjectId()
Specified by:
getObjectId in interface IObjectRecord

Kieker 1.6

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