Uses of Interface
org.apache.directory.api.ldap.extras.intermediate.syncrepl.SyncInfoValue
-
Packages that use SyncInfoValue Package Description org.apache.directory.api.ldap.extras.intermediate.syncrepl org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl -
-
Uses of SyncInfoValue in org.apache.directory.api.ldap.extras.intermediate.syncrepl
Classes in org.apache.directory.api.ldap.extras.intermediate.syncrepl that implement SyncInfoValue Modifier and Type Class Description classSyncInfoValueImplA simpleSyncInfoValueimplementation to store response properties. -
Uses of SyncInfoValue in org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl
Methods in org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl that return SyncInfoValue Modifier and Type Method Description SyncInfoValueSyncInfoValueContainer. getSyncInfoValue()SyncInfoValueSyncInfoValueFactory. newResponse()Returns a newIntermediateResponsewith no value.SyncInfoValueSyncInfoValueFactory. newResponse(byte[] responseValue)Returns a newIntermediateResponsewith the following encoded value.Methods in org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl with parameters of type SyncInfoValue Modifier and Type Method Description voidSyncInfoValueContainer. setSyncInfoValue(SyncInfoValue syncInfoValue)Set a SyncInfoValue Object into the container.Constructors in org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl with parameters of type SyncInfoValue Constructor Description SyncInfoValueContainer(SyncInfoValue syncInfoValue)Creates a new SyncInfoValueContainer object.
-