|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines a policy that a ContainerManager
may use to persist information about the plugins it uses.
| Method Summary | |
java.lang.String |
getLoadBalancerImplementation()
This method gets the name of the class containing the implementation of the LoadBalancer implementation |
PerformanceThreshold[] |
getPerformanceThresholds()
This method gets the thresholds that determine the GREEN/YELLOW/RED designation for a particular type of
PerformanceReport |
java.lang.String |
getPlatformPerformanceImplementation()
This method gets the name of the class containing the implementation of the PlatformPerformance implementation |
void |
setLoadBalancerImplementation(java.lang.String loadBalancerImplementation)
This method sets the name of the class containing the implementation of the LoadBalancer implementation |
void |
setPerformanceThresholds(PerformanceThreshold[] performanceThresholds)
This method sets the thresholds that determine the GREEN/YELLOW/RED designation for a particular type of
PerformanceReport |
void |
setPlatformPerformanceImplementation(java.lang.String platformPerformanceImplementation)
This method sets the name of the class containing the implementation of the PlatformPerformance implementation |
| Methods inherited from interface net.openwings.policy.Policy |
getDescription, getLastLoadURL, getName, getPolicyAttributes, getPolicyElements, isPolicyUpdated, loadPolicy, loadPolicy, savePolicy, savePolicy, savePolicy, setDescription, setName, setPolicyUpdated |
| Method Detail |
public java.lang.String getPlatformPerformanceImplementation()
PlatformPerformance implementation
public void setPlatformPerformanceImplementation(java.lang.String platformPerformanceImplementation)
PlatformPerformance implementation
platformPerformanceImplementation - name of the implementation classpublic java.lang.String getLoadBalancerImplementation()
LoadBalancer implementation
public void setLoadBalancerImplementation(java.lang.String loadBalancerImplementation)
LoadBalancer implementation
loadBalancerImplementation - name of the implementation classpublic PerformanceThreshold[] getPerformanceThresholds()
GREEN/YELLOW/RED designation for a particular type of
PerformanceReport
public void setPerformanceThresholds(PerformanceThreshold[] performanceThresholds)
GREEN/YELLOW/RED designation for a particular type of
PerformanceReport
performanceThresholds - array of thresholds
|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||