org.camunda.bpm.engine.impl.cmd
Class GetNextIdBlockCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.GetNextIdBlockCmd
All Implemented Interfaces:
Command<IdBlock>

public class GetNextIdBlockCmd
extends Object
implements Command<IdBlock>

Author:
Tom Baeyens

Field Summary
protected  int idBlockSize
           
 
Constructor Summary
GetNextIdBlockCmd(int idBlockSize)
           
 
Method Summary
 IdBlock execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

idBlockSize

protected int idBlockSize
Constructor Detail

GetNextIdBlockCmd

public GetNextIdBlockCmd(int idBlockSize)
Method Detail

execute

public IdBlock execute(CommandContext commandContext)
Specified by:
execute in interface Command<IdBlock>


Copyright © 2015 camunda services GmbH. All rights reserved.