org.apache.sling.discovery.impl.topology.announcement
Class IncomingInstanceDescription

java.lang.Object
  extended by org.apache.sling.discovery.impl.common.DefaultInstanceDescriptionImpl
      extended by org.apache.sling.discovery.impl.topology.announcement.IncomingInstanceDescription
All Implemented Interfaces:
org.apache.sling.discovery.InstanceDescription

public class IncomingInstanceDescription
extends DefaultInstanceDescriptionImpl

InstanceDescription which represents an instance that was announced through the topology connector - and hence is by definition a remote instance.


Field Summary
 
Fields inherited from interface org.apache.sling.discovery.InstanceDescription
PROPERTY_DESCRIPTION, PROPERTY_ENDPOINTS, PROPERTY_NAME
 
Constructor Summary
IncomingInstanceDescription(DefaultClusterViewImpl cluster, boolean isLeader, String slingId, Map<String,String> properties)
           
 
Method Summary
 
Methods inherited from class org.apache.sling.discovery.impl.common.DefaultInstanceDescriptionImpl
equals, getClusterView, getProperties, getProperty, getSlingId, hashCode, isLeader, isLocal, setClusterView, setProperties, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncomingInstanceDescription

public IncomingInstanceDescription(DefaultClusterViewImpl cluster,
                                   boolean isLeader,
                                   String slingId,
                                   Map<String,String> properties)


Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.