org.exolab.jms.messagemgr
Interface DestinationType


public interface DestinationType

Interface that describes the various topic types

Version:
$Revision: 1.3 $ $Date: 2003/08/07 13:33:03 $
Author:
Jim Alateras

Field Summary
static int QUEUE
          Represents a Queue destination
static int TOPIC
          Represents a Topic destination
 

Field Detail

TOPIC

public static final int TOPIC
Represents a Topic destination

QUEUE

public static final int QUEUE
Represents a Queue destination


Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.