public class SyncStateValueContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Modifier and Type | Field and Description |
|---|---|
private org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValue |
control
SyncStateValueControl
|
| Constructor and Description |
|---|
SyncStateValueContainer()
Creates a new SyncStateValueControlContainer object.
|
SyncStateValueContainer(org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValue control)
Creates a new SyncStateValueControlContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
Clean the container
|
org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValue |
getSyncStateValueControl() |
void |
setSyncStateValueControl(org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValue control)
Set a SyncStateValueControl 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.syncState.SyncStateValue control
public SyncStateValueContainer()
public SyncStateValueContainer(org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValue control)
control - The control to storepublic org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValue getSyncStateValueControl()
public void setSyncStateValueControl(org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValue control)
control - the SyncStateValueControl to set.public void clean()
clean in class org.apache.directory.api.asn1.ber.AbstractContainerCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.