org.globus.cog.karajan.workflow.service.handlers
Class StartHandler

java.lang.Object
  extended by org.globus.cog.karajan.workflow.service.RequestReply
      extended by org.globus.cog.karajan.workflow.service.handlers.RequestHandler
          extended by org.globus.cog.karajan.workflow.service.handlers.StartHandler

public class StartHandler
extends RequestHandler


Field Summary
static String IMPORTS
           
 
Fields inherited from class org.globus.cog.karajan.workflow.service.RequestReply
NOID
 
Constructor Summary
StartHandler()
           
 
Method Summary
 FlowElement getImport(Map imports, String imp)
           
protected  VariableStack prepareStack(VariableStack stack)
           
 void requestComplete()
           
 
Methods inherited from class org.globus.cog.karajan.workflow.service.handlers.RequestHandler
dataReceived, errorReceived, isReplySent, ppInData, ppOutData, receiveCompleted, send, sendReply, sendReply, unregister
 
Methods inherited from class org.globus.cog.karajan.workflow.service.RequestReply
addInData, addOutData, addOutData, addOutObject, channelClosed, deserialize, errorReceived, getChannel, getErrorFlag, getId, getInCmd, getInData, getInData, getInDataChuncks, getInObject, getOutCmd, getOutData, isInDataReceived, ppData, raiseErrorFlag, register, sendError, sendError, serialize, setId, setInCmd, setInData, setOutCmd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMPORTS

public static final String IMPORTS
See Also:
Constant Field Values
Constructor Detail

StartHandler

public StartHandler()
Method Detail

requestComplete

public void requestComplete()
                     throws ProtocolException
Specified by:
requestComplete in class RequestHandler
Throws:
ProtocolException

getImport

public FlowElement getImport(Map imports,
                             String imp)

prepareStack

protected VariableStack prepareStack(VariableStack stack)
                              throws ExecutionException
Throws:
ExecutionException