org.gudy.azureus2.plugins.ddb
Interface DistributedDatabaseValue

All Known Implementing Classes:
DDBaseValueImpl

public interface DistributedDatabaseValue

Author:
parg

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

Method Detail

getValue

Object getValue(Class type)
                throws DistributedDatabaseException
Throws:
DistributedDatabaseException

getCreationTime

long getCreationTime()

getVersion

long getVersion()

getContact

DistributedDatabaseContact getContact()