Class ReplicationOperationDef

java.lang.Object
org.nuiton.topia.replication.model.ReplicationOperationDef
All Implemented Interfaces:
Comparable<ReplicationOperationDef>

public class ReplicationOperationDef extends Object implements Comparable<ReplicationOperationDef>
Definition of a concrete operation to execute. A such operation involves :
  • the replication node
  • the replication phase
  • the replication operation type
  • the replication operation arguments
This definition is detected when building replication model. Then when starting replication, based on this definition, we can instanciate the operation to execute. Note: Such objects can be comparable via their phase.
Since:
2.2.0
Author:
Tony Chemit - chemit@codelutin.com