org.jbpm.pvm.internal.id
Class DbidGenerator

java.lang.Object
  extended by org.jbpm.pvm.internal.id.DbidGenerator
Direct Known Subclasses:
DatabaseDbidGenerator, MemoryDbidGenerator

public abstract class DbidGenerator
extends java.lang.Object

Author:
Tom Baeyens

Constructor Summary
DbidGenerator()
           
 
Method Summary
static DbidGenerator getDbidGenerator()
           
static DbidGenerator getDefaultIdGenerator()
           
abstract  long getNextId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbidGenerator

public DbidGenerator()
Method Detail

getDbidGenerator

public static DbidGenerator getDbidGenerator()

getDefaultIdGenerator

public static DbidGenerator getDefaultIdGenerator()

getNextId

public abstract long getNextId()


Copyright © 2010 JBoss Community. All Rights Reserved.