org.jboss.ejb.txtimer
Class BigIntegerTimerIdGenerator

java.lang.Object
  extended byorg.jboss.ejb.txtimer.BigIntegerTimerIdGenerator
All Implemented Interfaces:
TimerIdGenerator (src)

public class BigIntegerTimerIdGenerator
extends java.lang.Object
implements TimerIdGenerator (src)

A timerId generator that uses a BigInteger count.

Since:
10-Sep-2004

Constructor Summary
BigIntegerTimerIdGenerator()
           
 
Method Summary
 java.lang.String nextTimerId()
          Get the next timer id
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BigIntegerTimerIdGenerator

public BigIntegerTimerIdGenerator()
Method Detail

nextTimerId

public java.lang.String nextTimerId()
Get the next timer id

Specified by:
nextTimerId in interface TimerIdGenerator (src)