Package ldaptor :: Package apps :: Package webui :: Module move :: Class OLD_DoSearch
[show private | hide private]
[frames | no frames]

Class OLD_DoSearch

BaseProtocol --+        
               |        
        Protocol --+    
                   |    
          LDAPClient --+
                       |
                      OLD_DoSearch


Method Summary
  __init__(self)
  connectionMade(self)
TCP connection has opened
  _handle_bind_fail(self, fail)
  _handle_bind_success(self, x)
  _unbind(self, dummy)
    Inherited from LDAPClient
  bind(self, dn, auth)
  connectionLost(self, reason)
Called when TCP connection has been lost
  dataReceived(self, recd)
  handle(self, msg)
  queue(self, op, handler)
  unbind(self)
  unsolicitedNotification(self, msg)
  _handle_bind_msg(self, resp)
    Inherited from Protocol
  connectionFailed(self)
(Deprecated)
    Inherited from BaseProtocol
  makeConnection(self, transport)
Make a connection to a transport and a server.

Class Variable Summary
NoneType factory = None                                                                  
    Inherited from LDAPClient
LDAPBERDecoderContext_LDAPMessage berdecoder = <LDAPBERDecoderContext_LDAPMessage identiti...
    Inherited from Protocol
tuple __implements__ = (<class 'twisted.internet.interfaces.IP...
    Inherited from BaseProtocol
int connected = 0                                                                     
NoneType transport = None                                                                  

Method Details

connectionMade(self)

TCP connection has opened
Overrides:
ldaptor.protocols.ldap.ldapclient.LDAPClient.connectionMade (inherited documentation)

Class Variable Details

factory

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.0 on Fri Mar 12 17:21:12 2004 http://epydoc.sf.net