public class InvokeMethodRunnable extends AbstractRunnable implements Process
| Modifier | Constructor and Description |
|---|---|
|
InvokeMethodRunnable(Object object,
String methodName,
Object... parameters)
Construct a new InvokeMethodRunnable.
|
protected |
InvokeMethodRunnable(String methodName,
Object... parameters)
Construct a new InvokeMethodRunnable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doRun()
Execute the method.
|
String |
getBeanName() |
Object |
getObject() |
ProcessNetwork |
getProcessNetwork() |
static void |
run(Object object,
String methodName,
List<Object> parameters) |
void |
setBeanName(String beanName) |
protected void |
setObject(Object object) |
void |
setProcessNetwork(ProcessNetwork processNetwork) |
String |
toString() |
getActiveWindow, isShowWaitCursor, run, setShowWaitCursorpublic InvokeMethodRunnable(Object object, String methodName, Object... parameters)
object - The object to invoke the method on.methodName - The name of the method to invoke.parameters - The parameters to pass to the method.public void doRun()
doRun in class AbstractRunnablepublic String getBeanName()
getBeanName in interface Processpublic Object getObject()
public ProcessNetwork getProcessNetwork()
getProcessNetwork in interface Processpublic void setBeanName(String beanName)
setBeanName in interface org.springframework.beans.factory.BeanNameAwareprotected void setObject(Object object)
public void setProcessNetwork(ProcessNetwork processNetwork)
setProcessNetwork in interface ProcessCopyright © 2015 Revolution Systems Inc.. All rights reserved.