public class FileProcessorReplicaMessageManager extends java.lang.Object implements ReplicaMessageListener
| Modifier and Type | Field and Description | 
|---|---|
protected static java.lang.String | 
REPLICA_MESSAGE_FILEPROCESSOR_PREFIX  | 
static java.lang.String | 
REVISION  | 
| Constructor and Description | 
|---|
FileProcessorReplicaMessageManager()  | 
| Modifier and Type | Method and 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)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitpublic static final java.lang.String REVISION
protected static final java.lang.String REPLICA_MESSAGE_FILEPROCESSOR_PREFIX
public static void sendActionMsg(FileProcessorAction action, Repository repository, java.lang.String[] filesShortName, java.lang.Class<? extends FileActionComponent> actionComponentClass)
public void processMessage(ReplicaMessage msg)
ReplicaMessageListenerprocessMessage in interface ReplicaMessageListenermsg - the ReplicaMessage to processCopyright © 2001-2018 Jalios SA. All Rights Reserved.