Package pyGlobus :: Module util :: Class PyGlobusFactory
[show private | hide private]
[frames | no frames]

Class PyGlobusFactory

Known Subclasses:
STACK_X509_Factory, TCPIOAttrFactory

Generic factory class that registers a function, and default arguments to that function.

The registered function may also be called with arguments
Method Summary
  register(self, methodName, constructor, *args, **kargs)
register a constructor with the default arguments and keyword arguments you you use when you call it
  unregister(self, methodName)
unregister a constructor

Method Details

register(self, methodName, constructor, *args, **kargs)

register a constructor with the default arguments and keyword arguments you you use when you call it

unregister(self, methodName)

unregister a constructor

Generated by Epydoc 2.1 on Tue Apr 4 14:32:53 2006 http://epydoc.sf.net