org.apache.log4j.jdbcplus
Interface JDBCIDHandler

All Known Implementing Classes:
JDBCSequencer, MyIDHandler

public interface JDBCIDHandler

This interface has to be implemented to provide ID-columns with unique IDs and its used in class JDBCLogger.

Since:
1.0
Version:
see jdbcappender.jar/META-INF/MANIFEST.MF for version information
Author:
Thomas Fenner

Method Summary
 Object getID()
          Get a ID
 

Method Detail

getID

public Object getID()
             throws Exception
Get a ID

Returns:
The ID value
Throws:
Exception - Description of Exception


Copyright 2000-2004 Apache Software Foundation.