Uses of Class
org.apache.sling.discovery.impl.common.DefaultInstanceDescriptionImpl

Packages that use DefaultInstanceDescriptionImpl
org.apache.sling.discovery.impl.common   
org.apache.sling.discovery.impl.common.resource   
org.apache.sling.discovery.impl.topology.announcement   
 

Uses of DefaultInstanceDescriptionImpl in org.apache.sling.discovery.impl.common
 

Methods in org.apache.sling.discovery.impl.common with parameters of type DefaultInstanceDescriptionImpl
 void DefaultClusterViewImpl.addInstanceDescription(DefaultInstanceDescriptionImpl instance)
          Add the given instance to this cluster and set the cluster on the instance (back pointer)
 

Uses of DefaultInstanceDescriptionImpl in org.apache.sling.discovery.impl.common.resource
 

Subclasses of DefaultInstanceDescriptionImpl in org.apache.sling.discovery.impl.common.resource
 class EstablishedInstanceDescription
          An InstanceDescription which reads the properties from the according location in the repository
 class IsolatedInstanceDescription
          InstanceDescription which is used at bootstrap time when there is no established view yet - hence the instance is considered to be in 'isolated' state.
 

Uses of DefaultInstanceDescriptionImpl in org.apache.sling.discovery.impl.topology.announcement
 

Subclasses of DefaultInstanceDescriptionImpl in org.apache.sling.discovery.impl.topology.announcement
 class IncomingInstanceDescription
          InstanceDescription which represents an instance that was announced through the topology connector - and hence is by definition a remote instance.
 



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