Home | Trees | Index | Help |
---|
Package pyGlobus :: Module gramClient :: Class GramClientAttr |
|
A class to wrap the globus gram client attr type.
It hides the underlying management of the globus_gram_client_attr_t object.Method Summary | |
---|---|
Constructs an instance. | |
Destroy an instance. | |
Returns the credential assosciated with the attr. | |
Return the underlying gram client attr handle. | |
Set the underlying credential for gram client operations. |
Method Details |
---|
__init__(self,
handle=None,
own=1)
|
__del__(self)
|
get_credential(self)Returns the credential assosciated with the attr.
|
get_handle(self)Return the underlying gram client attr handle.
|
set_credential(self, cred)Set the underlying credential for gram client operations. Assosciates a credential with the attribute set.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Apr 4 14:32:55 2006 | http://epydoc.sf.net |