Package com.jalios.jcms.replicamessage
Interface ReplicaMessageListener
- 
- All Superinterfaces:
 PluginComponent
- All Known Implementing Classes:
 FileProcessorReplicaMessageManager,PluginManager,PropertyManager,PushNotificationManager,WorkflowManager
public interface ReplicaMessageListener extends PluginComponent
 
- 
- 
Field Summary
- 
Fields inherited from interface com.jalios.jcms.plugin.PluginComponent
REVISION 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocessMessage(ReplicaMessage msg)Process the given ReplicaMessage.- 
Methods inherited from interface com.jalios.jcms.plugin.PluginComponent
init 
 - 
 
 - 
 
- 
- 
Method Detail
- 
processMessage
void processMessage(ReplicaMessage msg)
Process the given ReplicaMessage.- Parameters:
 msg- the ReplicaMessage to process- Since:
 - jcms-10.0.0
 
 
 - 
 
 -