Package org.apache.sling.discovery.impl.topology.announcement

Examples of org.apache.sling.discovery.impl.topology.announcement.IncomingInstanceDescription


    public DefaultInstanceDescriptionImpl constructInstanceDescription(
            DefaultClusterViewImpl clusterView, boolean isLeader,
            boolean isOwn, String theSlingId, Map<String, String> properties)
            throws Exception {

        return new IncomingInstanceDescription(clusterView, isLeader,
                theSlingId, properties);
    }
View Full Code Here

TOP

Related Classes of org.apache.sling.discovery.impl.topology.announcement.IncomingInstanceDescription

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.