org.drools.command
Class GetVariableCommand

java.lang.Object
  extended by org.drools.command.GetVariableCommand
All Implemented Interfaces:
Serializable, org.drools.command.Command<Object>, GenericCommand<Object>

public class GetVariableCommand
extends Object
implements GenericCommand<Object>

See Also:
Serialized Form

Constructor Summary
GetVariableCommand(String identifier, String contextName)
           
 
Method Summary
 Object execute(Context ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetVariableCommand

public GetVariableCommand(String identifier,
                          String contextName)
Method Detail

execute

public Object execute(Context ctx)
Specified by:
execute in interface GenericCommand<Object>


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