C# Class Novell.Directory.Ldap.Events.LdapEventSource

This is the base class for any EventSource.
Afficher le fichier Open project: EventStore/csharp-ldap Class Usage Examples

Protected Properties

Свойство Type Description
directory_event DirectoryEventHandler
directory_exception_event DirectoryExceptionEventHandler
m_objEventsGenerator EventsGenerator
sleep_interval int

Méthodes protégées

Méthode Description
GetCurrentListenersState ( ) : LISTENERS_COUNT
GetListeners ( ) : int
ListenerAdded ( ) : void
ListenerRemoved ( ) : void
NotifyDirectoryListeners ( DirectoryEventArgs objDirectoryEventArgs ) : void
NotifyDirectoryListeners ( LdapMessage sourceMessage, EventClassifiers aClassification ) : void
NotifyEventListeners ( LdapMessage sourceMessage, EventClassifiers aClassification, int nType ) : bool
NotifyExceptionListeners ( LdapMessage sourceMessage, LdapException ldapException ) : void
NotifyListeners ( LdapMessage sourceMessage, EventClassifiers aClassification, int nType ) : void
StartEventPolling ( LdapMessageQueue queue, LdapConnection conn, int msgid ) : void
StartSearchAndPolling ( ) : void
StopEventPolling ( ) : void
StopSearchAndPolling ( ) : void

Method Details

GetCurrentListenersState() protected méthode

protected GetCurrentListenersState ( ) : LISTENERS_COUNT
Résultat LISTENERS_COUNT

GetListeners() protected abstract méthode

protected abstract GetListeners ( ) : int
Résultat int

ListenerAdded() protected méthode

protected ListenerAdded ( ) : void
Résultat void

ListenerRemoved() protected méthode

protected ListenerRemoved ( ) : void
Résultat void

NotifyDirectoryListeners() protected méthode

protected NotifyDirectoryListeners ( DirectoryEventArgs objDirectoryEventArgs ) : void
objDirectoryEventArgs DirectoryEventArgs
Résultat void

NotifyDirectoryListeners() protected méthode

protected NotifyDirectoryListeners ( LdapMessage sourceMessage, EventClassifiers aClassification ) : void
sourceMessage Novell.Directory.Ldap.LdapMessage
aClassification EventClassifiers
Résultat void

NotifyEventListeners() protected abstract méthode

protected abstract NotifyEventListeners ( LdapMessage sourceMessage, EventClassifiers aClassification, int nType ) : bool
sourceMessage Novell.Directory.Ldap.LdapMessage
aClassification EventClassifiers
nType int
Résultat bool

NotifyExceptionListeners() protected méthode

protected NotifyExceptionListeners ( LdapMessage sourceMessage, LdapException ldapException ) : void
sourceMessage Novell.Directory.Ldap.LdapMessage
ldapException Novell.Directory.Ldap.LdapException
Résultat void

NotifyListeners() protected méthode

protected NotifyListeners ( LdapMessage sourceMessage, EventClassifiers aClassification, int nType ) : void
sourceMessage Novell.Directory.Ldap.LdapMessage
aClassification EventClassifiers
nType int
Résultat void

StartEventPolling() protected méthode

protected StartEventPolling ( LdapMessageQueue queue, LdapConnection conn, int msgid ) : void
queue Novell.Directory.Ldap.LdapMessageQueue
conn Novell.Directory.Ldap.LdapConnection
msgid int
Résultat void

StartSearchAndPolling() protected abstract méthode

protected abstract StartSearchAndPolling ( ) : void
Résultat void

StopEventPolling() protected méthode

protected StopEventPolling ( ) : void
Résultat void

StopSearchAndPolling() protected abstract méthode

protected abstract StopSearchAndPolling ( ) : void
Résultat void

Property Details

directory_event protected_oe property

protected DirectoryEventHandler directory_event
Résultat DirectoryEventHandler

directory_exception_event protected_oe property

protected DirectoryExceptionEventHandler directory_exception_event
Résultat DirectoryExceptionEventHandler

m_objEventsGenerator protected_oe property

protected EventsGenerator m_objEventsGenerator
Résultat EventsGenerator

sleep_interval protected_oe property

protected int sleep_interval
Résultat int