com.aelitis.azureus.core.dht.control.impl
Class DHTControlImpl.anonValue

java.lang.Object
  extended by com.aelitis.azureus.core.dht.control.impl.DHTControlImpl.anonValue
All Implemented Interfaces:
DHTTransportValue
Enclosing class:
DHTControlImpl

protected static class DHTControlImpl.anonValue
extends Object
implements DHTTransportValue


Constructor Summary
protected DHTControlImpl.anonValue(DHTTransportValue v)
           
 
Method Summary
 long getCreationTime()
           
 int getFlags()
           
 int getLifeTimeHours()
           
 DHTTransportContact getOriginator()
           
 byte getReplicationControl()
           
 byte getReplicationFactor()
           
 byte getReplicationFrequencyHours()
           
 String getString()
           
 byte[] getValue()
           
 int getVersion()
           
 boolean isLocal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DHTControlImpl.anonValue

protected DHTControlImpl.anonValue(DHTTransportValue v)
Method Detail

isLocal

public boolean isLocal()
Specified by:
isLocal in interface DHTTransportValue

getCreationTime

public long getCreationTime()
Specified by:
getCreationTime in interface DHTTransportValue

getValue

public byte[] getValue()
Specified by:
getValue in interface DHTTransportValue

getVersion

public int getVersion()
Specified by:
getVersion in interface DHTTransportValue

getOriginator

public DHTTransportContact getOriginator()
Specified by:
getOriginator in interface DHTTransportValue

getFlags

public int getFlags()
Specified by:
getFlags in interface DHTTransportValue

getLifeTimeHours

public int getLifeTimeHours()
Specified by:
getLifeTimeHours in interface DHTTransportValue

getReplicationControl

public byte getReplicationControl()
Specified by:
getReplicationControl in interface DHTTransportValue

getReplicationFactor

public byte getReplicationFactor()
Specified by:
getReplicationFactor in interface DHTTransportValue

getReplicationFrequencyHours

public byte getReplicationFrequencyHours()
Specified by:
getReplicationFrequencyHours in interface DHTTransportValue

getString

public String getString()
Specified by:
getString in interface DHTTransportValue