public class ProcMan extends Object implements ProcManInterface
| Constructor and Description |
|---|
ProcMan() |
| Modifier and Type | Method and Description |
|---|---|
GoalSet |
getCurrentGoalSet() |
GoalSet |
getSavedGoalSet(String goalSetName) |
void |
meetGoals(GoalSet newGoalSet) |
void |
setCurrentGoalSet(GoalSet goalSet) |
void |
setLogRetentionPeriod(String goalName,
int procId,
int logRetentionPeriod) |
void |
setOutputLevel(String goalName,
int procId,
String outputLevel) |
void |
setProcProxyStatus(ProcProxy procProxy,
String status,
String statusDetail) |
void |
setSavedGoalSet(String goalSetName,
GoalSet goalSetToSave) |
void |
stopProcess(String goalName,
int procId) |
void |
stopProcMan() |
public GoalSet getCurrentGoalSet()
getCurrentGoalSet in interface ProcManInterfacepublic void setCurrentGoalSet(GoalSet goalSet)
setCurrentGoalSet in interface ProcManInterfacepublic GoalSet getSavedGoalSet(String goalSetName)
getSavedGoalSet in interface ProcManInterfacepublic void setSavedGoalSet(String goalSetName, GoalSet goalSetToSave)
setSavedGoalSet in interface ProcManInterfacepublic void setOutputLevel(String goalName, int procId, String outputLevel)
setOutputLevel in interface ProcManInterfacepublic void setLogRetentionPeriod(String goalName, int procId, int logRetentionPeriod)
setLogRetentionPeriod in interface ProcManInterfacepublic void stopProcess(String goalName, int procId)
stopProcess in interface ProcManInterfacepublic void stopProcMan()
stopProcMan in interface ProcManInterfacepublic void meetGoals(GoalSet newGoalSet)
Copyright © 1996-2013 FreeHEP. All Rights Reserved.