|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JMethodInvoker
An object of the JMethodInvoker interface represents a execution manager of a method (i.e. a fr.umlv.corosol.component.JMethod).
JMethod| Method Summary | |
|---|---|
void |
invokeConstructor(JConstructor constructor,
JThread thread)
Invokes the specified constructor into the specified thread. |
void |
invokeMethod(JMethod method,
JThread thread)
Invokes the specified method into the specified thread. |
| Methods inherited from interface fr.umlv.corosol.component.JVMComponent |
|---|
configure, getComponentClass, replace |
| Method Detail |
|---|
void invokeMethod(JMethod method,
JThread thread)
throws java.lang.Exception
method - the method to be invokedthread - a thread
java.lang.Exception - if the executed method throws an exception
void invokeConstructor(JConstructor constructor,
JThread thread)
throws java.lang.Exception
constructor - the constructor to be invokedthread - a thread
java.lang.Exception - if the executed method throws an exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||