ReverseReplicationHandler.java 455 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  javax.jcr.Session
 */
package com.day.cq.replication.impl;

import com.day.cq.replication.Agent;
import com.day.cq.replication.ReplicationAction;
import com.day.cq.replication.ReplicationException;
import javax.jcr.Session;

public interface ReverseReplicationHandler {
    public void poll(Agent var1, Session var2, ReplicationAction var3) throws ReplicationException;
}