WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

@mozilla.org/addressbook/ldap-process-changelog-data;1

This component implements the following interfaces:

Constants

Replication states
PRInt32 nsIAbLDAPProcessReplicationData.kIdle = 0
PRInt32 nsIAbLDAPProcessReplicationData.kAnonymousBinding = 1
PRInt32 nsIAbLDAPProcessReplicationData.kAuthenticatedBinding = 2
PRInt32 nsIAbLDAPProcessReplicationData.kSyncServerBinding = 3
PRInt32 nsIAbLDAPProcessReplicationData.kSearchingAuthDN = 4
PRInt32 nsIAbLDAPProcessReplicationData.kDecidingProtocol = 5
PRInt32 nsIAbLDAPProcessReplicationData.kAuthenticating = 6
PRInt32 nsIAbLDAPProcessReplicationData.kReplicatingAll = 7
PRInt32 nsIAbLDAPProcessReplicationData.kSearchingRootDSE = 8
PRInt32 nsIAbLDAPProcessReplicationData.kFindingChanges = 9
PRInt32 nsIAbLDAPProcessReplicationData.kReplicatingChanges = 10
PRInt32 nsIAbLDAPProcessReplicationData.kReplicationDone = 11
Replication protocols
PRInt32 nsIAbLDAPProcessReplicationData.kDefaultDownloadAll = 0
PRInt32 nsIAbLDAPProcessReplicationData.kChangeLogProtocol = 1
PRInt32 nsIAbLDAPProcessReplicationData.kLCUPProtocol = 2
PRInt32 nsIAbLDAPProcessReplicationData.kLastUpdatedTimeStampMethod = 3

Properties

readonly PRInt32 nsIAbLDAPProcessReplicationData.protocolUsed

Readonly attribute giving the current protocol used

readonly PRInt32 nsIAbLDAPProcessReplicationData.replicationState

Readonly attribute giving the current replication state

Methods

InterfaceMethod
nsIAbLDAPProcessReplicationData void abort ( )
nsIAbLDAPProcessReplicationData void init ( nsIAbLDAPDirectory directory , nsILDAPConnection connection , nsILDAPURL url , nsIAbLDAPReplicationQuery query , nsIWebProgressListener progressListener )
nsILDAPMessageListener void onLDAPInit ( nsILDAPConnection conn , nsresult status )
nsILDAPMessageListener void onLDAPMessage ( nsILDAPMessage message )

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com