org.apache.log4j.jdbcplus
Class JDBCSequencer

java.lang.Object
  |
  +--org.apache.log4j.jdbcplus.JDBCSequencer
All Implemented Interfaces:
JDBCIDHandler

public class JDBCSequencer
extends Object
implements JDBCIDHandler

simple Id handler.

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

Constructor Summary
JDBCSequencer()
           
 
Method Summary
 Object getID()
          Get a ID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCSequencer

public JDBCSequencer()
Method Detail

getID

public Object getID()
Description copied from interface: JDBCIDHandler
Get a ID

Specified by:
getID in interface JDBCIDHandler
Returns:
The ID value


Copyright 2000-2004 Apache Software Foundation.