Element "zpro > joker > JokerProcess"

Top  Previous  Next

JokerProcess Element can be used to configure a ProcessBroker without creating a Process Definition Element.

JokerProcess

Properties

 

Process Class Name

The name of the Java class that extends org.moremotion.process.Process or org.moremotion.process.QueryProcess base classes.

 

Unit Name (Accepts MScript)

The name of the unit that implies the name of the resource file.

Parameters (Accepts MScript)

The parameters and their values can be defined with this property in XML format as follows.

Example:

<param name="param1">ABC</param>

<param name="param1">XYZ</param>