@java.lang.SuppressWarnings("unused") public class Moqui extends java.lang.Object
Modifiers | Name | Description |
---|---|---|
protected static org.slf4j.Logger |
logger |
Type Params | Return Type | Name and description |
---|---|---|
|
public static void |
destroyActiveExecutionContext() This should be called when it is known a context won't be used any more, such as at the end of a web request or service execution. |
|
public static void |
destroyActiveExecutionContextFactory() This should be called when the process is terminating to clean up framework and tool operations and resources. |
|
public static void |
dynamicInit(ExecutionContextFactory executionContextFactory) |
<K extends ExecutionContextFactory> |
public static K |
dynamicInit(java.lang.Class<K> ecfClass, javax.servlet.ServletContext sc) |
<K extends ExecutionContextFactory> |
public static K |
dynamicReInit(java.lang.Class<K> ecfClass, javax.servlet.ServletContext sc) |
|
public static ExecutionContext |
getExecutionContext() |
|
public static ExecutionContextFactory |
getExecutionContextFactory() |
|
public static void |
loadData(java.util.Map<java.lang.String, java.lang.String> argMap) This method is meant to be run from a command-line interface and handle data loading in a generic way. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
This should be called when it is known a context won't be used any more, such as at the end of a web request or service execution.
This should be called when the process is terminating to clean up framework and tool operations and resources.
This method is meant to be run from a command-line interface and handle data loading in a generic way.
argMap
- Arguments, generally from command line, to configure this data load.