public interface MessageSink
This is the interface that must be implemented by components in the patch bay configured as message sinks or message filters.
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
receiveMessage(java.lang.String pPortName,
              javax.jms.Message pMessage)
This is called to notify the component that a Message has arrived
 through the given input port. 
 | 
static final java.lang.String CLASS_VERSION
void receiveMessage(java.lang.String pPortName,
                    javax.jms.Message pMessage)
             throws javax.jms.JMSException
javax.jms.JMSException