Package | Description |
---|---|
org.overlord.rtgov.call.trace |
Modifier and Type | Method and Description |
---|---|
protected static void |
CallTraceServiceImpl.checkForLinkedAU(ActivityType cur,
CallTraceServiceImpl.CTState state,
ActivityUnit au,
List<ActivityUnit> topLevel)
This method checks whether there is a linked context.
|
protected static List<ActivityUnit> |
CallTraceServiceImpl.getTopLevelAUs(CallTraceServiceImpl.CTState state)
This method identifies the top level activity units that
contain receive request activities, with no corresponding
send request.
|
protected static void |
CallTraceServiceImpl.initializeResponseReceived(CallTraceServiceImpl.CTState state,
ResponseReceived rr)
This method initializes the call details based on current
state and the supplied response received event.
|
protected static void |
CallTraceServiceImpl.initializeResponseSent(CallTraceServiceImpl.CTState state,
ResponseSent rs,
Call call)
This method initializes the call details based on current
state and the supplied response sent.
|
protected void |
CallTraceServiceImpl.loadActivityUnits(CallTraceServiceImpl.CTState state,
Context context,
ActivityType actType)
This method loads activity units associated with the supplied
correlation key.
|
protected static void |
CallTraceServiceImpl.processAU(CallTraceServiceImpl.CTState state,
ActivityUnit startau,
List<ActivityUnit> topLevel)
This method processes the supplied activity unit to
create a set of trace nodes.
|
protected static CallTrace |
CallTraceServiceImpl.processAUs(CallTraceServiceImpl.CTState state)
This method processes the supplied call trace state
to return the call trace model.
|
protected static boolean |
CallTraceServiceImpl.shouldPostpone(CallTraceServiceImpl.CTState state,
ActivityUnit au,
List<ActivityUnit> topLevel,
ActivityType cur)
This method identifies whether processing should be postponed
based on the current activity type.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.