Package org.apache.sling.replication.agent.impl

Examples of org.apache.sling.replication.agent.impl.SimpleReplicationAgent


            String serviceName = PropertiesUtil.toString(properties.get(ReplicationComponentFactory.AGENT_SIMPLE_PROPERTY_SERVICE_NAME), null);

            boolean isPassive = PropertiesUtil.toBoolean(properties.get(ReplicationComponentFactory.AGENT_SIMPLE_PROPERTY_IS_PASSIVE), false);


            return new SimpleReplicationAgent(name, isPassive, serviceName,
                    packageImporter, packageExporter, packageExporterStrategy,
                    queueProvider, queueDistributionStrategy, replicationEventFactory, resourceResolverFactory, triggers);

        }
View Full Code Here

TOP

Related Classes of org.apache.sling.replication.agent.impl.SimpleReplicationAgent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.