Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface Session
extends Runnable
Field Summary | |
static int | |
static int | |
static int | |
static int |
public static final int AUTO_ACKNOWLEDGE
- Field Value:
- 1
public static final int CLIENT_ACKNOWLEDGE
- Field Value:
- 2
public static final int DUPS_OK_ACKNOWLEDGE
- Field Value:
- 3
public static final int SESSION_TRANSACTED
- Field Value:
- 0
public QueueBrowser createBrowser(Queue queue, String messageSelector) throws JMSException
public MessageConsumer createConsumer(Destination destination, java.lang.String messageSelector) throws JMSException
public MessageConsumer createConsumer(Destination destination, java.lang.String messageSelector, boolean NoLocal) throws JMSException
public TopicSubscriber createDurableSubscriber(Topic topic, String name) throws JMSException
public TopicSubscriber createDurableSubscriber(Topic topic, String name, String messageSelector, boolean noLocal) throws JMSException
public ObjectMessage createObjectMessage(Serializable object) throws JMSException
public void run()