Object getContext(String contextName)
Returns an instance of the specified execution context.
The following example obtains a map execution context from a global execution context.
(MapExeContext) mapExeContext = globalExeContext.getContext( CxExecutionContext.MAPCONTEXT);