Try OpenEdge Now
skip to main content
BP Server Developer's Guide
Configuring performers : EJB performer in atomic workstep : Method name of the EJB
 

Method name of the EJB

The BP Server uses the name of the method in the EJB remote interface, to get the performer(s) for the Activity workstep. Use this method name in the performer string as <method name>.
The method signatures in the EJB should be:
public Vector <method name> (HashMap)
The Vector returned by the method should be a Vector of string objects for use as the performer(s) in the workstep.