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

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
           
 

Fields in org.n52.connectors.core with type parameters of type ConnectorTypeRegistry
protected  java.util.ArrayList<ConnectorTypeRegistry> AbstractServiceFactory.registries
           
 

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 AbstractServiceFactory.addRegistry(ConnectorTypeRegistry registry)