Package | Description |
---|---|
org.overlord.rtgov.activity.model.soa | |
org.overlord.rtgov.call.trace |
Modifier and Type | Class and Description |
---|---|
class |
RequestReceived
This activity type represents a received request.
|
class |
RequestSent
This activity type represents a sent request.
|
class |
ResponseReceived
This activity type represents a received request.
|
class |
ResponseSent
This activity type represents a sent request.
|
Constructor and Description |
---|
RPCActivityType(RPCActivityType rpc)
The copy constructor.
|
Modifier and Type | Method and Description |
---|---|
protected RPCActivityType |
CallTraceServiceImpl.CTState.getSOAActivity(Class<?> cls,
String serviceType,
String operation)
This method identifies the RPC activity associated with the
specified class, service type and operation.
|
Modifier and Type | Method and Description |
---|---|
Map<Call,RPCActivityType> |
CallTraceServiceImpl.CTState.getTriggerActivities()
This method returns the map of call to trigger activity.
|
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.
|
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.