| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MessageSink
This is the interface that must be implemented by components in the patch bay configured as message sinks or message filters.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Method Summary | |
|---|---|
|  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. | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
void receiveMessage(java.lang.String pPortName,
                    javax.jms.Message pMessage)
                    throws javax.jms.JMSException
javax.jms.JMSException| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||