Uses of Class
com.cisco.oss.foundation.monitoring.component.config.MatchPolicy

Packages that use MatchPolicy
com.cisco.oss.foundation.monitoring.component.config   
 

Uses of MatchPolicy in com.cisco.oss.foundation.monitoring.component.config
 

Methods in com.cisco.oss.foundation.monitoring.component.config that return MatchPolicy
 MatchPolicy StopCommandSettings.getMatchPolicy()
           
 MatchPolicy StartCommandSettings.getMatchPolicy()
           
 MatchPolicy StatusCommandSettings.getMatchPolicy()
           
static MatchPolicy MatchPolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MatchPolicy[] MatchPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.cisco.oss.foundation.monitoring.component.config with parameters of type MatchPolicy
 void StopCommandSettings.setMatchPolicy(MatchPolicy matchPolicy)
          Sets the MatchPolicy that has to be applied on StopCommandSettings.getSuccessIndication() to confirm if the component is stopped successfully.
 void StartCommandSettings.setMatchPolicy(MatchPolicy matchPolicy)
          Sets the MatchPolicy that has to be applied on StartCommandSettings.getSuccessIndication() to confirm if the component is started successfully.
 void StatusCommandSettings.setMatchPolicy(MatchPolicy matchPolicy)
          Sets the MatchPolicy that has to be applied on StatusCommandSettings.getUpIndication() and StatusCommandSettings.getDownIndication() to confirm if the component is running or not running respectively.
 



Copyright © 2015 Cisco. All Rights Reserved.