jrun.jms.core.messagemgr
Interface DestinationType
- public interface DestinationType
Interface that describes the various topic types
- Version:
- $Revision: 1.2 $ $Date: 2001/06/21 20:53:05 $
- Author:
- Jim Alateras
|
Field Summary |
static int |
QUEUE
Represents a Queue destination |
static int |
TOPIC
Represents a Topic destination |
TOPIC
public static final int TOPIC
- Represents a Topic destination
QUEUE
public static final int QUEUE
- Represents a Queue destination
Copyright � 2002 Macromedia Corporation. All Rights Reserved.