Package | Description |
---|---|
org.overlord.rtgov.analytics.service | |
org.overlord.rtgov.analytics.util | |
org.overlord.rtgov.service.dependency |
Modifier and Type | Method and Description |
---|---|
ServiceDefinition |
ServiceDefinition.shallowCopy()
This method creates a shallow copy.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceDefinition.merge(ServiceDefinition sd)
This method merges the supplied definition with this
service definition.
|
void |
ServiceDefinition.merge(ServiceDefinition sd,
boolean retainContexts)
This method merges the supplied definition with this
service definition.
|
Modifier and Type | Method and Description |
---|---|
static ServiceDefinition |
ServiceDefinitionUtil.deserializeServiceDefinition(byte[] sdef)
This method deserializes a Service Definition from a JSON representation.
|
Modifier and Type | Method and Description |
---|---|
static Collection<ServiceDefinition> |
ServiceDefinitionUtil.derive(ActivityUnit actUnit)
This method processes the supplied activity unit to derive
service definition information.
|
static Map<String,ServiceDefinition> |
ServiceDefinitionUtil.mergeSnapshots(List<Map<String,ServiceDefinition>> snapshots)
This method merges the supplied service definition snapshots.
|
static Map<String,ServiceDefinition> |
ServiceDefinitionUtil.mergeSnapshots(List<Map<String,ServiceDefinition>> snapshots,
boolean retainContexts)
This method merges the supplied service definition snapshots.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
ServiceDefinitionUtil.serializeServiceDefinition(ServiceDefinition sdef)
This method serializes a Service Definition into a JSON representation.
|
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 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.
|
static Map<String,ServiceDefinition> |
ServiceDefinitionUtil.mergeSnapshots(List<Map<String,ServiceDefinition>> snapshots)
This method merges the supplied service definition snapshots.
|
static Map<String,ServiceDefinition> |
ServiceDefinitionUtil.mergeSnapshots(List<Map<String,ServiceDefinition>> snapshots,
boolean retainContexts)
This method merges the supplied service definition snapshots.
|
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.
|
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 |
---|---|
ServiceDefinition |
OperationNode.getService()
This method returns the service definition.
|
ServiceDefinition |
ServiceNode.getService()
This method returns the service definition.
|
Modifier and Type | Method and Description |
---|---|
static Set<ServiceDefinition> |
ServiceDependencyBuilder.getInitialServices(Collection<ServiceDefinition> sds)
This method returns the set of service definitions that
initiate business activity (i.e.
|
static Set<ServiceDefinition> |
ServiceDependencyBuilder.getServiceClients(ServiceDefinition mainsd,
Collection<ServiceDefinition> sds)
This method returns the set of services that are clients to the
supplied service interface.
|
Modifier and Type | Method and Description |
---|---|
static Set<ServiceDefinition> |
ServiceDependencyBuilder.getServiceClients(ServiceDefinition mainsd,
Collection<ServiceDefinition> sds)
This method returns the set of services that are clients to the
supplied service interface.
|
void |
OperationNode.setService(ServiceDefinition sd)
This method sets the service definition.
|
void |
ServiceNode.setService(ServiceDefinition sd)
This method sets the service definition.
|
Modifier and Type | Method and Description |
---|---|
static ServiceGraph |
ServiceDependencyBuilder.buildGraph(Set<ServiceDefinition> sds,
List<Situation> sits)
This method builds a service graph from a collection of service
definitions.
|
static ServiceGraph |
ServiceDependencyBuilder.buildGraph(Set<ServiceDefinition> sds,
List<Situation> sits,
String focusServiceType)
This method builds a service graph from a collection of service
definitions.
|
static Set<ServiceDefinition> |
ServiceDependencyBuilder.getInitialServices(Collection<ServiceDefinition> sds)
This method returns the set of service definitions that
initiate business activity (i.e.
|
static Set<ServiceDefinition> |
ServiceDependencyBuilder.getServiceClients(ServiceDefinition mainsd,
Collection<ServiceDefinition> sds)
This method returns the set of services that are clients to the
supplied service interface.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.