C# Class Novell.Directory.Ldap.Events.Edir.EdirEventSource

This is the source class for Edir events.
Inheritance: LdapEventSource
Exibir arquivo Open project: EventStore/csharp-ldap Class Usage Examples

Protected Properties

Property Type Description
edir_event EdirEventHandler
mConnection LdapConnection
mQueue LdapResponseQueue
mRequestOperation MonitorEventRequest

Public Methods

Method Description
EdirEventSource ( EdirEventSpecifier specifier, LdapConnection conn ) : System

Protected Methods

Method Description
GetListeners ( ) : int
NotifyEventListeners ( LdapMessage sourceMessage, EventClassifiers aClassification, int nType ) : bool
StartSearchAndPolling ( ) : void
StopSearchAndPolling ( ) : void

Method Details

EdirEventSource() public method

public EdirEventSource ( EdirEventSpecifier specifier, LdapConnection conn ) : System
specifier EdirEventSpecifier
conn LdapConnection
return System

GetListeners() protected method

protected GetListeners ( ) : int
return int

NotifyEventListeners() protected method

protected NotifyEventListeners ( LdapMessage sourceMessage, EventClassifiers aClassification, int nType ) : bool
sourceMessage LdapMessage
aClassification EventClassifiers
nType int
return bool

StartSearchAndPolling() protected method

protected StartSearchAndPolling ( ) : void
return void

StopSearchAndPolling() protected method

protected StopSearchAndPolling ( ) : void
return void

Property Details

edir_event protected_oe property

protected EdirEventHandler edir_event
return EdirEventHandler

mConnection protected_oe property

protected LdapConnection mConnection
return LdapConnection

mQueue protected_oe property

protected LdapResponseQueue mQueue
return LdapResponseQueue

mRequestOperation protected_oe property

protected MonitorEventRequest,Novell.Directory.Ldap.Events.Edir mRequestOperation
return MonitorEventRequest