Uses of Interface
org.n52.connectors.core.ConnectorTypeRegistry

Packages that use ConnectorTypeRegistry
org.n52.connectors.core   
 

Uses of ConnectorTypeRegistry in org.n52.connectors.core
 

Classes in org.n52.connectors.core that implement ConnectorTypeRegistry
 class AbstractConnectorTypeRegistry
           
 class LocalConnectorTypeRegistry
          Handling of requests on the same system as the factory is located.
 class RemoteConnectorTypeRegistryProxy
           
 

Methods in org.n52.connectors.core with parameters of type ConnectorTypeRegistry
 void ConnectorCreation.addRegistry(ConnectorTypeRegistry registry)
          adds a certain registry to the set of registries that will be searched to find certain functionality
 void AbstractFactory.addRegistry(ConnectorTypeRegistry registry)