Uses of Class
org.ldaptive.control.SyncStateControl.State

Packages that use SyncStateControl.State
org.ldaptive.control   
 

Uses of SyncStateControl.State in org.ldaptive.control
 

Methods in org.ldaptive.control that return SyncStateControl.State
 SyncStateControl.State SyncStateControl.getSyncState()
          Returns the sync state.
static SyncStateControl.State SyncStateControl.State.valueOf(int i)
          Returns the state for the supplied integer constant.
static SyncStateControl.State SyncStateControl.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SyncStateControl.State[] SyncStateControl.State.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 SyncStateControl.State
 void SyncStateControl.setSyncState(SyncStateControl.State state)
          Sets the sync state.
 

Constructors in org.ldaptive.control with parameters of type SyncStateControl.State
SyncStateControl(SyncStateControl.State state)
          Creates a new sync state control.
SyncStateControl(SyncStateControl.State state, boolean critical)
          Creates a new sync state control.
SyncStateControl(SyncStateControl.State state, UUID uuid, boolean critical)
          Creates a new sync state control.
SyncStateControl(SyncStateControl.State state, UUID uuid, byte[] value, boolean critical)
          Creates a new sync state control.
 



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