public class SyncDoneValueContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Constructor and Description |
|---|
SyncDoneValueContainer(org.apache.directory.api.ldap.codec.api.LdapApiService codec)
Creates a new SyncDoneValueControlContainer object.
|
SyncDoneValueContainer(org.apache.directory.api.ldap.codec.api.LdapApiService codec,
org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone.SyncDoneValue control)
Creates a new SyncDoneValueControlContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
clean the container
|
org.apache.directory.api.ldap.codec.api.LdapApiService |
getCodecService() |
org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone.SyncDoneValue |
getSyncDoneValueControl() |
void |
setSyncDoneValueControl(org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone.SyncDoneValue control)
Set a SyncDoneValueControlCodec Object into the container.
|
getCurrentTLV, getDecodedBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodedBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setDecodedBytes, setGathering, setGrammar, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParentpublic SyncDoneValueContainer(org.apache.directory.api.ldap.codec.api.LdapApiService codec)
public SyncDoneValueContainer(org.apache.directory.api.ldap.codec.api.LdapApiService codec,
org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone.SyncDoneValue control)
public org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone.SyncDoneValue getSyncDoneValueControl()
public void setSyncDoneValueControl(org.apache.directory.api.ldap.extras.controls.syncrepl.syncDone.SyncDoneValue control)
control - the SyncDoneValueControlCodec to set.public org.apache.directory.api.ldap.codec.api.LdapApiService getCodecService()
public void clean()
clean in class org.apache.directory.api.asn1.ber.AbstractContainerCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.