Package | Description |
---|---|
org.overlord.rtgov.call.trace |
Modifier and Type | Method and Description |
---|---|
protected static Call |
CallTraceServiceImpl.createCall(RPCActivityType at)
This method returns a call node associated with the supplied
activity event.
|
Modifier and Type | Method and Description |
---|---|
Stack<Call> |
CallTraceServiceImpl.CTState.getCallStack()
This method returns the call stack.
|
Stack<Call> |
CallTraceServiceImpl.CTState.getCompletedCallStack()
This method returns the completed call stack.
|
Map<Call,RPCActivityType> |
CallTraceServiceImpl.CTState.getTriggerActivities()
This method returns the map of call to trigger activity.
|
Modifier and Type | Method and Description |
---|---|
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 static void |
CallTraceServiceImpl.instrumentCall(Call call,
ActivityUnit au,
RPCActivityType at)
This method adds client or server specific information to the call,
depending upon whether the activity is the client sending or server
receiving the interaction.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.