org.apache.sling.discovery.impl.common.resource
Class EstablishedInstanceDescription

java.lang.Object
  extended by org.apache.sling.discovery.impl.common.DefaultInstanceDescriptionImpl
      extended by org.apache.sling.discovery.impl.common.resource.EstablishedInstanceDescription
All Implemented Interfaces:
org.apache.sling.discovery.InstanceDescription
Direct Known Subclasses:
IsolatedInstanceDescription

public class EstablishedInstanceDescription
extends DefaultInstanceDescriptionImpl

An InstanceDescription which reads the properties from the according location in the repository


Field Summary
 
Fields inherited from interface org.apache.sling.discovery.InstanceDescription
PROPERTY_DESCRIPTION, PROPERTY_ENDPOINTS, PROPERTY_NAME
 
Constructor Summary
EstablishedInstanceDescription(DefaultClusterViewImpl clusterView, org.apache.sling.api.resource.Resource res, String slingId, boolean isLeader, boolean isOwn)
           
 
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

EstablishedInstanceDescription

public EstablishedInstanceDescription(DefaultClusterViewImpl clusterView,
                                      org.apache.sling.api.resource.Resource res,
                                      String slingId,
                                      boolean isLeader,
                                      boolean isOwn)


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