org.moremotion.process
Class ExecutionManager

java.lang.Object
  extended by org.moremotion.process.ExecutionManager

public class ExecutionManager
extends java.lang.Object

Responsible to execute the process templates

Version:
$Id: ExecutionManager.java 157 2008-06-28 11:36:38Z erkan $

Method Summary
 void createMessage(java.lang.Exception ex, CallInstance ci)
           
 int execute()
           
static ExecutionManager getExecutionManager(java.lang.String templateName, java.lang.String callerPage, MoreMotionRequest request, int debugLevel)
          Creates and returns a Execution Manager for the specified process template.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getExecutionManager

public static ExecutionManager getExecutionManager(java.lang.String templateName,
                                                   java.lang.String callerPage,
                                                   MoreMotionRequest request,
                                                   int debugLevel)
                                            throws ProcessManagingException
Creates and returns a Execution Manager for the specified process template.

Parameters:
templateName - The name of the process template that exist is the process configuration
callerPage - The name of the caller page. Required to resolve relative references to processes and templates.
request - MoreMotionRequest object
Throws:
ProcessManagingException

execute

public int execute()
            throws ProcessManagingException
Throws:
ProcessManagingException

createMessage

public void createMessage(java.lang.Exception ex,
                          CallInstance ci)


Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.