LDAP Classes
Implements Java LDAP

com.novell.ldap.events.edir
Class EdirEventSpecifier

java.lang.Object
  extended bycom.novell.ldap.events.edir.EdirEventSpecifier

public class EdirEventSpecifier
extends java.lang.Object

This class is a bean for Specifying the Edirectory Events classification ,events type and event filterstring. These parameter are used for registering for edirectory events.

Note: The filterString argument is used only by registerforFilterEvent() request and the simple register request registerforEvent() ignores the same.

See Also:
EdirEventSource.registerforEvent(com.novell.ldap.events.edir.EdirEventSpecifier[], com.novell.ldap.LDAPConnection, com.novell.ldap.events.LDAPEventListener), EdirEventSource.registerforFilterEvent(com.novell.ldap.events.edir.EdirEventSpecifier[], com.novell.ldap.LDAPConnection, com.novell.ldap.events.LDAPEventListener)

Constructor Summary
EdirEventSpecifier(int classification, int type)
          Constructor of the EdirEventSpecifier with Classification and Type specified.
EdirEventSpecifier(int classification, int type, java.lang.String afilter)
          Default Constructor for this class with all the input parameter.
 
Method Summary
 int getEventclassification()
          The Edirectory Event Classification Specified for this Event.
 int getEventtype()
          The Edirectory Event Type Specified for this Event.
 java.lang.String getFilter()
          The Edirectory Event Filter Specified for this Event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdirEventSpecifier

public EdirEventSpecifier(int classification,
                          int type)
Constructor of the EdirEventSpecifier with Classification and Type specified.

Parameters:
classification - The Edirectory Event Classification.
type - The Edirectory Event Types.

EdirEventSpecifier

public EdirEventSpecifier(int classification,
                          int type,
                          java.lang.String afilter)
Default Constructor for this class with all the input parameter.

Parameters:
classification - The Edirectory Event Classification.
type - The Edirectory Event Types.
afilter - The search Filter for filtering the events.
Method Detail

getEventclassification

public int getEventclassification()
The Edirectory Event Classification Specified for this Event.

Returns:
Event Classification as int.

getEventtype

public int getEventtype()
The Edirectory Event Type Specified for this Event.

Returns:
Event Type as int.

getFilter

public java.lang.String getFilter()
The Edirectory Event Filter Specified for this Event.

Returns:
Filter as String.

LDAP Classes
Implements Java LDAP

Copyright © 2002 Novell, Inc. All Rights Reserved.
Novell, Inc.
1800 South Novell Place
Provo, Ut 84606
Phone: (801) 861-5000