|
LDAP Classes Implements Java LDAP |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.ldap.events.edir.EdirEventSpecifier
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.
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 |
public EdirEventSpecifier(int classification,
int type)
classification - The Edirectory Event Classification.type - The Edirectory Event Types.
public EdirEventSpecifier(int classification,
int type,
java.lang.String afilter)
classification - The Edirectory Event Classification.type - The Edirectory Event Types.afilter - The search Filter for filtering the events.| Method Detail |
public int getEventclassification()
public int getEventtype()
public java.lang.String getFilter()
|
LDAP Classes Implements Java LDAP |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||