Home | Trees | Index | Help |
---|
|
pyGlobus
: The pyGlobus package provides a python interface to the Globus
Toolkit.
asynGSI
: Asynchronous Grid-Security-Infrastructure interface.
ftpClient
: Provides a simple interface to the ftp client module.
ftpClientAttr
: file transfer protocol client attribute module
ftpClientPlugin
: A module that wraps various plugins to monitor gridftp transfers.
ftpControl
: Provides support for the lower-level Ftp Control module.
gassCache
: Provides an interface to the gass cache module.
gassCopy
: Provides an interface to the gass copy module.
gassServerEZ
: A module wrapping the globus gass server ez module.
gassTransfer
: Provides an interface to the Gass Transfer module.
gramClient
: The main interface to the Globus Gram Client functionality.
GSIasyncore
: Asynchronous Grid Security Infrastructure module.
GSISOAP
inst
: NetLogger autologging for pyGlobus.
io
: The main interface to the Globus io module.
ioAttr
: This module has a factory to create many flavors of io tcp
attributes
logUtil
: Logging support module.
myProxy
: Provides a simple interface to the myproxy module.
rlsClient
: Simple interface to the Globus RLS client API.
rsl
: A module that forms rsl strings from python dictionaries
security
: A module to provide some of the shared GSI functionality.
util
: A module containing utility functions, e.g.
xio
: The interface to the Globus xio module
SocketServer.BaseRequestHandler
:
Base class for request handler classes.
SocketServer.StreamRequestHandler
:
Define self.rfile and self.wfile for stream sockets.
BaseHTTPServer.BaseHTTPRequestHandler
:
HTTP request handler base class.
pyGlobus.io.GSIRequestHandler
SocketServer.ForkingMixIn
:
Mix-in class to handle each request in a new process.
pyGlobus.io.ForkingGSITCPSocketServer
:
Forking GSITCPSocketServer
SocketServer.ThreadingMixIn
:
Mix-in class to handle each request in a new thread.
pyGlobus.io.ThreadingGSITCPSocketServer
:
Threaded GSITCPSocketServer
UserList.UserList
__builtin__.object
:
The most base type
__builtin__.type
:
type(object) -> the object's type type(name, bases, dict) -> a
new type
exceptions.Exception
:
Common base class for all exceptions.
pyGlobus.GSISOAP.Error
pyGlobus.GSIasyncore.ExitNow
pyGlobus.util.GlobusException
:
A simple exception class.
pyGlobus.gassCopy.AttrException
:
A simple subclass of GlobusException.
pyGlobus.io.AuthDataException
pyGlobus.ftpControl.AuthInfoException
pyGlobus.util.CallbackQueueException
:
A simple subclass of GlobusException.
pyGlobus.ftpControl.CommandException
pyGlobus.ftpControl.DCAUException
pyGlobus.ftpControl.EofArrayException
pyGlobus.io.FileIOAttrException
pyGlobus.ftpClient.FtpClientException
:
A simple subclass of GlobusException.
pyGlobus.ftpControl.FtpControlException
pyGlobus.gassCache.GassCacheException
:
A simple subclass of GlobusException.
pyGlobus.gassCopy.GassCopyException
:
A simple subclass of GlobusException.
pyGlobus.gassServerEZ.GassServerEZException
:
The module exception class.
pyGlobus.gassTransfer.GassTransferServerException
pyGlobus.util.GlobusBufferException
:
A simple subclass of GlobusException.
pyGlobus.gramClient.GramClientAttrException
:
A simple subclass of GlobusException.
pyGlobus.gramClient.GramClientException
:
A simple subclass of GlobusException.
pyGlobus.security.GSIException
:
A subclass of GlobusException.
pyGlobus.security.EVP_KeyException
:
A subclass of GSIException.
pyGlobus.security.GSICredentialAttrException
:
A subclass of GSIException.
pyGlobus.security.GSICredentialException
:
A subclass of GSIException.
pyGlobus.security.GSSBufferException
:
A subclass of GSIException.
pyGlobus.security.GSSContextException
:
A subclass of GSIException.
pyGlobus.security.GSSCredException
:
A subclass of GSIException.
pyGlobus.security.GSSMechsException
:
A subclass of GSIException.
pyGlobus.security.GSSNameException
:
A subclass of GSSContextException.
pyGlobus.security.X509Exception
:
A subclass of GSIException.
pyGlobus.ftpClientAttr.HandleAttrException
:
A simple subclass of GlobusException.
pyGlobus.gassCopy.HandleAttrException
:
A simple subclass of GlobusException.
pyGlobus.ftpControl.HostPortException
pyGlobus.io.IOBaseException
pyGlobus.io.GSITCPException
pyGlobus.io.GSITCPSocketException
:
A sub-class of IOBaseException.
pyGlobus.ftpControl.LayoutException
pyGlobus.myProxy.MyProxyException
:
A simple subclass of GlobusException
pyGlobus.io.NetIOAttrException
pyGlobus.ftpClientAttr.OperationAttrException
:
A simple subclass of GlobusException.
pyGlobus.ftpControl.ParallelismException
pyGlobus.ftpClientPlugin.PluginException
:
A simple subclass of GlobusException.
pyGlobus.ftpControl.ResponseException
pyGlobus.ftpClientPlugin.RestartMarkerException
:
A simple subclass of GlobusException.
pyGlobus.rlsClient.RlsAttrException
:
A simple subclass of GlobusException.
pyGlobus.rlsClient.RlsClientException
:
A simple subclass of GlobusException.
pyGlobus.rsl.RSLException
:
Errors in RSL modules
pyGlobus.ftpControl.TcpBufferException
pyGlobus.gassTransfer.TransferException
pyGlobus.gassTransfer.TransferListenerAttrException
pyGlobus.gassTransfer.TransferListenerException
pyGlobus.gassTransfer.TransferReqAttrException
pyGlobus.gassTransfer.TransferServerException
pyGlobus.xio.XioException
:
A subclass of GlobusException.
pyGlobus.xio.XioAttrException
:
A subclass of XioException.
pyGlobus.xio.XioDataDescriptorException
:
A subclass of XioException.
pyGlobus.xio.XioDriverException
:
A subclass of XioException.
pyGlobus.xio.XioSocketException
:
A subclass of XioException.
pyGlobus.xio.XioStackException
:
A subclass of XioException.
pyGlobus.util.GlobusXIODebugParseError
exceptions.StandardError
:
Base class for all standard Python exceptions.
exceptions.ArithmeticError
:
Base class for arithmetic errors.
httplib.HTTP
:
Compatibility class with httplib.py from 1.5.
httplib.HTTPConnection
pyGlobus.io.GSIHTTPConnection
:
This class allows communication via SSL.
httplib.HTTPResponse
pyGlobus.GSISOAP.DATETIMECONSTS
pyGlobus.GSISOAP.Frame
pyGlobus.GSISOAP.HTTPTransport
pyGlobus.GSISOAP.HeaderHandler
pyGlobus.GSISOAP.MethodSig
pyGlobus.GSISOAP.NS
pyGlobus.GSISOAP.RefHolder
pyGlobus.GSISOAP.SOAPAddress
pyGlobus.GSISOAP.SOAPBuilder
pyGlobus.GSISOAP.SOAPConfig
pyGlobus.GSISOAP.SOAPContext
pyGlobus.GSISOAP.SOAPProxy
pyGlobus.GSISOAP.anyType
pyGlobus.GSISOAP.anyURIType
pyGlobus.GSISOAP.base64BinaryType
pyGlobus.GSISOAP.binaryType
pyGlobus.GSISOAP.booleanType
pyGlobus.GSISOAP.byteType
pyGlobus.GSISOAP.centuryType
pyGlobus.GSISOAP.compoundType
pyGlobus.GSISOAP.dateTimeType
pyGlobus.GSISOAP.dateType
pyGlobus.GSISOAP.decimalType
pyGlobus.GSISOAP.doubleType
pyGlobus.GSISOAP.durationType
pyGlobus.GSISOAP.ENTITIESType
pyGlobus.GSISOAP.floatType
pyGlobus.GSISOAP.gDayType
pyGlobus.GSISOAP.gMonthDayType
pyGlobus.GSISOAP.gMonthType
pyGlobus.GSISOAP.gYearMonthType
pyGlobus.GSISOAP.gYearType
pyGlobus.GSISOAP.hexBinaryType
pyGlobus.GSISOAP.integerType
pyGlobus.GSISOAP.intType
pyGlobus.GSISOAP.longType
pyGlobus.GSISOAP.negativeIntegerType
pyGlobus.GSISOAP.nonNegativeIntegerType
pyGlobus.GSISOAP.nonPositiveIntegerType
pyGlobus.GSISOAP.normalizedStringType
pyGlobus.GSISOAP.NOTATIONType
pyGlobus.GSISOAP.positiveIntegerType
pyGlobus.GSISOAP.recurringInstantType
pyGlobus.GSISOAP.shortType
pyGlobus.GSISOAP.stringType
pyGlobus.GSISOAP.timeType
pyGlobus.GSISOAP.tokenType
pyGlobus.GSISOAP.unsignedByteType
pyGlobus.GSISOAP.unsignedIntType
pyGlobus.GSISOAP.unsignedLongType
pyGlobus.GSISOAP.unsignedShortType
pyGlobus.GSISOAP.voidType
pyGlobus.GSIasyncore.dispatcher
pyGlobus.ftpClient.BaseFtpClient
:
Parent Class for the FtpClient and EasyFtpClient classes
pyGlobus.ftpClient.EasyFtpClient
:
A class to wrap the ftp client functions.
pyGlobus.ftpClient.FtpClient
:
A class to wrap the ftp client functions.
pyGlobus.ftpClientAttr.HandleAttr
:
A class to wrap the ftp client handle attr functions.
pyGlobus.ftpClientAttr.OperationAttr
:
A class to wrap the ftp client operation attr functions.
pyGlobus.ftpClientPlugin.Plugin
:
A base class for the ftp client plugins.
pyGlobus.ftpClientPlugin.DebugPlugin
:
A wrapper class around the ftp client debug plugin.
pyGlobus.ftpClientPlugin.NetloggerPlugin
:
A wrapper class around the netlogger plugin.
pyGlobus.ftpClientPlugin.PerformanceMarkerPlugin
:
A wrapper class around the ftp client performance marker plugin.
pyGlobus.ftpClientPlugin.RestartMarkerPlugin
:
A wrapper class around the ftp client restart marker plugin.
pyGlobus.ftpClientPlugin.ThroughputPerfPlugin
:
A wrapper class around the ftp client throughput performance
plugin.
pyGlobus.ftpClientPlugin.PyGlobusBasePlugin
pyGlobus.ftpClientPlugin.RestartMarker
:
A class to wrap the ftp client restart marker attributes.
pyGlobus.ftpControl.AuthInfo
:
Class that wraps auth_info_t struct
pyGlobus.ftpControl.Command
pyGlobus.ftpControl.DCAU
pyGlobus.ftpControl.EofArray
:
This class wraps an array of integers;
pyGlobus.ftpControl.FtpControl
:
Class that wraps a ftp control API
pyGlobus.ftpControl.FtpControlServer
pyGlobus.ftpControl.HostPort
:
Class that wraps the host_port_t struct
pyGlobus.ftpControl.HostPortArray
:
Class that wraps an array of host_port
pyGlobus.ftpControl.Layout
pyGlobus.ftpControl.Parallelism
pyGlobus.ftpControl.Response
:
Proxy class for the globus_ftp_control_response_t object
pyGlobus.ftpControl.TcpBuffer
pyGlobus.gassCache.GassCache
:
Provides an interface to the gass cache module.
pyGlobus.gassCopy.Attr
:
A class to wrap the gass copy attr functions.
pyGlobus.gassCopy.GassCopy
:
Provides a simple interface to protocol independent file
transfers.
pyGlobus.gassCopy.HandleAttr
:
A class to wrap the gass copy handle attr functions.
pyGlobus.gassServerEZ.GassServerEZ
:
Proxy class to the GassServerEZ interfacee
pyGlobus.gassTransfer.ListenerAttr
:
A proxy class for gass transfer listener attributes
pyGlobus.gassTransfer.TransferData
:
This class handles send_bytes and receive_bytes calls which both a
TransferClient and a TransferServer object can make.
pyGlobus.gassTransfer.TransferClient
pyGlobus.gassTransfer.TransferServer
:
A class to accept and handle requests
pyGlobus.gassTransfer.TransferListener
:
Proxy class that wraps the listener handle for servers handle is the
listerner handle pointer The TransServer class provides an higher level
interface than this.
pyGlobus.gassTransfer.TransferReqAttr
:
A proxy class for gass transfer request attributes
pyGlobus.gassTransfer.TransferRequest
:
Proxy class that wraps the request handle for clients and server
handle is the request handle pointer isClient is true if it is a
client-side handle
pyGlobus.gramClient.GramClient
:
The main interface to the gram client module.
pyGlobus.gramClient.GramClientAttr
:
A class to wrap the globus gram client attr type.
pyGlobus.io.AuthData
pyGlobus.io.FileIOAttr
pyGlobus.io.GSIFile
:
This is a file-like class that wraps a GSITCPSocket.
pyGlobus.io.IOBase
pyGlobus.io.GSITCPSocket
:
A simple socket interface to secure Globus IO.
pyGlobus.io.NetIOAttr
pyGlobus.myProxy.MyProxy
pyGlobus.rlsClient.RlsAttr
:
A class to wrap the RLS globus_rls_attribute_t structure.
pyGlobus.rlsClient.RlsClient
:
A class to wrap the RLS client functions
pyGlobus.rsl.RSL
pyGlobus.security.ContextRequests
:
Simple class that keeps track of requests made to security contexts
The context can be requested to do the following:
pyGlobus.security.EVP_Key
:
A class for the underlying EVP_PKEY* objects.
pyGlobus.security.GSICredential
:
A class for the underlying globus_gsi_cred_handle_t
pyGlobus.security.GSICredentialAttr
:
A class for the underlying globus_gsi_cred_handle_attr_t
pyGlobus.security.GSSBuffer
:
A class for the underlying gss_buffer_t object
pyGlobus.security.GSSContext
:
A class for the underlying gss_ctx_id_t object.
pyGlobus.security.GSSCred
:
A class for the underlying gss_cred_id_t object.
pyGlobus.security.GSSMechs
:
A class for the underlying gss_OID_set object.
pyGlobus.security.GSSName
:
A class for the underlying gss_name_t object.
pyGlobus.security.GSSUsage
:
A class for the underlying gss_cred_usage_t object.
pyGlobus.security.STACK_X509
pyGlobus.security.X509
:
A class for underlying X509 objects
pyGlobus.security.X509_Request
:
A simple class for the underlying X509_REQ* objects.
pyGlobus.util.Abstime
:
A wrapper class for the globus_abstime_t type Handles the memory and
allows some access to the underlying timeval struct
pyGlobus.util.Buffer
:
A wrapper class for globus_byte_t arrays.
pyGlobus.util.Callback
pyGlobus.util.CallbackQueue
:
Class that contains a queue of callbackStruct SWIG'ized pointers
pyGlobus.util.Functor
:
Helper class for pyGlobusFactory, reponsible for the calling of the
registered function
pyGlobus.util.GlobusXIODebug
pyGlobus.util.Off_t
:
A wrapper class for globus_off_t pointers
pyGlobus.util.PyGlobusFactory
:
Generic factory class that registers a function, and default arguments
to that function.
pyGlobus.security.STACK_X509_Factory
:
Creates STACK_X509 instances
pyGlobus.ioAttr.TCPIOAttrFactory
:
Creates a factory that will by default create a TCPIOAttr
pyGlobus.xio.XioBase
:
Provides functionality all of the xio classes need
pyGlobus.xio.XioAttr
:
A class that wraps the globus_xio_attr_t structure.
pyGlobus.xio.XioDataDescriptor
:
Wraps the globus_xio_data_descriptor_t structure
pyGlobus.xio.XioDriver
:
Creates an XioDriver
pyGlobus.xio.XioTcpDriver
:
class that wraps a globus_xio_driver_t that is a tcp driver, it has a
dictionary with all of the commands that can be used to manipulate the
driver
pyGlobus.xio.XioSocket
:
A simple socket interface similar to the Python socket API.
pyGlobus.xio.GsiSocket
:
Class that has a python socket interface, but uses GSI for
authentication and data integrity over the transport desired driver
pyGlobus.xio.XioStack
:
Creates an Xio Attr
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.
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Apr 4 14:32:57 2006 | http://epydoc.sf.net |