public class FakeOperation extends Object
| Modifier and Type | Field and Description |
|---|---|
static Class<?>[] |
PARAMETERS_CLASSES |
| Constructor and Description |
|---|
FakeOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
register(ReplicationModel model,
ReplicationNode ownerNode,
ReplicationOperationPhase phase,
Object... parameters) |
void |
run(TopiaReplicationContext replicationContext,
ReplicationOperationDef operationDef,
TopiaContextImplementor srcCtxt,
TopiaContextImplementor dstCtxt,
List<? extends TopiaEntity> nodeEntities) |
public static final Class<?>[] PARAMETERS_CLASSES
public void register(ReplicationModel model,
ReplicationNode ownerNode,
ReplicationOperationPhase phase,
Object... parameters)
public void run(TopiaReplicationContext replicationContext,
ReplicationOperationDef operationDef,
TopiaContextImplementor srcCtxt,
TopiaContextImplementor dstCtxt,
List<? extends TopiaEntity> nodeEntities)
throws TopiaException
TopiaExceptionCopyright © 2004–2014 CodeLutin. All rights reserved.