|
||||||||||
| 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.SyncDoneValueImpl
public class SyncDoneValueImpl
A simple SyncDoneValue implementation to store control properties.
| Field Summary |
|---|
| Fields inherited from interface org.apache.directory.api.ldap.extras.controls.SyncDoneValue |
|---|
OID |
| Constructor Summary | |
|---|---|
SyncDoneValueImpl()
Creates a new instance of SyncDoneValueImpl. |
|
SyncDoneValueImpl(boolean isCritical)
Creates a new instance of SyncDoneValueImpl. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
byte[] |
getCookie()
|
int |
hashCode()
|
boolean |
isRefreshDeletes()
|
void |
setCookie(byte[] cookie)
|
void |
setRefreshDeletes(boolean refreshDeletes)
|
String |
toString()
Return a String representing a Control |
| 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 SyncDoneValueImpl()
public SyncDoneValueImpl(boolean isCritical)
isCritical - The critical flag| Method Detail |
|---|
public byte[] getCookie()
getCookie in interface SyncDoneValuepublic void setCookie(byte[] cookie)
setCookie in interface SyncDoneValuecookie - cookie to be setpublic boolean isRefreshDeletes()
isRefreshDeletes in interface SyncDoneValuepublic void setRefreshDeletes(boolean refreshDeletes)
setRefreshDeletes in interface SyncDoneValuerefreshDeletes - set the refreshDeletes flagpublic int hashCode()
hashCode in class AbstractControlObject.hashCode()public boolean equals(Object o)
equals in class AbstractControlObject.equals(Object)public String toString()
AbstractControl
toString in class AbstractControlObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||