| java.lang.Object de.danet.an.workflow.tools.chabacc.Receiver
Receiver | public class Receiver implements ToolAgent(Code) | | This class provides a tool that receives messages from a
channel. The first argument must be of type string and identifies
the channel.
author: Michael Lipp version: $Revision: 1.3 $ |
Constructor Summary | |
public | Receiver() Creates an instance of Receiver
with all attributes initialized to default values. |
Receiver | public Receiver()(Code) | | Creates an instance of Receiver
with all attributes initialized to default values.
|
setListenerIndex | public void setListenerIndex(String index)(Code) | | Normally, the Receiver listens for data on a channel of the
process it is invoked in. It is, however, also possible to send
the data in a channel of its requesters. See the user manual
for details.
Parameters: index - used to determine the listener process, seeuser manual |
|
|