Rio Project 4.2 API Documentation
org.rioproject.gnostic
Class RuleParameters
java.lang.Object
org.rioproject.gnostic.RuleParameters
public class RuleParameters
- extends Object
Data structure for use when using template for built-in rules.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuleParameters
public RuleParameters(SLA sla,
String watchID,
ServiceElement serviceElement)
getWatchID
public String getWatchID()
getLowThreshold
public Double getLowThreshold()
getHighThreshold
public Double getHighThreshold()
getMaxServices
public Integer getMaxServices()
getMinServices
public Integer getMinServices()
getServiceName
public String getServiceName()
getOpStringName
public String getOpStringName()
Copyright © 2006-2011 Rio Project. All Rights Reserved.