| Package | Description |
|---|---|
| hep.wired.jprocman | |
| hep.wired.jprocman.corba |
| Modifier and Type | Method and Description |
|---|---|
GoalSet |
ProcManInterface.getCurrentGoalSet() |
GoalSet |
ProcManClient.getCurrentGoalSet() |
GoalSet |
ProcMan.getCurrentGoalSet() |
GoalSet |
Goal.getGoalSet() |
GoalSet |
ProcManClient.getGoalSetWithProcs() |
GoalSet |
ProcManInterface.getSavedGoalSet(String s) |
GoalSet |
ProcManClient.getSavedGoalSet(String goalSetName) |
GoalSet |
ProcMan.getSavedGoalSet(String goalSetName) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcMan.meetGoals(GoalSet newGoalSet) |
void |
ProcManInterface.setCurrentGoalSet(GoalSet goalset) |
void |
ProcManClient.setCurrentGoalSet(GoalSet goalSet) |
void |
ProcMan.setCurrentGoalSet(GoalSet goalSet) |
void |
Goal.setGoalSet(GoalSet goalSet) |
void |
ProcManInterface.setSavedGoalSet(String s,
GoalSet goalset) |
void |
ProcManClient.setSavedGoalSet(String goalSetName,
GoalSet goalSet) |
void |
ProcMan.setSavedGoalSet(String goalSetName,
GoalSet goalSetToSave) |
| Constructor and Description |
|---|
Goal(GoalSet goalSet,
Vector procProxies,
ProcDef procDef,
String name,
String desc,
String infoURL,
boolean isDown,
String outageReason,
String outageEstEndTime,
boolean statusMonitored,
int minToKeepReady,
int trackingPeriod,
int maxBusyIdleTime,
int maxProcsAllowed,
int estStartTime,
int replacementDelayTime,
int maxProcsRecentlyBusy) |
| Modifier and Type | Method and Description |
|---|---|
GoalSet |
GoalSetAdapter.getFromCorba(GoalSet corbaGoalSet) |
| Modifier and Type | Method and Description |
|---|---|
GoalSet |
GoalSetAdapter.putToCorba(GoalSet goalSet,
boolean includeProcs) |
Copyright © 1996-2013 FreeHEP. All Rights Reserved.