KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > ubermq > jms > client > ConnectionDescriptor


1 package com.ubermq.jms.client;
2
3 /**
4  * Marks a class as being a connection descriptor,
5  * and is used to make connection information typesafe.
6  */

7 public interface ConnectionDescriptor
8     extends java.io.Serializable JavaDoc
9 {
10 }
11
Popular Tags