org.camunda.bpm.engine.impl.interceptor
Class CommandExecutorImpl

java.lang.Object
  extended by org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
      extended by org.camunda.bpm.engine.impl.interceptor.CommandExecutorImpl
All Implemented Interfaces:
CommandExecutor

public class CommandExecutorImpl
extends CommandInterceptor

Author:
Tom Baeyens

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
next
 
Constructor Summary
CommandExecutorImpl()
           
 
Method Summary
<T> T
execute(Command<T> command)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
getNext, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandExecutorImpl

public CommandExecutorImpl()
Method Detail

execute

public <T> T execute(Command<T> command)


Copyright © 2016 camunda services GmbH. All rights reserved.