Package ldaptor :: Package test :: Module test_ldifdelta :: Class LDIFDeltaDriver
[hide private]
[frames] | no frames]

Class LDIFDeltaDriver

source code

                                        object --+        
                                                 |        
twisted.internet.protocol.BaseProtocol --+       |        
                                         |       |        
        twisted.internet.protocol.Protocol --+   |        
                                             |   |        
   twisted.protocols.basic._PauseableMixin --+   |        
                                             |   |        
          twisted.protocols.basic.LineReceiver --+        
                                                 |        
                  protocols.ldap.ldifprotocol.LDIF --+    
                                                     |    
                    protocols.ldap.ldifdelta.LDIFDelta --+
                                                         |
                                                        LDIFDeltaDriver

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
gotEntry(self, obj) source code

Inherited from protocols.ldap.ldifdelta.LDIFDelta: state_IN_ADD_ENTRY, state_IN_DELETE, state_IN_MOD_SPEC, state_WAIT_FOR_CHANGETYPE, state_WAIT_FOR_DN, state_WAIT_FOR_MOD_SPEC

Inherited from protocols.ldap.ldifprotocol.LDIF: connectionLost, lineReceived, logicalLineReceived, parseValue, state_HEADER, state_IN_ENTRY

Inherited from protocols.ldap.ldifprotocol.LDIF (private): _parseLine

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Inherited from twisted.protocols.basic.LineReceiver: __provides__, clearLineBuffer, dataReceived, lineLengthExceeded, rawDataReceived, sendLine, setLineMode, setRawMode

Inherited from twisted.internet.protocol.Protocol: logPrefix

Inherited from twisted.internet.protocol.BaseProtocol: __providedBy__, connectionMade, makeConnection

Inherited from twisted.protocols.basic._PauseableMixin: pauseProducing, resumeProducing, stopProducing

Class Variables [hide private]

Inherited from protocols.ldap.ldifdelta.LDIFDelta: MOD_SPEC_TO_DELTA

Inherited from protocols.ldap.ldifprotocol.LDIF: data, delimiter, dn, lastLine, mode, version

Inherited from twisted.protocols.basic.LineReceiver: MAX_LENGTH, __implemented__, line_mode

Inherited from twisted.protocols.basic.LineReceiver (private): _buffer, _busyReceiving

Inherited from twisted.internet.protocol.BaseProtocol: connected, transport

Inherited from twisted.protocols.basic._PauseableMixin: paused

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

gotEntry(self, obj)

source code 
Overrides: protocols.ldap.ldifprotocol.LDIF.gotEntry