org.state4j.sm.executors
Class SmReflectionExecutorImpl

java.lang.Object
  extended by org.state4j.sm.executors.SmReflectionExecutorImpl
All Implemented Interfaces:
org.state4j.sm.SmExecutor

public class SmReflectionExecutorImpl
extends java.lang.Object
implements org.state4j.sm.SmExecutor


Constructor Summary
SmReflectionExecutorImpl()
           
 
Method Summary
 void execute(org.state4j.sm.SmContext cntx)
           
 java.lang.String getMethodName()
           
 boolean hasMethodName()
           
 void setMethodName(java.lang.String methodName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmReflectionExecutorImpl

public SmReflectionExecutorImpl()
Method Detail

execute

public void execute(org.state4j.sm.SmContext cntx)
Specified by:
execute in interface org.state4j.sm.SmExecutor

hasMethodName

public boolean hasMethodName()

getMethodName

public java.lang.String getMethodName()

setMethodName

public void setMethodName(java.lang.String methodName)


Copyright © 2006 . All Rights Reserved.