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

Class TraceProxyFactory

source code

A "factory" object for creating tracers and wrapping them up in a proxy instance to the *local* server. This object is shared out via the pyro server for vtrace clients.

Instance Methods [hide private]
 
getTrace(self) source code
 
releaseTrace(self, proxy)
When a remote system is done with a trace and wants the server to clean him up, hand the proxy object to this.
source code