KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > it > bigatti > c6 > C6Constants


1 /**
2  * C6Constants
3  */

4 package it.bigatti.c6;
5
6 /**
7  * @author max@bigatti.it
8  * Publications of same author on the italian magazine ioProgrammo.
9  * Forums at: http://forum.ioprogrammo.it
10  */

11 public interface C6Constants {
12     final String JavaDoc SEND_QUEUE_NAME = "BadgeOut";
13     final String JavaDoc RECEIVE_QUEUE_NAME = "BadgeIn";
14 }
15
Popular Tags