org.objectweb.joram.shared
Class DestinationConstants
java.lang.Object
org.objectweb.joram.shared.DestinationConstants
public class DestinationConstants
- extends java.lang.Object
Defines constants needed to distinguish Queue and Topic.
Field Summary |
static byte |
QUEUE_TYPE
the destination is a Queue |
static byte |
TEMPORARY
the destination is temporary |
static byte |
TOPIC_TYPE
the destination is a Topic |
Method Summary |
static boolean |
compatible(byte type1,
byte type2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TOPIC_TYPE
public static final byte TOPIC_TYPE
- the destination is a Topic
- See Also:
- Constant Field Values
QUEUE_TYPE
public static final byte QUEUE_TYPE
- the destination is a Queue
- See Also:
- Constant Field Values
TEMPORARY
public static final byte TEMPORARY
- the destination is temporary
- See Also:
- Constant Field Values
DestinationConstants
public DestinationConstants()
compatible
public static final boolean compatible(byte type1,
byte type2)
Copyright © 2000 - 2009 Scalagent D.T. - All rights reserved