Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mom4j.messaging
Interface Filter  view Filter download Filter.java

All Known Implementing Classes:
P2PFilter, PubSubFilter

public interface Filter


Method Summary
 javax.jms.Message receive(java.lang.String sessionId, java.lang.String destination, java.lang.String consumerId, boolean transacted)
           
 void send(java.lang.String sessionId, java.lang.String destination, javax.jms.Message msg, boolean transacted)
           
 

Method Detail

send

public void send(java.lang.String sessionId,
                 java.lang.String destination,
                 javax.jms.Message msg,
                 boolean transacted)
          throws java.io.IOException,
                 javax.jms.JMSException

receive

public javax.jms.Message receive(java.lang.String sessionId,
                                 java.lang.String destination,
                                 java.lang.String consumerId,
                                 boolean transacted)
                          throws java.io.IOException,
                                 javax.jms.JMSException