org.apache.directory.shared.ldap.extras.controls
Interface SyncRequestValue
- All Superinterfaces:
- Control
- All Known Implementing Classes:
- SyncRequestValueDecorator, SyncRequestValueImpl
public interface SyncRequestValue
- extends Control
A syncRequestValue object, as defined in RFC 4533
- Author:
- Apache Directory Project
|
Field Summary |
static String |
OID
This control OID |
OID
static final String OID
- This control OID
- See Also:
- Constant Field Values
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-2011 The Apache Software Foundation. All Rights Reserved.