This Schema was generated by the OSS through Java XML Toolkit Doclet 3-30-2005 15:27
This interface represents the Transformation Algorithm applied to
compute a Key Quality Indicator.
</p>
<p>
This aggregates a list of Key Quality Indicators that used to compute
the target KQI and presents a textual description of the Transformation.
</p>
<p>
This optional interface is intended to provide more insight as how a Key
Quality Indicator Parameter has been provisioned in the system.
This interface represents a Service Level Agreement Specification, which
represents that a contractual agreement for service quality.
</p>
<p>
A Service Level Agreement Specification is a entity managed by the
javax.oss.sqm.monitor.JVTServiceQualityMonitoringSession.
This interface encapsulates all the necessary information to indicate
the result of a BEST EFFORT operation on a specific Service Level
Agreement Specification.
</p>
<p>
The interface contains the primary key of the Service Level Agreement
Specification, a boolean value indicating if the operation was
successful for that Service Level Agreement Specification, and the reason why it
failed.
This interface is the primary of a Service Level Agreement Specification instance.
</p>
<p>
It identifies the created Service Level Agreement Specification. The key of the
Service Level Agreement Specification is a unique identifier of the Service Level
Agreement Specification.
This interface represents a Service Level Agreement Item Specification, which
represents a line item in a contractual agreement for service quality.
</p>
<p>
A Service Level Agreement Item Specification is a entity managed by the
javax.oss.sqm.monitor.JVTServiceQualityMonitoringSession.
This interface encapsulates all the necessary information to indicate
the result of a BEST EFFORT operation on a specific Service Level Agreement Item
Specification.
</p>
<p>
The interface contains the primary key of the Service Level Agreement Item
Specification, a boolean value indicating if the operation was
successful for that Service Level Agreement Item Specification, and the reason why it
failed.
This interface is the primary key of a Service Level Agreement Item Specification instance.
</p>
<p>
It identifies the created Service Level Agreement Item Specification. The key of the
Service Level Agreement Item Specification is a unique identifier of the Service Level
Agreement Item Specification.
This interface is the representation for a Service Level Objective.
</p>
<p>
A Service Level Objective allows to define an objective on a Key Quality
Indicator Parameter that can be used to build a Service Level
Specification. This represents the actual monitoring activity on a Key
Quality Indicator.
</p>
<p>
The OSS SQM API defines 3 types of Service Level Objectives:
</p>
<p>
- SimpleMetricServiceLevelObjective: corresponding to an objective on a
single Key Quality Indicator.
</p>
<p>
- TriggerOnAllServiceLevelObjectives: defining a Service Level Objective
as a composition of several Service Level Objectives with an AND logical
operation.
</p>
<p>
- TriggerOnAnyServiceLevelObjectives: definiing a Service Level
Objective as a composition of several Service Level Objectives with an
OR logical operation.
</p>
<p>
Service Level Objectives are defined as Thresholds on Key Quality
Indicators. Depending on the actual value of the KQI and the threshold
definitions, the "currentSeverity" of the Service Level Objective is
computed on each granularity period.
</p>
<p>
Service Level Objectives can be constraint with a Schedule so that they are only evaluated during certain periods for example.
This interface encapsulates all the information necessary to indicate
the result of a BEST EFFORT operation on a specific Service Level
Objective.
</p>
<p>
The interface contains the primary key of the Service Level Objective, a
boolean value indicating if the operation was successful for that
Service Level Objective and the reason why the operation failed.
This interface is the primary key of a Service Level Objective instance.
</p>
<p>
It identifies the created Service Level Objective. The key of Service
Level Objective is a unique identifier of the Service Level Objective.
This interface represents the attribute of a Service Level Agreement Specification
that can be used to make queries for Service Level Agreement Specifications.
</p>
<p>
The attributes will used to filter out the Service Level Agreement Specifications
that match the values of the attributes. The are concatenated using
logical AND operations.
This interface represents the attribute of a Service Level Agreement Item Specification
that can be used to make queries for Service Level Agreement Item Specifications.
</p>
<p>
THe attributes will used to filter out the Service Level Agreement Item Specifications
that match the values of the attributes. The are concatenated using
logical AND operations.
This interface represents the attributes of a ServiceLevelObjectiveValue
and can be used to perform queries about ServiceLevelObjectives.
</p>
<p>
The attributes will be used to filter out the Service Level Objectives
that match the values of the attributes. The attributes are concatenated
using logical AND-operation.
This interface represents the attributes of a KeyQualityIndicatorParam
and can be used to perform queries about KeyQualityIndicatorParams.
</p>
<p>
The attributes will be used to filter out the key quality indicator
params that match the values of the attributes. The attributes are
concatenated using logical AND-operation.
This interface describes the metrics that have been provisioned in the Service Quality Management
system.
KeyQualityIndicatorParameters are represented by a name and a TransformationAlgorithm. They can
optionaly be related to an entity for which they provide a measure of quality.