Package | Description |
---|---|
org.overlord.rtgov.analytics.service | |
org.overlord.rtgov.analytics.util |
Modifier and Type | Class and Description |
---|---|
class |
RequestFaultDefinition
This class represents a request/fault MEP associated
with a service operation.
|
class |
RequestResponseDefinition
This class represents a normal request/response MEP associated
with a service operation.
|
Modifier and Type | Method and Description |
---|---|
void |
MEPDefinition.initCopy(MEPDefinition md)
This method initializes a supplied MEP definition.
|
void |
MEPDefinition.merge(MEPDefinition mep)
This method merges the information from the supplied
MEP definition.
|
Modifier and Type | Method and Description |
---|---|
protected static MEPDefinition |
ServiceDefinitionUtil.processServiceInvoked(Map<String,ServiceDefinition> sdefs,
ActivityUnit actUnit,
RequestReceived rqr,
ResponseSent rps)
This method processes the service invocation.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
ServiceDefinitionUtil.checkForExternalInvocations(Map<String,ServiceDefinition> sdefs,
ActivityUnit actUnit,
MEPDefinition mep,
int from,
int to)
Check if there are any external service invocations during the scope of
the suppled MEP definition.
|
protected static InvocationDefinition |
ServiceDefinitionUtil.processExternalInvocation(Map<String,ServiceDefinition> sdefs,
MEPDefinition call,
RequestSent rqs,
ResponseReceived rpr)
This method processes the external invocation and associates the
details with the supplied MEP definition.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.