站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

BigIntegerTimerIdGenerator (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


org.jboss.ejb.txtimer
Class BigIntegerTimerIdGenerator

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