public abstract class FakeOperation extends Object
| Constructor and Description |
|---|
FakeOperation(CSN csn)
Creates a new FakeOperation using the provided CSN.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ReplicationMsg |
generateMessage()
Generate a ReplicationMsg from this fake operation.
|
CSN |
getCSN()
Get the CSN.
|
public FakeOperation(CSN csn)
csn - The CSN to use to build the FakeOperation.public abstract ReplicationMsg generateMessage()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.