org.apache.directory.api.ldap.extras.controls
Interface SyncRequestValue

All Superinterfaces:
org.apache.directory.api.ldap.model.message.Control
All Known Implementing Classes:
SyncRequestValueImpl

public interface SyncRequestValue
extends org.apache.directory.api.ldap.model.message.Control

A syncRequestValue object, as defined in RFC 4533

Author:
Apache Directory Project

Field Summary
static String OID
          This control OID
 
Method Summary
 byte[] getCookie()
           
 SynchronizationModeEnum getMode()
           
 boolean isReloadHint()
           
 void setCookie(byte[] cookie)
           
 void setMode(SynchronizationModeEnum mode)
           
 void setReloadHint(boolean reloadHint)
           
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.Control
getOid, isCritical, setCritical
 

Field Detail

OID

static final String OID
This control OID

See Also:
Constant Field Values
Method Detail

getMode

SynchronizationModeEnum getMode()
Returns:
the mode

setMode

void setMode(SynchronizationModeEnum mode)
Parameters:
syncMode - the syncMode to set

getCookie

byte[] getCookie()
Returns:
the cookie

setCookie

void setCookie(byte[] cookie)
Parameters:
cookie - the cookie to set

isReloadHint

boolean isReloadHint()
Returns:
the reloadHint

setReloadHint

void setReloadHint(boolean reloadHint)
Parameters:
reloadHint - the reloadHint to set


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.