All LDAP Classes
Internal LDAP Classes

com.novell.ldap.client
Class EventSpecifier

java.lang.Object
  extended bycom.novell.ldap.client.EventSpecifier

public class EventSpecifier
extends java.lang.Object


Field Summary
private  int eventStatus
           
private  int eventType
           
static int EVT_CREATE_ENTRY
           
static int EVT_DELETE_ENTRY
           
static int EVT_INVALID
          The following constants are used to set the event Type.
static int EVT_STATUS_ALL
          The following constants are used to set the event status
static int EVT_STATUS_FAILURE
           
static int EVT_STATUS_SUCCESS
           
 
Constructor Summary
EventSpecifier(int evType, int evStatus)
          Construct the EventSpecifier class
 
Method Summary
 int getEventStatus()
           
 int getEventType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVT_STATUS_ALL

public static final int EVT_STATUS_ALL
The following constants are used to set the event status

See Also:
Constant Field Values

EVT_STATUS_SUCCESS

public static final int EVT_STATUS_SUCCESS
See Also:
Constant Field Values

EVT_STATUS_FAILURE

public static final int EVT_STATUS_FAILURE
See Also:
Constant Field Values

EVT_INVALID

public static final int EVT_INVALID
The following constants are used to set the event Type.

See Also:
Constant Field Values

EVT_CREATE_ENTRY

public static final int EVT_CREATE_ENTRY
See Also:
Constant Field Values

EVT_DELETE_ENTRY

public static final int EVT_DELETE_ENTRY
See Also:
Constant Field Values

eventType

private int eventType

eventStatus

private int eventStatus
Constructor Detail

EventSpecifier

public EventSpecifier(int evType,
                      int evStatus)
Construct the EventSpecifier class

Parameters:
evType - used to specify the type of event
evStatus - used to specify the event status
Method Detail

getEventType

public int getEventType()

getEventStatus

public int getEventStatus()

All LDAP Classes
Internal LDAP Classes

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