org.jboss.soa.esb.services.jbpm.cmd
Class HungryVariablesCommand

java.lang.Object
  extended by VariablesCommand
      extended by org.jboss.soa.esb.services.jbpm.cmd.HungryVariablesCommand

public class HungryVariablesCommand
extends VariablesCommand

Get the process variables Map.

This version of VariablesCommand "hungrily" gets the process variable, while still inside the jBPM execution context.

VariablesCommand just returns a lazy proxy that gets the variables lazily. Gets from this proxy fail outside the context of a jBPM execution context.

Author:
tom.fennelly@jboss.com

Constructor Summary
HungryVariablesCommand()
           
 
Method Summary
 java.lang.Object execute(JbpmContext jbpmContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HungryVariablesCommand

public HungryVariablesCommand()
Method Detail

execute

public java.lang.Object execute(JbpmContext jbpmContext)
                         throws java.lang.Exception
Throws:
java.lang.Exception