org.jbpm.pvm.internal.id
Class DatabaseIdComposer

java.lang.Object
  extended by org.jbpm.pvm.internal.id.IdComposer
      extended by org.jbpm.pvm.internal.id.DatabaseIdComposer

public class DatabaseIdComposer
extends IdComposer

Author:
Tom Baeyens

Constructor Summary
DatabaseIdComposer()
           
 
Method Summary
 java.lang.String createId(ProcessDefinition processDefinition, Execution parent, ExecutionImpl execution)
          generates a unique id for the given execution.
 
Methods inherited from class org.jbpm.pvm.internal.id.IdComposer
getDefaultIdComposer, getIdComposer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseIdComposer

public DatabaseIdComposer()
Method Detail

createId

public java.lang.String createId(ProcessDefinition processDefinition,
                                 Execution parent,
                                 ExecutionImpl execution)
Description copied from class: IdComposer
generates a unique id for the given execution.

Specified by:
createId in class IdComposer


Copyright © 2010 JBoss Community. All Rights Reserved.