KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > ubermq > jms > common > datagram > control > IDurableRecoverDatagram


1 package com.ubermq.jms.common.datagram.control;
2
3 import com.ubermq.jms.common.datagram.IControlDatagram;
4
5 /**
6  * This command requests that the server send all unacknowledged messages
7  * to the current connection, for the specified Durable Subscription.
8  */

9 public interface IDurableRecoverDatagram
10     extends ICommandSubGram
11 {
12     public String JavaDoc getSubscriptionName();
13 }
14
Popular Tags