Kieker 1.6

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

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

public final class CallOperationObjectEvent
extends CallOperationEvent
implements ICallObjectRecord

Author:
Jan Waller
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface kieker.common.record.IMonitoringRecord
IMonitoringRecord.Factory
 
Constructor Summary
CallOperationObjectEvent(long timestamp, long traceId, int orderIndex, String callerOperationSignature, String callerClassSignature, String calleeOperationSignature, String calleeClassSignature, int callerObjectId, int calleeObjectId)
           
CallOperationObjectEvent(Object[] values)
           
 
Method Summary
 int getCalleeObjectId()
           
 int getCallerObjectId()
           
 int getObjectId()
           
 Class<?>[] getValueTypes()
           
 Object[] toArray()
           
 
Methods inherited from class kieker.common.record.flow.trace.operation.CallOperationEvent
callsReferencedOperationOf, getCalleeClassSignature, getCalleeOperationSignature, getCallerClassSignature, getCallerOperationSignature
 
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.flow.IOperationRecord
getClassSignature, getOperationSignature, refersToSameOperationAs
 
Methods inherited from interface kieker.common.record.IMonitoringRecord
getLoggingTimestamp, initFromArray, setLoggingTimestamp, toString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

CallOperationObjectEvent

public CallOperationObjectEvent(long timestamp,
                                long traceId,
                                int orderIndex,
                                String callerOperationSignature,
                                String callerClassSignature,
                                String calleeOperationSignature,
                                String calleeClassSignature,
                                int callerObjectId,
                                int calleeObjectId)

CallOperationObjectEvent

public CallOperationObjectEvent(Object[] values)
Method Detail

toArray

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

getValueTypes

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

getObjectId

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

getCallerObjectId

public final int getCallerObjectId()
Specified by:
getCallerObjectId in interface ICallObjectRecord

getCalleeObjectId

public final int getCalleeObjectId()
Specified by:
getCalleeObjectId in interface ICallObjectRecord

Kieker 1.6

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