org.jbpm.pvm.internal.id
Class MemoryIdComposer

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

public class MemoryIdComposer
extends IdComposer

Author:
Tom Baeyens

Constructor Summary
MemoryIdComposer()
           
 
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

MemoryIdComposer

public MemoryIdComposer()
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.