Uses of Interface
org.apache.sling.discovery.impl.topology.connector.TopologyConnectorClientInformation

Packages that use TopologyConnectorClientInformation
org.apache.sling.discovery.impl.topology.connector   
 

Uses of TopologyConnectorClientInformation in org.apache.sling.discovery.impl.topology.connector
 

Classes in org.apache.sling.discovery.impl.topology.connector that implement TopologyConnectorClientInformation
 class TopologyConnectorClient
          A topology connector client is used for sending (pinging) a remote topology connector servlet and exchanging announcements with it
 

Methods in org.apache.sling.discovery.impl.topology.connector that return TopologyConnectorClientInformation
 TopologyConnectorClientInformation ConnectorRegistryImpl.registerOutgoingConnector(ClusterViewService clusterViewService, URL connectorUrl)
           
 TopologyConnectorClientInformation ConnectorRegistry.registerOutgoingConnector(ClusterViewService clusterViewService, URL topologyConnectorEndpoint)
          Register an outgoing topology connector using the provided endpoint url
 

Methods in org.apache.sling.discovery.impl.topology.connector that return types with arguments of type TopologyConnectorClientInformation
 Collection<TopologyConnectorClientInformation> ConnectorRegistryImpl.listOutgoingConnectors()
           
 Collection<TopologyConnectorClientInformation> ConnectorRegistry.listOutgoingConnectors()
          Lists all outgoing topology connectors
 



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