public class TaskFuncBase
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
protected java.lang.Class | 
m_class
 class 
 | 
protected java.lang.reflect.Method | 
m_method
 method 
 | 
protected java.lang.Object | 
m_obj
 object 
 | 
| Constructor and Description | 
|---|
TaskFuncBase(java.lang.Object obj,
            java.lang.String func)
 Constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
svc()
 Functor 
 | 
protected java.lang.reflect.Method m_method
protected java.lang.Class m_class
protected java.lang.Object m_obj