|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.replication.plugin.FakeOperation
public abstract class FakeOperation
This class if used to build fake Operation from the historical information that stay in the entry in the database. This is usefull when a LDAP server can't find a LDAP server that has already seen all its changes and therefore need to retransmit them
| Constructor Summary | |
|---|---|
FakeOperation(ChangeNumber changeNumber)
Creates a new FakeOperation using the provided ChangeNumber. |
|
| Method Summary | |
|---|---|
abstract void |
addModification(Modification mod)
Add a modification to the list of modification included in this fake operation. |
abstract ReplicationMessage |
generateMessage()
Generate a ReplicationMessage from this fake operation. |
ChangeNumber |
getChangeNumber()
Get the ChangeNumber. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FakeOperation(ChangeNumber changeNumber)
changeNumber - The ChangeNumber to use to build the FakeOperation.| Method Detail |
|---|
public ChangeNumber getChangeNumber()
public abstract ReplicationMessage generateMessage()
public abstract void addModification(Modification mod)
mod - A modification that must be adde to the list of modifications
included in this fake operation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||