org.apache.log4j.jdbcplus.examples
Class MyIDHandler

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

public class MyIDHandler
extends Object
implements JDBCIDHandler

Implement a sample JDBCIDHandler

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

Constructor Summary
MyIDHandler()
           
 
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

MyIDHandler

public MyIDHandler()
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.