All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface edu.cmu.paid.network.IDatabase

public interface IDatabase

Method Index

 o addData(Data, String)
Add a new Data object to the database.
 o getData(String)
Get a data object from database

Methods

 o addData
 public abstract void addData(Data data,
                              String key)
Add a new Data object to the database.

Parameters:
data - Data object to add.
key - Key associated with object (for retrieval)
 o getData
 public abstract Data getData(String key)
Get a data object from database

Parameters:
key - Key of object to retrieve.
Returns:
Data object referred to by key.

All Packages  Class Hierarchy  This Package  Previous  Next  Index

This page is hosted by the Chair for Applied Software Engineering of the Technische Universität München.
Imprint (Impressum)