org.kuali.rice.krms.framework
Class SayHelloAction

java.lang.Object
  extended by org.kuali.rice.krms.framework.SayHelloAction
All Implemented Interfaces:
Action

public class SayHelloAction
extends Object
implements Action

A test action class for the KRMS POC


Constructor Summary
SayHelloAction()
           
 
Method Summary
 void execute(ExecutionEnvironment environment)
           
 void executeSimulation(ExecutionEnvironment environment)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SayHelloAction

public SayHelloAction()
Method Detail

execute

public void execute(ExecutionEnvironment environment)
Specified by:
execute in interface Action

executeSimulation

public void executeSimulation(ExecutionEnvironment environment)
Specified by:
executeSimulation in interface Action

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.