org.jbpm.pvm.internal.id
Class DatabaseDbidGenerator

java.lang.Object
  extended by org.jbpm.pvm.internal.id.DbidGenerator
      extended by org.jbpm.pvm.internal.id.DatabaseDbidGenerator

public class DatabaseDbidGenerator
extends DbidGenerator

Author:
Tom Baeyens

Constructor Summary
DatabaseDbidGenerator()
           
 
Method Summary
protected  void acquireDbidBlock()
           
 long getNextId()
           
 void initialize()
           
 void reset()
           
 
Methods inherited from class org.jbpm.pvm.internal.id.DbidGenerator
getDbidGenerator, getDefaultIdGenerator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseDbidGenerator

public DatabaseDbidGenerator()
Method Detail

getNextId

public long getNextId()
Specified by:
getNextId in class DbidGenerator

acquireDbidBlock

protected void acquireDbidBlock()

reset

public void reset()

initialize

public void initialize()


Copyright © 2010 JBoss Community. All Rights Reserved.