public interface AdminExecuteMgrIf
Modifier and Type | Method and Description |
---|---|
java.lang.String |
execute(java.lang.String sessionId,
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.
|
void |
refreshConfigs()
Refresh the Manager's configs
|
java.lang.String execute(java.lang.String sessionId, java.lang.String className, java.lang.String methodName, java.lang.String[] paramArray) throws java.lang.Exception
sessionId
- The sessionId of the logged in userclassName
- The fully qualified classNamemethodName
- The name of the method to be executesparamArray
- The parameters passed to the methodjava.lang.Exception
- an unexpected exceptionvoid refreshConfigs() throws KKAdminException
KKAdminException
- an unexpected exception in the KonaKart Admin engineCopyright © 2018 DS Data Systems UK Ltd.