Package twisted :: Package test :: Module test_manhole :: Class DummyApp
[show private | hide private]
[frames | no frames]

Class DummyApp

                    Logger --+    
                             |    
                 Versioned --+    
                             |    
          OriginalAccessor --+    
                             |    
_AbstractServiceCollection --+    
                             |    
                   Application --+
                                 |
                                DummyApp


Method Summary
  __init__(self, name, uid, gid, authorizer, authorizer_)
Initialize me. (inherited from Application)
  __delattr__(self, k)
(inherited from OriginalAccessor)
  __getattr__(self, k)
(inherited from OriginalAccessor)
  __getstate__(self)
(inherited from Application)
  __repr__(self)
(inherited from Application)
  __setattr__(self, k, v)
(inherited from OriginalAccessor)
  __setstate__(self, state)
(inherited from Versioned)
  addDelayed(self, delayed)
Adds an object implementing delay.IDelayed for execution in my event loop. (inherited from Application)
  bindPorts(self)
(inherited from Application)
  connectSSL(self, host, port, factory, ctxFactory, timeout, bindAddress)
Connect a given client protocol factory to a specific SSL server. (inherited from Application)
  connectTCP(self, host, port, factory, timeout, bindAddress)
Connect a given client protocol factory to a specific TCP server. (inherited from Application)
  connectUNIX(self, address, factory, timeout)
Connect a given client protocol factory to a specific UNIX socket. (inherited from Application)
  dontListenUDP(self, portno)
(inherited from Application)
  get_authorizer(self)
(inherited from Application)
  listenSSL(self, port, factory, ctxFactory, backlog, interface)
Connects a given protocol factory to the given numeric TCP/IP port. (inherited from Application)
  listenTCP(self, port, factory, backlog, interface)
Connects a given protocol factory to the given numeric TCP/IP port. (inherited from Application)
  listenUDP(self, port, factory, interface, maxPacketSize)
Connects a given protocol factory to the given numeric UDP port. (inherited from Application)
  log(self, bytes)
(inherited from Logger)
  logPrefix(self)
A log prefix which describes me. (inherited from Application)
  reallyDel(self, k)
*actually* del self.k without incurring side-effects. (inherited from OriginalAccessor)
  reallySet(self, k, v)
*actually* set self.k to v without incurring side-effects. (inherited from OriginalAccessor)
  removeDelayed(self, delayed)
Remove a Delayed previously added to the main event loop with addDelayed. (inherited from Application)
  run(self, save, installSignalHandlers)
run(save=1, installSignalHandlers=1) Run this application, running the main loop if necessary. (inherited from Application)
  save(self, tag, filename, passphrase)
Save a pickle of this application to a file in the current directory. (inherited from Application)
  setEUID(self)
Retrieve persistent uid/gid pair (if possible) and set the current process's euid/egid. (inherited from Application)
  setUID(self)
Retrieve persistent uid/gid pair (if possible) and set the current process's uid/gid (inherited from Application)
  unlistenTCP(self, port, interface)
(inherited from Application)
  upgradeToVersion1(self)
Version 1 Persistence Upgrade (inherited from Application)
  upgradeToVersion2(self)
Version 2 Persistence Upgrade (inherited from Application)
  upgradeToVersion3(self)
Version 3 Persistence Upgrade (inherited from Application)
  upgradeToVersion4(self)
Version 4 Persistence Upgrade (inherited from Application)
  upgradeToVersion5(self)
(inherited from Application)
  upgradeToVersion6(self)
(inherited from Application)
  upgradeToVersion7(self)
(inherited from Application)
  upgradeToVersion8(self)
(inherited from Application)
  upgradeToVersion9(self)
(inherited from Application)
  versionUpgrade(self)
(internal) Do a version upgrade. (inherited from Versioned)

Class Variable Summary
str name

Class Variable Details

name

Type:
str
Value:
'None'                                                                 

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:26:14 2003 http://epydoc.sf.net