Package com.jalios.jcms.fileprocessor
Class FileProcessorReplicaMessageManager
- java.lang.Object
-
- com.jalios.jcms.fileprocessor.FileProcessorReplicaMessageManager
-
- All Implemented Interfaces:
PluginComponent
,ReplicaMessageListener
public class FileProcessorReplicaMessageManager extends java.lang.Object implements ReplicaMessageListener
Handle JSync intermessaging related to FileProcessor.- Since:
- JCMS-5109
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String
REPLICA_MESSAGE_FILEPROCESSOR_PREFIX
-
Constructor Summary
Constructors Constructor Description FileProcessorReplicaMessageManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processMessage(ReplicaMessage msg)
Process the given ReplicaMessage.static void
sendActionMsg(FileProcessorAction action, Repository repository, java.lang.String[] filesShortName, java.lang.Class<? extends FileActionComponent> actionComponentClass)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.jalios.jcms.plugin.PluginComponent
init
-
-
-
-
Field Detail
-
REPLICA_MESSAGE_FILEPROCESSOR_PREFIX
protected static final java.lang.String REPLICA_MESSAGE_FILEPROCESSOR_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
sendActionMsg
public static void sendActionMsg(FileProcessorAction action, Repository repository, java.lang.String[] filesShortName, java.lang.Class<? extends FileActionComponent> actionComponentClass)
-
processMessage
public void processMessage(ReplicaMessage msg)
Description copied from interface:ReplicaMessageListener
Process the given ReplicaMessage.- Specified by:
processMessage
in interfaceReplicaMessageListener
- Parameters:
msg
- the ReplicaMessage to process
-
-