org.ogf.graap.wsag.server.monitoring
Class ServicePropertyResolver

java.lang.Object
  extended by org.ogf.graap.wsag.server.monitoring.ServicePropertyResolver

public class ServicePropertyResolver
extends Object

Resolves a set of service properties from a given agreement properties document and converts the resolved properties in the correct type using the specified service property metric.

Author:
owaeld

Constructor Summary
ServicePropertyResolver(ServicePropertiesType properties, AgreementPropertiesType agreementProperties)
          Constructs a new resolver.
 
Method Summary
 Map<String,Object> resolveServiceProperties()
          Resolves the service properties from the agreement properties document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServicePropertyResolver

public ServicePropertyResolver(ServicePropertiesType properties,
                               AgreementPropertiesType agreementProperties)
Constructs a new resolver.

Parameters:
properties - the service properties to resolve
agreementProperties - the agreement properties document to resolve the service properties from
Method Detail

resolveServiceProperties

public Map<String,Object> resolveServiceProperties()
Resolves the service properties from the agreement properties document.

Returns:
the resolved service properties


Copyright © 2008-2012. All Rights Reserved.