Package vtrace :: Module rmi :: Class RemoteTrace
[hide private]
[frames] | no frames]

Class RemoteTrace

source code

cobra.CobraProxy --+
                   |
                  RemoteTrace

Instance Methods [hide private]
 
__init__(self, *args, **kwargs) source code
 
isRemote(self) source code
 
buildNewTrace(self) source code
 
release(self) source code
 
__del__(self)
Tell the server we're done with our reference in case it's refcnt'd
source code

Inherited from cobra.CobraProxy: __eq__, __getattr__, __getstate__, __hash__, __ne__, __nonzero__, __repr__, __setattr__, __setstate__, __str__

Inherited from cobra.CobraProxy (private): _cobra_getsock, _cobra_newsock

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 
Overrides: cobra.CobraProxy.__init__

__del__(self)
(Destructor)

source code 

Tell the server we're done with our reference in case it's refcnt'd

Overrides: cobra.CobraProxy.__del__
(inherited documentation)