org.melati.poem.util
Interface IndexFactory

Package class diagram package IndexFactory
All Known Implementing Classes:
CachedIndexFactory, PreparedStatementFactory

public interface IndexFactory

Manufactured objects are identified by a numeric index.


Method Summary
 Object get(int i)
           
 

Method Detail

get

Object get(int i)
           throws Exception
Parameters:
i - the index
Returns:
the object
Throws:
Exception


Copyright © 2000-2010 PanEris. All Rights Reserved.