|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.api.ldap.model.message.controls.AbstractControl
org.apache.directory.api.ldap.extras.controls.SyncInfoValueImpl
public class SyncInfoValueImpl
A simple SyncInfoValue implementation to store control properties.
| Field Summary |
|---|
| Fields inherited from interface org.apache.directory.api.ldap.extras.controls.SyncInfoValue |
|---|
OID |
| Constructor Summary | |
|---|---|
SyncInfoValueImpl()
Creates a new instance of SyncInfoValueImpl. |
|
SyncInfoValueImpl(boolean isCritical)
Creates a new instance of SyncInfoValueImpl. |
|
| Method Summary | |
|---|---|
void |
addSyncUUID(byte[] syncUUID)
|
boolean |
equals(Object o)
|
byte[] |
getCookie()
|
List<byte[]> |
getSyncUUIDs()
|
SynchronizationInfoEnum |
getType()
Get the control type. |
int |
hashCode()
|
boolean |
isRefreshDeletes()
|
boolean |
isRefreshDone()
|
void |
setCookie(byte[] cookie)
|
void |
setRefreshDeletes(boolean refreshDeletes)
|
void |
setRefreshDone(boolean refreshDone)
|
void |
setSyncUUIDs(List<byte[]> syncUUIDs)
|
void |
setType(SynchronizationInfoEnum type)
|
String |
toString()
|
| Methods inherited from class org.apache.directory.api.ldap.model.message.controls.AbstractControl |
|---|
getOid, isCritical, setCritical |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.directory.api.ldap.model.message.Control |
|---|
getOid, isCritical, setCritical |
| Constructor Detail |
|---|
public SyncInfoValueImpl()
public SyncInfoValueImpl(boolean isCritical)
isCritical - The critical flag| Method Detail |
|---|
public SynchronizationInfoEnum getType()
getType in interface SyncInfoValuepublic void setType(SynchronizationInfoEnum type)
setType in interface SyncInfoValuepublic byte[] getCookie()
getCookie in interface SyncInfoValuepublic void setCookie(byte[] cookie)
setCookie in interface SyncInfoValuecookie - the cookie to setpublic boolean isRefreshDone()
isRefreshDone in interface SyncInfoValuepublic void setRefreshDone(boolean refreshDone)
setRefreshDone in interface SyncInfoValuerefreshDone - the refreshDone to setpublic boolean isRefreshDeletes()
isRefreshDeletes in interface SyncInfoValuepublic void setRefreshDeletes(boolean refreshDeletes)
setRefreshDeletes in interface SyncInfoValuerefreshDeletes - the refreshDeletes to setpublic List<byte[]> getSyncUUIDs()
getSyncUUIDs in interface SyncInfoValuepublic void setSyncUUIDs(List<byte[]> syncUUIDs)
setSyncUUIDs in interface SyncInfoValuesyncUUIDs - the syncUUIDs to setpublic void addSyncUUID(byte[] syncUUID)
addSyncUUID in interface SyncInfoValuepublic int hashCode()
hashCode in class org.apache.directory.api.ldap.model.message.controls.AbstractControlObject.hashCode()public boolean equals(Object o)
equals in class org.apache.directory.api.ldap.model.message.controls.AbstractControlObject.equals(Object)public String toString()
toString in class org.apache.directory.api.ldap.model.message.controls.AbstractControlObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||