public class ProcManClient extends Object implements ProcManInterface
| Constructor and Description |
|---|
ProcManClient(File jprocmanFile) |
ProcManClient(File jprocmanFile,
String passPhrase) |
ProcManClient(Object obj) |
ProcManClient(Object obj,
String passPhrase) |
ProcManClient(String jprocmanIOR) |
ProcManClient(String jprocmanIOR,
String passPhrase) |
ProcManClient(URL jprocmanURL) |
ProcManClient(URL jprocmanURL,
String passPhrase) |
| Modifier and Type | Method and Description |
|---|---|
GoalSet |
getCurrentGoalSet() |
GoalSet |
getGoalSetWithProcs() |
GoalSet |
getSavedGoalSet(String goalSetName) |
void |
locateProcManServer() |
void |
setCurrentGoalSet(GoalSet goalSet) |
void |
setLogRetentionPeriod(String goalName,
int procId,
int logRetentionPeriod) |
void |
setOutputLevel(String goalName,
int procId,
String outputLevel) |
void |
setSavedGoalSet(String goalSetName,
GoalSet goalSet) |
void |
stopProcess(String goalName,
int procId) |
void |
stopProcMan() |
public ProcManClient(Object obj)
public ProcManClient(String jprocmanIOR)
public ProcManClient(URL jprocmanURL)
public ProcManClient(File jprocmanFile)
public void locateProcManServer()
public GoalSet getGoalSetWithProcs()
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 goalSet)
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 ProcManInterfaceCopyright © 1996-2013 FreeHEP. All Rights Reserved.