|
SmartFrog 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.smartfrog.sfcore.logging.ActionThread
public class ActionThread
Generic Action thread launcher
| Method Summary | |
|---|---|
ActionThread |
executeAction()
Thread body launches method with arguments given from object specified |
ActionThread |
executeAction(java.lang.reflect.Method method)
Thread body launches method with arguments given from object specified |
void |
run()
Run method for Action thread |
ActionThread |
setAction(Log[] actions)
Set the Action object |
ActionThread |
setMethod(java.lang.reflect.Method method,
java.lang.Object[] args)
Set the method to invoke |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void run()
run in interface java.lang.Runnablepublic ActionThread executeAction(java.lang.reflect.Method method)
method - method to invoke
public ActionThread executeAction()
public ActionThread setAction(Log[] actions)
actions - Action object in where to invoke method in a separate thread
public ActionThread setMethod(java.lang.reflect.Method method,
java.lang.Object[] args)
method - method to invokeargs - Action object in where to invoke method in a separate thread
|
SmartFrog CORE 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||