KickJava   Java API By Example, From Geeks To Geeks.

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


1 package com.ubermq.jms.common.datagram.control;
2
3 import com.ubermq.jms.common.datagram.IControlDatagram;
4
5 /**
6  * The datagram representing a NULL control operation.
7  */

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