public class UpdateToReplay extends Object
| Constructor and Description |
|---|
UpdateToReplay(LDAPUpdateMsg updateMessage,
LDAPReplicationDomain replicationDomain)
Construct the object associating the update message with the replication
domain that must be used to replay it (the on it comes from).
|
| Modifier and Type | Method and Description |
|---|---|
LDAPReplicationDomain |
getReplicationDomain()
Getter for replication domain.
|
LDAPUpdateMsg |
getUpdateMessage()
Getter for update message.
|
public UpdateToReplay(LDAPUpdateMsg updateMessage, LDAPReplicationDomain replicationDomain)
updateMessage - The update messagereplicationDomain - The replication domain to use for replaying the
change from the update messagepublic LDAPUpdateMsg getUpdateMessage()
public LDAPReplicationDomain getReplicationDomain()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.