Package | Description |
---|---|
org.overlord.rtgov.call.trace | |
org.overlord.rtgov.call.trace.util |
Modifier and Type | Method and Description |
---|---|
CallTrace |
CallTraceService.createCallTrace(Context context)
This method creates a call trace associated with the
supplied context.
|
CallTrace |
CallTraceServiceImpl.createCallTrace(Context context)
This method creates a call trace associated with the
supplied correlation value.
|
protected static CallTrace |
CallTraceServiceImpl.processAUs(CallTraceServiceImpl.CTState state)
This method processes the supplied call trace state
to return the call trace model.
|
Modifier and Type | Method and Description |
---|---|
static CallTrace |
CallTraceUtil.deserializeCallTrace(byte[] node)
This method deserializes a call trace from a JSON representation.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
CallTraceUtil.serializeCallTrace(CallTrace node)
This method serializes a call trace into a JSON representation.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.