jBPM distribution 6.0.0.CR3

org.jbpm.executor.commands
Class PrintOutCommand

java.lang.Object
  extended by org.jbpm.executor.commands.PrintOutCommand
All Implemented Interfaces:
org.kie.internal.executor.api.Command

@Named(value="PrintOutCmd")
public class PrintOutCommand
extends Object
implements org.kie.internal.executor.api.Command

Simple command to log the contextual data and return empty results. Just for demo purpose.


Constructor Summary
PrintOutCommand()
           
 
Method Summary
 org.kie.internal.executor.api.ExecutionResults execute(org.kie.internal.executor.api.CommandContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintOutCommand

public PrintOutCommand()
Method Detail

execute

public org.kie.internal.executor.api.ExecutionResults execute(org.kie.internal.executor.api.CommandContext ctx)
Specified by:
execute in interface org.kie.internal.executor.api.Command

jBPM distribution 6.0.0.CR3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.