KickJava   Java API By Example, From Geeks To Geeks.

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


1 package com.ubermq.jms.common.datagram.control;
2
3 import com.ubermq.jms.common.datagram.IControlDatagram;
4
5 /**
6  * The datagram interface representing a cluster registration command.
7  * This command has no parameters - it is simply informational to the
8  * peer that the connection is intended as a clustering connection.
9  */

10 public interface IClusterDatagram
11     extends ICommandSubGram
12 {
13     
14 }
15
Popular Tags