Joram 5.3.0

org.objectweb.joram.shared
Class DestinationConstants

java.lang.Object
  extended by 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
 
Constructor Summary
DestinationConstants()
           
 
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
 

Field Detail

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
Constructor Detail

DestinationConstants

public DestinationConstants()
Method Detail

compatible

public static final boolean compatible(byte type1,
                                       byte type2)

Joram 5.3.0

Copyright © 2000 - 2009 Scalagent D.T. - All rights reserved