KickJava   Java API By Example, From Geeks To Geeks.

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


1 package com.ubermq.jms.common.datagram.control;
2
3 import com.ubermq.jms.common.datagram.IControlDatagram;
4
5 /**
6  * This command indicates that a durable subscriber is going into
7  * disconnected mode.
8  */

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