当前页面:
在线文档首页 >
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
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
- 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.