KickJava   Java API By Example, From Geeks To Geeks.

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


1 package com.ubermq.jms.common.datagram.control;
2
3 import com.ubermq.jms.common.datagram.IControlDatagram;
4
5 /**
6  * The command to stop message processing on this connection.
7  */

8 public interface IStopDatagram
9     extends ICommandSubGram
10 {
11     
12 }
13
Popular Tags