iceprod.modules.gsiftp.AltSourceURLCopy:
This class provides an interface for preprocessing files in iceprod
It also tracks the destination of files in the monitoring database
throught the soapmon server.
iceprod.modules.gsiftp.TrackURLCopy:
This class provides an interface for preprocessing files in iceprod
It also tracks the destination of files in the monitoring database
throught the soapmon server.
rfc822.Message:
Represents a single RFC 2822-compliant message.
mimetools.Message:
A derived class of rfc822.Message that knows about MIME headers and
contains some hooks for decoding encoded and multipart messages.
iceprod.server.server.Monitor:
XMLRPC server class for monitoring jobs job connect to server from
compute nodes and make status updates Creates own HTTP server
iceprod.server.server.MonitorCGI:
XMLRPC server class for monitoring jobs job connect to server from
compute nodes and make status updates Similar to Monitor class but
runs CGI embeded in existing HTTP server
iceprod.server.server.MonitorCGIProxy:
XMLRPC server class for monitoring jobs job connect to server from
compute nodes and make status updates Similar to Monitor class but
runs CGI embeded in existing HTTP server
optparse.OptionParser:
Class attributes:
standard_option_list : [Option]
list of standard options that will be accepted by all instances
of this parser class (intended to be overridden by subclasses).
iceprod.server.server.SoapTrayCGI:
XMLRPC server class for submitting jobs to IceProd job connect to
server from compute nodes and make status updates Similar to
SoapTray class but runs CGI embeded in existing HTTP server
iceprod.modules.i3_data.TrackURLCopy:
This class provides an interface for preprocessing files in iceprod
It also tracks the destination of files in the monitoring database
throught the soapmon server.
iceprod.server.queue.i3ProdQueue:
This class interfaces IceTray with several queuing systems and is
used for simplifying the submission and monitoring of jobs.
dict:
dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list.