Rio Project 4.2 API Documentation



org.rioproject.gnostic
Class RuleParameters

java.lang.Object
  extended by org.rioproject.gnostic.RuleParameters

public class RuleParameters
extends Object

Data structure for use when using template for built-in rules.


Constructor Summary
RuleParameters(SLA sla, String watchID, ServiceElement serviceElement)
           
 
Method Summary
 Double getHighThreshold()
           
 Double getLowThreshold()
           
 Integer getMaxServices()
           
 Integer getMinServices()
           
 String getOpStringName()
           
 String getServiceName()
           
 String getWatchID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleParameters

public RuleParameters(SLA sla,
                      String watchID,
                      ServiceElement serviceElement)
Method Detail

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 © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.