Package | Description |
---|---|
org.overlord.rtgov.analytics.service | |
org.overlord.rtgov.analytics.util | |
org.overlord.rtgov.service.dependency | |
org.overlord.rtgov.service.dependency.svg |
Modifier and Type | Method and Description |
---|---|
InvocationDefinition |
MEPDefinition.getInvocation(String intf,
String operation,
String fault)
This method returns the invocation associated with the supplied
interface, operation and optional fault.
|
InvocationDefinition |
MEPDefinition.getInvocation(String intf,
String serviceType,
String operation,
String fault)
This method returns the invocation associated with the supplied
interface, service type, operation and optional fault.
|
protected InvocationDefinition |
InvocationDefinition.shallowCopy()
This method creates a shallow copy.
|
Modifier and Type | Method and Description |
---|---|
List<InvocationDefinition> |
MEPDefinition.getInvocations()
This method returns the list of invocations associated
with the operation.
|
Modifier and Type | Method and Description |
---|---|
void |
InvocationDefinition.merge(InvocationDefinition id)
This method merges the supplied invocation
definition.
|
Modifier and Type | Method and Description |
---|---|
void |
MEPDefinition.setInvocations(List<InvocationDefinition> invocations)
This method sets the list of invocations associated
with the operation.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
ServiceDefinitionUtil.checkForServiceInvoked(Map<String,ServiceDefinition> sdefs,
ActivityUnit actUnit,
int from,
int to,
InvocationDefinition idef)
This method checks for the events associated with the service
being invoked.
|
Modifier and Type | Method and Description |
---|---|
List<InvocationDefinition> |
UsageLink.getInvocations()
This method returns the invocation definitions for
the service being used.
|
List<InvocationDefinition> |
InvocationLink.getInvocations()
This method returns the invocation definitions for
the operation being invoked.
|
Modifier and Type | Method and Description |
---|---|
static InvocationMetric |
ServiceDependencyBuilder.getMergedMetrics(List<InvocationDefinition> invocations)
This method returns a merged invocation metric value associated with the supplied
invocation definitions.
|
protected static void |
ServiceDependencyBuilder.linkOperationNodes(ServiceGraph sg,
ServiceNode sn,
OperationNode opn,
List<InvocationDefinition> ids)
This method links the source operation node with the invoked
operation nodes.
|
Modifier and Type | Method and Description |
---|---|
protected Severity |
SVGServiceGraphGenerator.getInvocationSeverity(List<InvocationDefinition> invocations)
This method returns the invocation metrics associated with the
supplied invocation definitions.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.