org.ow2.bonita.pvm.internal.model
Class DefaultIdGenerator

java.lang.Object
  extended by org.ow2.bonita.pvm.internal.model.DefaultIdGenerator
All Implemented Interfaces:
IdGenerator

public class DefaultIdGenerator
extends java.lang.Object
implements IdGenerator

Author:
Tom Baeyens

Constructor Summary
DefaultIdGenerator()
           
 
Method Summary
 java.lang.String createId(ProcessDefinition processDefinition, Execution parent, Execution execution)
          generates a unique id for the given execution.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultIdGenerator

public DefaultIdGenerator()
Method Detail

createId

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

Specified by:
createId in interface IdGenerator


Copyright © 2009 OW2 Consortium. All Rights Reserved.