org.jboss.ejb.txtimer
Class BigIntegerTimerIdGenerator
java.lang.Object
org.jboss.ejb.txtimer.BigIntegerTimerIdGenerator
- All Implemented Interfaces:
- TimerIdGenerator
public class BigIntegerTimerIdGenerator
- extends Object
- implements TimerIdGenerator
A timerId generator that uses a BigInteger count.
- Since:
- 10-Sep-2004
- Version:
- $Revision: 57209 $
- Author:
- Thomas.Diesler@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BigIntegerTimerIdGenerator
public BigIntegerTimerIdGenerator()
nextTimerId
public String nextTimerId()
- Get the next timer id
- Specified by:
nextTimerId
in interface TimerIdGenerator
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.