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

Interface Summary
AnnouncementFilter Filter used during announcement processing internally
AnnouncementRegistry The announcement registry keeps track of all the announcement that this instance either received by a joined topology connector or that a topology connector inherited from the counterpart (the topology connector servlet)
 

Class Summary
Announcement An announcement is the information exchanged by the topology connector and contains all clusters and instances which both the topology connector client and servlet see (in their part before joining the two worlds).
AnnouncementRegistryImpl  
CachedAnnouncement With SLING-3389 the Announcement itself doesn't use the created (ie timeout) field anymore (it still has it currently for backwards compatibility on the wire-level) - hence that's why there's this small in-memory wrapper object which contains an Announcement and carries a lastHeartbeat property.
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.