Uses of Class
org.apache.directory.server.core.event.EventType

Packages that use EventType
org.apache.directory.server.core.event   
 

Uses of EventType in org.apache.directory.server.core.event
 

Methods in org.apache.directory.server.core.event that return EventType
static EventType[] EventType.getEventTypes(int psearchChangeTypes)
          Gets an array of EventTypes from the PSearchControl changeTypes parameter value.
static EventType EventType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EventType[] EventType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.directory.server.core.event with parameters of type EventType
static int EventType.getMask(EventType... eventTypes)
           
 void NotificationCriteria.setEventMask(EventType... eventTypes)
           
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.