public class SyncInfoValueContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Modifier and Type | Field and Description |
|---|---|
private org.apache.directory.api.ldap.codec.api.LdapApiService |
codec
The LDAP Service instance
|
private org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValue |
syncInfoValue
SyncInfoValue
|
| Constructor and Description |
|---|
SyncInfoValueContainer(org.apache.directory.api.ldap.codec.api.LdapApiService codec)
Creates a new SyncInfoValueContainer object.
|
SyncInfoValueContainer(org.apache.directory.api.ldap.codec.api.LdapApiService codec,
org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValue syncInfoValue)
Creates a new SyncInfoValueContainer 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.intermediate.syncrepl.SyncInfoValue |
getSyncInfoValue() |
void |
setSyncInfoValue(org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValue syncInfoValue)
Set a SyncInfoValue 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.intermediate.syncrepl.SyncInfoValue syncInfoValue
private org.apache.directory.api.ldap.codec.api.LdapApiService codec
public SyncInfoValueContainer(org.apache.directory.api.ldap.codec.api.LdapApiService codec)
codec - The LDAP Service to usepublic SyncInfoValueContainer(org.apache.directory.api.ldap.codec.api.LdapApiService codec,
org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValue syncInfoValue)
codec - The LDAP Service to usesyncInfoValue - The syncInfoValue to decoratepublic org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValue getSyncInfoValue()
public void setSyncInfoValue(org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValue syncInfoValue)
syncInfoValue - the SyncInfoValueCodec 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–2018 The Apache Software Foundation. All rights reserved.