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

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

public class IsolatedInstanceDescription
extends EstablishedInstanceDescription

InstanceDescription which is used at bootstrap time when there is no established view yet - hence the instance is considered to be in 'isolated' state.


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

IsolatedInstanceDescription

public IsolatedInstanceDescription(org.apache.sling.api.resource.Resource res,
                                   String clusterViewId,
                                   String slingId)


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