public class SyncRequestValueContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Modifier and Type | Field and Description |
|---|---|
private org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest.SyncRequestValue |
control
SyncRequestValueControl
|
| Constructor and Description |
|---|
SyncRequestValueContainer()
Creates a new SyncRequestValueControlContainer object.
|
SyncRequestValueContainer(org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest.SyncRequestValue control)
Creates a new SyncRequestValueControlContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
Clean the container
|
org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest.SyncRequestValue |
getSyncRequestValueControl() |
void |
setSyncRequestValueControl(org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest.SyncRequestValue control)
Set a SyncRequestValueControl 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, updateParentprivate org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest.SyncRequestValue control
public SyncRequestValueContainer()
public SyncRequestValueContainer(org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest.SyncRequestValue control)
control - The control to storepublic org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest.SyncRequestValue getSyncRequestValueControl()
public void setSyncRequestValueControl(org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest.SyncRequestValue control)
control - the SyncRequestValueControl to set.public void clean()
clean in class org.apache.directory.api.asn1.ber.AbstractContainerCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.