org.nhindirect.dns.provider
Class AbstractConfigDNSStoreProvider

java.lang.Object
  extended by org.nhindirect.dns.provider.AbstractConfigDNSStoreProvider
All Implemented Interfaces:
com.google.inject.Provider<DNSStore>
Direct Known Subclasses:
ConfigServiceDNSStoreProvider

public abstract class AbstractConfigDNSStoreProvider
extends Object
implements com.google.inject.Provider<DNSStore>

Abstract Guice provider for DNSStoreProviders that use the configuration service to retrieve runtime configuration information.

Since:
1.0
Author:
Greg Meyer

Constructor Summary
AbstractConfigDNSStoreProvider(URL configServiceURL)
          Provider constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.inject.Provider
get
 

Constructor Detail

AbstractConfigDNSStoreProvider

public AbstractConfigDNSStoreProvider(URL configServiceURL)
Provider constructor.

Parameters:
configServiceURL - A URL to the location of the DNS configuration service.


Copyright © 2010-2015 The Direct Project. All Rights Reserved.