|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cisco.oss.foundation.monitoring.component.config.StartCommandSettings
public class StartCommandSettings
This settings reflects how a component can be started remotely.
| Constructor Summary | |
|---|---|
StartCommandSettings()
|
|
| Method Summary | |
|---|---|
String |
getCommand()
|
MatchPolicy |
getMatchPolicy()
|
String |
getSuccessIndication()
|
void |
setCommand(String command)
Sets the Start script command using which this component can be started. |
void |
setMatchPolicy(MatchPolicy matchPolicy)
Sets the MatchPolicy that has to be applied on getSuccessIndication() to confirm if the component is started
successfully. |
void |
setSuccessIndication(String successIndication)
Sets the text output of the component's Start script command which says the component is started successfully. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StartCommandSettings()
| Method Detail |
|---|
public String getCommand()
public void setCommand(String command)
command - public MatchPolicy getMatchPolicy()
getSuccessIndication() to confirm if the component is
started successfullypublic void setMatchPolicy(MatchPolicy matchPolicy)
getSuccessIndication() to confirm if the component is started
successfully.
matchPolicy - public String getSuccessIndication()
public void setSuccessIndication(String successIndication)
successIndication -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||