|
|
|
enableServiceFiltering(self)
Enable rejected services list. |
source code
|
|
|
disableServiceFiltering(self)
Disable rejected services list. |
source code
|
|
|
logMsg(self,
level,
msg)
Logs a message to the ARC logger. |
source code
|
|
|
logInfoMsg(self,
msg)
Logs an info message to the ARC logger. |
source code
|
|
|
logDebugMsg(self,
msg)
Logs a debug message to the ARC logger. |
source code
|
|
|
logErrorMsg(self,
msg)
Logs an error message to the ARC logger. |
source code
|
|
|
setLogStream(self,
stream)
Assigns the logstream to instance. |
source code
|
|
|
getLogStream(self)
Return current log stream. |
source code
|
|
|
setDebugLevel(self,
level)
Set debug level of the arc library. |
source code
|
|
|
getDebugLevel(self)
Return the debug level of the arc library. |
source code
|
|
|
setProxyFilename(self,
filename)
Set proxy filename. |
source code
|
|
|
getProxyFilename(self)
Return proxy filename |
source code
|
|
|
saveConfiguration(self)
Save current configuration. |
source code
|
|
|
__loadJobs(self)
Load job list from XML file. |
source code
|
|
|
loadJobList(self)
Load job list from XML file. |
source code
|
|
|
hasValidProxy(self)
Return status of proxy. |
source code
|
|
|
findTargets(self)
Find possible targets by querying information system. |
source code
|
|
|
loadBroker(self,
brokerName=' Random ' )
Wrapper function for encapsulating ARC1 loading of of a broker
instance. |
source code
|
|
|
|
|
findBestTarget(self,
job)
Return a filtered list of suitable targets based on the RandomBroker
component. |
source code
|
|
|
|
|
|
|
|
|
get(self,
jobIds=[ ] ,
status=[ ' FINISHED ' , ' FAILED ' ] ,
keep=False)
Download results from jobs. |
source code
|
|
|
kill(self,
jobIds=[ ] ,
status=[ ] ,
force=False)
Kill running jobs. |
source code
|
|
|
clean(self,
jobIds=[ ] ,
status=[ ] ,
force=False)
Clean running jobs. |
source code
|
|
|
|
|
updateStatus(self)
Query information system and populate the jobs property with
additional job information. |
source code
|
|
|
sortKeysBy(self,
byField='
' )
Sort job dictionary by field specified by the byField parameter. |
source code
|
|
|
printJobs(self)
Print list of jobs managed by this class. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|