ConnectionChangeRecordWriter |
ConnectionChangeRecordWriter.writeChangeRecord(AddRequest change) |
Writes the provided Add request to the underlying connection, blocking
until the request completes.
|
ConnectionChangeRecordWriter |
ConnectionChangeRecordWriter.writeChangeRecord(DeleteRequest change) |
Writes the provided Delete request to the underlying connection, blocking
until the request completes.
|
ConnectionChangeRecordWriter |
ConnectionChangeRecordWriter.writeChangeRecord(ModifyDnRequest change) |
Writes the provided ModifyDN request to the underlying connection,
blocking until the request completes.
|
ConnectionChangeRecordWriter |
ConnectionChangeRecordWriter.writeChangeRecord(ModifyRequest change) |
Writes the provided Modify request to the underlying connection, blocking
until the request completes.
|
ConnectionChangeRecordWriter |
ConnectionChangeRecordWriter.writeChangeRecord(ChangeRecord change) |
Writes the provided change record to the underlying connection, blocking
until the request completes.
|
ConnectionChangeRecordWriter |
ConnectionChangeRecordWriter.writeComment(CharSequence comment) |
Connection change record writers do not support comments, so the provided
comment will be ignored.
|