public class _ProcManServerStub extends ObjectImpl implements ProcManServer
| Constructor and Description |
|---|
_ProcManServerStub() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
_ids() |
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) |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic GoalSet getGoalSetWithProcs()
getGoalSetWithProcs in interface ProcManServerOperationspublic GoalSet getCurrentGoalSet()
getCurrentGoalSet in interface ProcManServerOperationspublic void setCurrentGoalSet(String passPhrase, GoalSet goalSet)
setCurrentGoalSet in interface ProcManServerOperationspublic GoalSet getSavedGoalSet(String passPhrase, String goalSetName)
getSavedGoalSet in interface ProcManServerOperationspublic void setSavedGoalSet(String passPhrase, String goalSetName, GoalSet goalSet)
setSavedGoalSet in interface ProcManServerOperationspublic void setOutputLevel(String passPhrase, String goalName, int procId, String outputLevel)
setOutputLevel in interface ProcManServerOperationspublic void setLogRetentionPeriod(String passPhrase, String goalName, int procId, int logRetentionPeriod)
setLogRetentionPeriod in interface ProcManServerOperationspublic void stopProcess(String passPhrase, String goalName, int procId)
stopProcess in interface ProcManServerOperationspublic void stopProcMan(String passPhrase)
stopProcMan in interface ProcManServerOperationspublic String[] _ids()
_ids in class ObjectImplCopyright © 1996-2013 FreeHEP. All Rights Reserved.