This is the base class for any EventSource.
예제 #1
0
 public EventsGenerator(LdapEventSource objEventSource, LdapMessageQueue queue, LdapConnection conn, int msgid)
 {
     m_objLdapEventSource = objEventSource;
     searchqueue          = queue;
     ldapconnection       = conn;
     messageid            = msgid;
     sleep_time           = DEFAULT_SLEEP_TIME;
 } // end of Constructor
      public EventsGenerator(LdapEventSource objEventSource,
			     LdapMessageQueue queue,
			     LdapConnection conn,
			     int msgid)
      {
	m_objLdapEventSource = objEventSource;
	searchqueue = queue;
	ldapconnection = conn;
	messageid = msgid;
	sleep_time = DEFAULT_SLEEP_TIME;
      } // end of Constructor