org.gudy.azureus2.plugins.ddb
Interface DistributedDatabaseValue

All Known Implementing Classes:
DDBaseValueImpl

public interface DistributedDatabaseValue

Author:
parg

Method Summary
 DistributedDatabaseContact getContact()
           
 long getCreationTime()
           
 java.lang.Object getValue(java.lang.Class type)
           
 long getVersion()
           
 

Method Detail

getValue

java.lang.Object getValue(java.lang.Class type)
                          throws DistributedDatabaseException
Throws:
DistributedDatabaseException

getCreationTime

long getCreationTime()

getVersion

long getVersion()

getContact

DistributedDatabaseContact getContact()