org.orange.util.integration
Interface KeyFactory
- All Known Implementing Classes:
- CountKeyFactory, TimeKeyFactory
- public interface KeyFactory
| Method Summary |
int | createInt(Connection someConnection) |
long | createLong(Connection someConnection) |
String | createString(Connection someConnection) |
void | init(Properties someProperties) |
createInt
public int createInt(Connection someConnection)
createLong
public long createLong(Connection someConnection)
createString
public String createString(Connection someConnection)
init
public void init(Properties someProperties)
to Class java.sql.Connection
to Class java.lang.String
to Class java.util.Properties