Uses of Class
org.ldaptive.control.SyncRequestControl.Mode

Packages that use SyncRequestControl.Mode
org.ldaptive.control   
 

Uses of SyncRequestControl.Mode in org.ldaptive.control
 

Methods in org.ldaptive.control that return SyncRequestControl.Mode
 SyncRequestControl.Mode SyncRequestControl.getRequestMode()
          Returns the request mode.
static SyncRequestControl.Mode SyncRequestControl.Mode.valueOf(int i)
          Returns the mode for the supplied integer constant.
static SyncRequestControl.Mode SyncRequestControl.Mode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SyncRequestControl.Mode[] SyncRequestControl.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.ldaptive.control with parameters of type SyncRequestControl.Mode
 void SyncRequestControl.setRequestMode(SyncRequestControl.Mode mode)
          Sets the request mode.
 

Constructors in org.ldaptive.control with parameters of type SyncRequestControl.Mode
SyncRequestControl(SyncRequestControl.Mode mode)
          Creates a new sync request control.
SyncRequestControl(SyncRequestControl.Mode mode, boolean critical)
          Creates a new sync request control.
SyncRequestControl(SyncRequestControl.Mode mode, byte[] value, boolean critical)
          Creates a new sync request control.
SyncRequestControl(SyncRequestControl.Mode mode, byte[] value, boolean hint, boolean critical)
          Creates a new sync request control.
 



Copyright © 2003-2017 Virginia Tech. All Rights Reserved.