public interface ModuleCommandInitializer
| Modifier and Type | Method and Description |
|---|---|
void |
initializeReplicableCommand(ReplicableCommand c,
boolean isRemote)
Initializes a command constructed using
ModuleCommandFactory.fromStream(byte, Object[]) with
necessary named-cache-specific components. |
void initializeReplicableCommand(ReplicableCommand c, boolean isRemote)
ModuleCommandFactory.fromStream(byte, Object[]) with
necessary named-cache-specific components.c - command to initializeisRemote - true if the source is a remote node in the cluster, false otherwise.Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.