net.tomp2p.p2p.config
Class ConfigurationStore

java.lang.Object
  extended by net.tomp2p.p2p.config.ConfigurationBase
      extended by net.tomp2p.p2p.config.ConfigurationStore

public class ConfigurationStore
extends ConfigurationBase


Constructor Summary
ConfigurationStore()
           
 
Method Summary
 FutureCreate<FutureDHT> getFutureCreate()
           
 int getRefreshSeconds()
           
 RequestP2PConfiguration getRequestP2PConfiguration()
           
 boolean isProtectDomain()
           
 boolean isStoreIfAbsent()
           
 ConfigurationStore setFutureCreate(FutureCreate<FutureDHT> futureCreate)
           
 ConfigurationBase setProtectDomain(boolean protectDomain)
           
 ConfigurationStore setRefreshSeconds(int refreshSeconds)
           
 ConfigurationBase setRequestP2PConfiguration(RequestP2PConfiguration requestP2PConfiguration)
           
 ConfigurationStore setStoreIfAbsent(boolean absent)
           
 
Methods inherited from class net.tomp2p.p2p.config.ConfigurationBase
getContentKey, getDomain, getRoutingConfiguration, isSignMessage, setContentKey, setDomain, setRoutingConfiguration, setSignMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationStore

public ConfigurationStore()
Method Detail

isStoreIfAbsent

public boolean isStoreIfAbsent()

setStoreIfAbsent

public ConfigurationStore setStoreIfAbsent(boolean absent)

setRequestP2PConfiguration

public ConfigurationBase setRequestP2PConfiguration(RequestP2PConfiguration requestP2PConfiguration)

getRequestP2PConfiguration

public RequestP2PConfiguration getRequestP2PConfiguration()

setProtectDomain

public ConfigurationBase setProtectDomain(boolean protectDomain)

isProtectDomain

public boolean isProtectDomain()

setRefreshSeconds

public ConfigurationStore setRefreshSeconds(int refreshSeconds)

getRefreshSeconds

public int getRefreshSeconds()

setFutureCreate

public ConfigurationStore setFutureCreate(FutureCreate<FutureDHT> futureCreate)

getFutureCreate

public FutureCreate<FutureDHT> getFutureCreate()


Copyright © 2011. All Rights Reserved.