public interface ProcManServerOperations
| Modifier and Type | Method and Description |
|---|---|
GoalSet |
getCurrentGoalSet() |
GoalSet |
getGoalSetWithProcs() |
GoalSet |
getSavedGoalSet(String passPhrase,
String goalSetName) |
void |
setCurrentGoalSet(String passPhrase,
GoalSet goalSet) |
void |
setLogRetentionPeriod(String passPhrase,
String goalName,
int procId,
int logRetentionPeriod) |
void |
setOutputLevel(String passPhrase,
String goalName,
int procId,
String outputLevel) |
void |
setSavedGoalSet(String passPhrase,
String goalSetName,
GoalSet goalSet) |
void |
stopProcess(String passPhrase,
String goalName,
int procId) |
void |
stopProcMan(String passPhrase) |
GoalSet getGoalSetWithProcs()
GoalSet getCurrentGoalSet()
void setOutputLevel(String passPhrase, String goalName, int procId, String outputLevel)
void setLogRetentionPeriod(String passPhrase, String goalName, int procId, int logRetentionPeriod)
void stopProcMan(String passPhrase)
Copyright © 1996-2013 FreeHEP. All Rights Reserved.