|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakartadmin.bl.AdminBaseMgr
com.konakartadmin.bl.AdminExecuteMgr
public class AdminExecuteMgr
The manager for executing code dynamically
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.konakartadmin.bl.AdminBaseMgr |
|---|
AdminBaseMgr.StaticData |
| Field Summary | |
|---|---|
protected static org.apache.commons.logging.Log |
log
the log |
| Fields inherited from class com.konakartadmin.bl.AdminBaseMgr |
|---|
adminEng, baseMgrMutex, baseStaticDataHM, cDataEnd, cDataStart, kkConf, kkInstanceId, mgrFactory, STORE_ID, templateBaseDir |
| Constructor Summary | |
|---|---|
AdminExecuteMgr(KKAdminIf eng)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
execute(java.lang.String className,
java.lang.String methodName,
java.lang.String[] paramArray)
Executes a method with name methodName of a class with name className with the parameters of type String in paramArray. |
protected java.lang.Object |
getInstance(java.lang.String className)
Instantiate the object referred to by the className parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static org.apache.commons.logging.Log log
| Constructor Detail |
|---|
public AdminExecuteMgr(KKAdminIf eng)
throws java.lang.Exception
eng - An instance of the Admin eng
java.lang.Exception| Method Detail |
|---|
public java.lang.String execute(java.lang.String className,
java.lang.String methodName,
java.lang.String[] paramArray)
throws java.lang.Exception
execute in interface AdminExecuteMgrIfclassName - The fully qualified classNamemethodName - The name of the method to be executesparamArray - The parameters passed to the method
java.lang.Exception
protected java.lang.Object getInstance(java.lang.String className)
throws java.lang.Exception
className -
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||