org.orange.util.integration
Interface KeyFactory

All Known Implementing Classes:
CountKeyFactory, TimeKeyFactory

public interface KeyFactory


Method Summary
 intcreateInt(Connection someConnection)
           
 longcreateLong(Connection someConnection)
           
 StringcreateString(Connection someConnection)
           
 voidinit(Properties someProperties)
           

Method Detail

createInt

public int createInt(Connection someConnection)

createLong

public long createLong(Connection someConnection)

createString

public String createString(Connection someConnection)

init

public void init(Properties someProperties)

Dependency Links

to Class java.sql.Connection

to Class java.lang.String

to Class java.util.Properties