net.sf.jbenchmark
Interface ItemList

All Known Implementing Classes:
FixedItemList, JDBCItemList

public interface ItemList

Version:
$Id: ItemList.java,v 1.2 2004/02/05 09:25:23 dcotterill Exp $
Author:
Adam Murdoch

Method Summary
 java.lang.String[] getItems()
          Returns the items.
 

Method Detail

getItems

public java.lang.String[] getItems()
                            throws java.lang.Exception
Returns the items. This method must be thread-safe.

Throws:
java.lang.Exception