KickJava   Java API By Example, From Geeks To Geeks.

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


1 package com.ubermq.jms.common.datagram.control;
2
3 import com.ubermq.jms.common.datagram.IControlDatagram;
4
5 /**
6  * The Cluster Peer command notifies the recipient what the
7  * sender's Cluster Identifier is.
8  */

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