com.opensymphony.workflow
Interface RegisterRemote


public interface RegisterRemote

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.1 $
Author:
Hani Suleiman

Method Summary
 java.lang.Object registerVariable(WorkflowContext context, WorkflowEntry entry)
          Register a variable within a particular workflow
 

Method Detail

registerVariable

public java.lang.Object registerVariable(WorkflowContext context,
                                         WorkflowEntry entry)
                                  throws java.rmi.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.
Returns:
An object which is now exposed as a register to the rest of the workflow
Throws:
java.rmi.RemoteException -  

See www.opensymphony.com for more information.