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

static final int TOPIC
Represents a Topic destination

See Also:
Constant Field Values

QUEUE

static final int QUEUE
Represents a Queue destination

See Also:
Constant Field Values


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