| Home | Trees | Index | Help |
|---|
| Package pyGlobus :: Module util |
|
| Classes | |
|---|---|
Abstime |
A wrapper class for the globus_abstime_t type Handles the memory and allows some access to the underlying timeval struct |
Buffer |
A wrapper class for globus_byte_t arrays. |
Callback |
|
CallbackData |
|
CallbackDefault |
|
CallbackQueue |
Class that contains a queue of callbackStruct SWIG'ized pointers |
Functor |
Helper class for pyGlobusFactory, reponsible for the calling of the registered function |
Off_t |
A wrapper class for globus_off_t pointers |
PyGlobusFactory |
Generic factory class that registers a function, and default arguments to that function. |
| Exceptions | |
|---|---|
CallbackQueueException |
A simple subclass of GlobusException. |
GlobusBufferException |
A simple subclass of GlobusException. |
GlobusException |
A simple exception class. |
| Function Summary | |
|---|---|
Calls globus_libc_getenv, this is useful if you are using win32, otherwise you can use the os module to access your environment | |
Return the local hostname. | |
Calls globus_libc_setenv, this is useful if you are using win32, otherwise you can use the os module to modify your environment | |
Calls globus_libc_unsetenv, this is useful if you are using win32, otherwise you can use the os module to modify your environment | |
| Function Details |
|---|
getEnv(variable)Calls globus_libc_getenv, this is useful if you are using win32, otherwise you can use the os module to access your environment
|
getHostname()Return the local hostname. This uses the pyGlobus mechanism when possible, in order to get a hostname that Globus will be happy with. |
setEnv(variable, value)Calls globus_libc_setenv, this is useful if you are using win32, otherwise you can use the os module to modify your environment
|
unSetEnv(variable)Calls globus_libc_unsetenv, this is useful if you are using win32, otherwise you can use the os module to modify your environment
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.0 on Thu Jul 15 16:32:57 2004 | http://epydoc.sf.net |