Uses of Interface
org.gcube.common.clients.delegates.ProxyPlugin

Packages that use ProxyPlugin
org.gcube.common.clients.builders   
org.gcube.common.clients.config   
org.gcube.common.clients.delegates   
org.gcube.common.clients.queries   
 

Uses of ProxyPlugin in org.gcube.common.clients.builders
 

Methods in org.gcube.common.clients.builders that return ProxyPlugin
protected  ProxyPlugin<A,S,P> AbstractBuilder.plugin()
          Returns the ProxyPlugin.
 

Constructors in org.gcube.common.clients.builders with parameters of type ProxyPlugin
AbstractBuilder(ProxyPlugin<A,S,P> plugin, EndpointCache<A> cache, Property<?>... properties)
          Constructs an instance with a given ProxyPlugin, and EndpointCache, and zero or more default Propertys.
AbstractSingletonBuilder(ProxyPlugin<A,S,P> plugin, EndpointCache<A> cache, Property<?>... properties)
          Constructs an instance with a given ProxyPlugin, and EndpointCache, and zero or more default Propertys.
AbstractStatefulBuilder(ProxyPlugin<A,S,P> plugin, EndpointCache<A> cache, Property<?>... properties)
          Constructs an instance with a given ProxyPlugin, and EndpointCache, and zero or more default Propertys.
AbstractStatelessBuilder(ProxyPlugin<A,S,P> plugin, EndpointCache<A> cache, Query<A> query, Property<?>... properties)
          Constructs an instance with a given ProxyPlugin, an EndpointCache, a Query, and zero or more default Propertys.
 

Uses of ProxyPlugin in org.gcube.common.clients.config
 

Methods in org.gcube.common.clients.config that return ProxyPlugin
 ProxyPlugin<A,S,?> AbstractConfig.plugin()
           
 ProxyPlugin<A,S,?> ProxyConfig.plugin()
          Returns the ProxyPlugin.
 

Constructors in org.gcube.common.clients.config with parameters of type ProxyPlugin
AbstractConfig(ProxyPlugin<A,S,?> plugin)
          Creates an instance with a given ProxyPlugin.
DiscoveryConfig(ProxyPlugin<A,S,?> plugin, Query<A> query, EndpointCache<A> cache)
          Creates an instance with a given ProxyPlugin, Query and call timeout.
EndpointConfig(ProxyPlugin<A,S,?> plugin, A address)
           
 

Uses of ProxyPlugin in org.gcube.common.clients.delegates
 

Methods in org.gcube.common.clients.delegates with parameters of type ProxyPlugin
static
<S> ProxyDelegate<S>
MockDelegate.mockDelegate(ProxyPlugin<?,S,?> plugin, S endpoint)
          Creates an instance with a ProxyPlugin and a mock endpoints.
 

Uses of ProxyPlugin in org.gcube.common.clients.queries
 

Methods in org.gcube.common.clients.queries that return ProxyPlugin
protected  ProxyPlugin<A,?,?> AbstractQuery.plugin()
          Returns the ProxyPlugin.
 

Constructors in org.gcube.common.clients.queries with parameters of type ProxyPlugin
AbstractQuery(ProxyPlugin<A,?,?> plugin)
          Creates an instance with a ISFacade, a PluginAdapter, and a type of IS queries
 



Copyright © 2012. All Rights Reserved.