Class Summary |
AbstractManageabilityCapability |
AbstractManageabilityCapability is an extension of
AbstractWsResourceCapability that
provides one additional initialization step: if the resource uses
the ManageabilityCharacteristics
capability, then this capability's URI will be added to the
muws1:ManageabilityCapability property. |
AllMatch |
AllMatch is a ComplexMatch that acts as a
conditional AND (&&) on all subexpressions. |
AnyMatch |
AnyMatch is a ComplexMatch that acts as a
conditional OR (||) on all subexpressions. |
ComplexMatch |
ComplexMatch is an abstract class for any pbm:Match that supports
subexpressions (sub-Matches). |
MatchCorrelation |
MatchCorrelation represents correlation expressions formatted with the
MUWS Simple Property Boolean Match (PBM) schema. |
MatchFactory |
MatchFactory is a device for creating pbm:Match expressions from their
XML definitions without having to deal with concrete pbm:Match types. |
MetricDecorationProvider |
MetricDecorationProvider is a simple property listener that adds the standard
WSDM MetricAttributes attributes to a property's XML definition. |
MetricOnDemandListener |
MetricOnDemandListener is a simple property listener that makes sure an
OnDemand metric's timestamps are updated for each property read that
occurs. |
MetricUpdateListener |
MetricUpdateListener is a simple property listener that pings the Metric
data structure to record a timestamp for the metric update. |
QueryRelationships |
QueryRelationships is a serializer/deserializer for the MUWS (Part 2)
QueryRelationshipsByType operation's request content. |
QueryRelationshipsHandler |
QueryRelationshipsHandler is the parser for the MUWS (Part 2)
QueryRelationshipsByType operation. |
QueryRelationshipsResponse |
QueryRelationshipsResponse is a serializer/deserializer for the
MUWS (Part 2) QueryRelationshipsByType operation's response content. |
SimpleConfiguration |
SimpleConfiguration is Muse's default implementation of the WSDM
Configuration capability. |
SimpleCorrelatableProperties |
SimpleCorrelatableProperties is Muse's default implementation of the
WSDM CorrelatableProperties capability. |
SimpleCorrelationFactory |
SimpleCorrelationFactory is a device for creating correlation expressions
for all of the built-in dialects supported by WSDM CorrelatableProperties. |
SimpleDescription |
SimpleDescription is Muse's default implementation of the WSDM
Description capability. |
SimpleIdentity |
SimpleIdentity is Muse's default implementation of the WSDM Identity capability. |
SimpleManageabilityCharacteristics |
SimpleManageabilityCharacteristics is Muse's default implementation of
the WSDM ManageabilityCharacteristics capability. |
SimpleMatch |
SimpleMatch is the most concrete form of pbm:Match - it allows an
evaluator to compare to resources based on a single property value. |
SimpleMetric |
SimpleMetric is a collection of metadata that is associated with resource
properties that are also metrics. |
SimpleMetrics |
SimpleMetrics is Muse's default implementation of the WSDM Metrics
capability. |
SimpleOperationalStatus |
SimpleOperationalStatus is Muse's default implementation of the WSDM
OperationalStatus capability. |
SimpleParticipant |
SimpleParticipant represents resources that are participating in a relationship
through the Relationships capability. |
SimpleRelationshipResource |
SimpleRelationshipResource is Muse's default implementation of the MUWS (Part 2)
RelationshipResource capability. |
SimpleRelationships |
SimpleRelationships is Muse's default implementation of the MUWS (Part 2)
Relationships capability. |
SimpleRelationshipType |
SimpleRelationshipType represents simple and complex relationship types for the
RelationshipResource
capability. |
SimpleState |
SimpleState is Muse's default implementation of the WSDM State capability. |
SimpleStateTransition |
SimpleStateTransition represents the muws2:StateTransition property defined
by the WSDM State capability. |
SimpleStateType |
SimpleStateType represents state values for the State
capability. |
XPathCorrelation |
XPathCorrelation represents correlation expressions formatted in XPath 1.0. |