org.jboss.ejb.txtimer
Class BigIntegerTimerIdGenerator

java.lang.Object
  extended by 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

Constructor Summary
BigIntegerTimerIdGenerator()
           
 
Method Summary
 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 String nextTimerId()
Get the next timer id

Specified by:
nextTimerId in interface TimerIdGenerator


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.