com.opensymphony.workflow
Interface RegisterRemote

All Superinterfaces:
Remote

public interface RegisterRemote
extends Remote

A remote register interface. This interface is used when the register type is remote-ejb. The stateless session bean would then implement this interface in order for a register to be successfully registered.

Version:
$Revision: 1.3 $
Author:
Hani Suleiman

Method Summary
 Object registerVariable(WorkflowContext context, WorkflowEntry entry, Map args, com.opensymphony.module.propertyset.PropertySet ps)
          Register a variable within a particular workflow
 

Method Detail

registerVariable

Object registerVariable(WorkflowContext context,
                        WorkflowEntry entry,
                        Map args,
                        com.opensymphony.module.propertyset.PropertySet ps)
                        throws RemoteException
Register a variable within a particular workflow

Parameters:
context - The current workflow context
entry - The workflow entry. Note that this might be null, for example in a pre function before the workflow has been initialised
args - Map of arguments as set in the workflow descriptor
Returns:
An object which is now exposed as a register to the rest of the workflow
Throws:
RemoteException

OpenSymphony Workflow Project Page