| 
Kieker 1.12 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.common.record.flow.trace.operation.object.CallOperationObjectEventFactory
public final class CallOperationObjectEventFactory
| Field Summary | 
|---|
| Fields inherited from interface kieker.common.record.factory.IRecordFactory | 
|---|
UNKNOWN_RECORD_SIZE | 
| Constructor Summary | |
|---|---|
CallOperationObjectEventFactory()
 | 
|
| Method Summary | |
|---|---|
 CallOperationObjectEvent | 
create(java.nio.ByteBuffer buffer,
       IRegistry<java.lang.String> stringRegistry)
 | 
 CallOperationObjectEvent | 
create(java.lang.Object[] values)
 | 
 int | 
getRecordSizeInBytes()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public CallOperationObjectEventFactory()
| Method Detail | 
|---|
public CallOperationObjectEvent create(java.nio.ByteBuffer buffer,
                                       IRegistry<java.lang.String> stringRegistry)
create in interface IRecordFactory<CallOperationObjectEvent>buffer - the buffer to read fromstringRegistry - the registry to read strings from
public CallOperationObjectEvent create(java.lang.Object[] values)
create in interface IRecordFactory<CallOperationObjectEvent>values - the values used to fill the new instance
public int getRecordSizeInBytes()
getRecordSizeInBytes in interface IRecordFactory<CallOperationObjectEvent>IRecordFactory.UNKNOWN_RECORD_SIZE if the
         size is unknown
         in advance.
  | 
Kieker 1.12 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||