org.jboss.messaging.core.plugin
Class IdManager
java.lang.Object
org.jboss.messaging.core.plugin.IdManager
- public class IdManager
- extends java.lang.Object
A IdManager.
- Version:
- 1.1
IdManager.java,v 1.1 2006/03/07 17:11:15 timfox Exp
- Author:
- Tim Fox
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bigBlockSize
protected int bigBlockSize
high
protected long high
nextBlock
protected long nextBlock
pm
protected PersistenceManager pm
counterName
protected java.lang.String counterName
IdManager
public IdManager(java.lang.String counterName,
int bigBlockSize,
PersistenceManager pm)
throws java.lang.Exception
getIdBlock
public IdBlock getIdBlock(int size)
throws java.lang.Exception
- Throws:
java.lang.Exception
getId
public long getId()
throws java.lang.Exception
- Throws:
java.lang.Exception
getNextBigBlock
protected void getNextBigBlock()
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2006 JBoss Inc. All Rights Reserved.